Home
last modified time | relevance | path

Searched refs:FICContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfic.c42 typedef struct FICContext { struct
60 } FICContext; typedef
139 static int fic_decode_block(FICContext *ctx, GetBitContext *gb, in fic_decode_block()
174 FICContext *ctx = avctx->priv_data; in fic_decode_slice()
218 FICContext *ctx = avctx->priv_data; in fic_draw_cursor()
273 FICContext *ctx = avctx->priv_data; in fic_decode_frame()
447 FICContext *ctx = avctx->priv_data; in fic_decode_close()
458 FICContext *ctx = avctx->priv_data; in fic_decode_init()
476 { "skip_cursor", "skip the cursor", offsetof(FICContext, skip_cursor), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },
492 .priv_data_size = sizeof(FICContext),
[all...]

Completed in 2 milliseconds