|
FFmpeg
|
#include "config.h"#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | FFLCEVCContext |
| struct | FFLCEVCFrame |
Typedefs | |
| typedef uintptr_t | LCEVC_DecoderHandle |
Functions | |
| int | ff_lcevc_alloc (FFLCEVCContext **plcevc) |
| int | ff_lcevc_process (void *logctx, struct AVFrame *frame) |
| void | ff_lcevc_unref (void *opaque) |
| typedef uintptr_t LCEVC_DecoderHandle |
Definition at line 28 of file lcevcdec.h.
| int ff_lcevc_alloc | ( | FFLCEVCContext ** | plcevc | ) |
Definition at line 304 of file lcevcdec.c.
Referenced by ff_decode_preinit().
| int ff_lcevc_process | ( | void * | logctx, |
| struct AVFrame * | frame | ||
| ) |
Definition at line 275 of file lcevcdec.c.
Referenced by attach_post_process_data().
| void ff_lcevc_unref | ( | void * | opaque | ) |
Definition at line 314 of file lcevcdec.c.
Referenced by attach_post_process_data().
1.8.17