Searched refs:EXT_START_CODE (Results 1 – 7 of 7) sorted by relevance
62 if (state == EXT_START_CODE && (buf[i] & 0xF0) != 0x80) in mpeg1_find_frame_end()64 else if (state == EXT_START_CODE + 2) { in mpeg1_find_frame_end()84 if (pc->frame_start_found < 4 && state == EXT_START_CODE) in mpeg1_find_frame_end()151 case EXT_START_CODE: in mpegvideo_extract_headers()
193 if (state == EXT_START_CODE && (buf[i] & 0xF0) != 0x80) in ff_mpeg1_find_frame_end()195 else if (state == EXT_START_CODE + 2) { in ff_mpeg1_find_frame_end()215 if (pc->frame_start_found < 4 && state == EXT_START_CODE) in ff_mpeg1_find_frame_end()
34 #define EXT_START_CODE 0x000001b5 macro
35 #define EXT_START_CODE 0x000001b5 macro
352 put_header(s, EXT_START_CODE); in mpeg1_encode_sequence_header()389 put_header(s, EXT_START_CODE); in mpeg1_encode_sequence_header()497 put_header(s, EXT_START_CODE); in ff_mpeg1_encode_picture_header()
1302 case EXT_START_CODE: in cavs_decode_frame()
2555 case EXT_START_CODE: in decode_chunks()