Searched refs:SEQ_END_CODE (Results 1 – 4 of 4) sorted by relevance
28 #define SEQ_END_CODE 0x000001b7 macro
208 if (state == SEQ_END_CODE) { in ff_mpeg1_find_frame_end()
77 if (state == SEQ_END_CODE) { in mpeg1_find_frame_end()
2776 if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == SEQ_END_CODE)) { in mpeg_decode_frame()