FFmpeg
Data Structures | Typedefs | Functions
lcevcdec.h File Reference
#include "config_components.h"
#include <stdint.h>
#include "refstruct.h"

Go to the source code of this file.

Data Structures

struct  FFLCEVCContext
 

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 Documentation

◆ LCEVC_DecoderHandle

typedef uintptr_t LCEVC_DecoderHandle

Definition at line 28 of file lcevcdec.h.

Function Documentation

◆ ff_lcevc_alloc()

int ff_lcevc_alloc ( FFLCEVCContext **  plcevc)

Definition at line 304 of file lcevcdec.c.

Referenced by ff_decode_preinit().

◆ ff_lcevc_process()

int ff_lcevc_process ( void *  logctx,
struct AVFrame frame 
)

Definition at line 277 of file lcevcdec.c.

Referenced by attach_post_process_data().

◆ ff_lcevc_unref()

void ff_lcevc_unref ( void *  opaque)

Definition at line 316 of file lcevcdec.c.

Referenced by attach_post_process_data().