Searched refs:RawVideoContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rawdec.c | 41 typedef struct RawVideoContext { struct 58 } RawVideoContext; typedef 61 {"top", "top field first", offsetof(RawVideoContext, tff), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, AV_OPT_FLAG_DECODING_PARAM|AV_OPT_FLAG_VIDEO_PARAM}, 73 RawVideoContext *context = avctx->priv_data; in raw_init_decoder() 170 RawVideoContext *context = avctx->priv_data; in raw_decode() 476 RawVideoContext *context = avctx->priv_data; in raw_close_decoder() 488 .priv_data_size = sizeof(RawVideoContext),
|
Completed in 2 milliseconds