Go to the source code of this file.
◆ imx_decode_init()
Definition at line 33 of file imx.c.
◆ imx_decode_frame()
Definition at line 48 of file imx.c.
◆ imx_decode_flush()
◆ imx_decode_close()
◆ ff_simbiosis_imx_decoder
Initial value:= {
.name = "simbiosis_imx",
}
static void flush(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
@ AV_CODEC_ID_SIMBIOSIS_IMX
static void imx_decode_flush(AVCodecContext *avctx)
static av_cold int imx_decode_init(AVCodecContext *avctx)
static int imx_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static int imx_decode_close(AVCodecContext *avctx)
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 184 of file imx.c.