Home
last modified time | relevance | path

Searched refs:SEQ_END_CODE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg12.h28 #define SEQ_END_CODE 0x000001b7 macro
Dmpeg12.c208 if (state == SEQ_END_CODE) { in ff_mpeg1_find_frame_end()
Dmpegvideo_parser.c77 if (state == SEQ_END_CODE) { in mpeg1_find_frame_end()
Dmpeg12dec.c2776 if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == SEQ_END_CODE)) { in mpeg_decode_frame()