Searched refs:decode_flush (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | kgv1dec.c | 39 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 79 decode_flush(avctx); in decode_frame() 175 decode_flush(avctx); in decode_end() 188 .flush = decode_flush,
|
D | qpeg.c | 316 static void decode_flush(AVCodecContext *avctx){ in decode_flush() function 349 decode_flush(avctx); in decode_init() 363 .flush = decode_flush,
|
D | binkaudio.c | 358 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 375 .flush = decode_flush, 389 .flush = decode_flush,
|
D | arbc.c | 198 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 222 .flush = decode_flush,
|
D | midivid.c | 262 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 288 .flush = decode_flush,
|
D | imm4.c | 517 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 544 .flush = decode_flush,
|
D | ralf.c | 508 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 525 .flush = decode_flush,
|
D | argo.c | 720 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 744 .flush = decode_flush,
|
D | mv30.c | 685 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 714 .flush = decode_flush,
|
D | rasc.c | 780 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 809 .flush = decode_flush,
|
D | agm.c | 1263 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 1298 .flush = decode_flush,
|
D | mjpegdec.c | 2998 static void decode_flush(AVCodecContext *avctx) in decode_flush() function 3032 .flush = decode_flush, 3060 .flush = decode_flush, 3078 .flush = decode_flush,
|