Go to the source code of this file.
◆ imx_decode_init()
Definition at line 35 of file imx.c.
◆ imx_decode_frame()
Definition at line 50 of file imx.c.
◆ imx_decode_flush()
◆ imx_decode_close()
◆ ff_simbiosis_imx_decoder
| const FFCodec ff_simbiosis_imx_decoder |
Initial value:= {
.p.name = "simbiosis_imx",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#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 av_cold int imx_decode_close(AVCodecContext *avctx)
static av_cold int imx_decode_init(AVCodecContext *avctx)
static int imx_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt)
static av_cold void imx_decode_flush(AVCodecContext *avctx)
Definition at line 182 of file imx.c.