FFmpeg
Functions
lcevcdec.c File Reference
#include "config_components.h"
#include "libavutil/avassert.h"
#include "libavutil/frame.h"
#include "libavutil/imgutils.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "decode.h"
#include "lcevcdec.h"

Go to the source code of this file.

Functions

static int lcevc_init (FFLCEVCContext *lcevc, void *logctx)
 
int ff_lcevc_process (void *logctx, AVFrame *frame)
 
int ff_lcevc_alloc (FFLCEVCContext **plcevc)
 
void ff_lcevc_unref (void *opaque)
 

Function Documentation

◆ lcevc_init()

static int lcevc_init ( FFLCEVCContext lcevc,
void *  logctx 
)
static

Definition at line 245 of file lcevcdec.c.

Referenced by ff_lcevc_process().

◆ ff_lcevc_process()

int ff_lcevc_process ( void *  logctx,
AVFrame frame 
)

Definition at line 277 of file lcevcdec.c.

Referenced by attach_post_process_data().

◆ ff_lcevc_alloc()

int ff_lcevc_alloc ( FFLCEVCContext **  plcevc)

Definition at line 304 of file lcevcdec.c.

Referenced by ff_decode_preinit().

◆ ff_lcevc_unref()

void ff_lcevc_unref ( void *  opaque)

Definition at line 316 of file lcevcdec.c.

Referenced by attach_post_process_data().