Home
last modified time | relevance | path

Searched refs:EXT_START_CODE (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_parser.c62 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()
H A Dmpeg12.c193 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()
H A Dmpeg12.h34 #define EXT_START_CODE 0x000001b5 macro
H A Dcavs.h35 #define EXT_START_CODE 0x000001b5 macro
H A Dmpeg12enc.c352 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()
H A Dcavsdec.c1302 case EXT_START_CODE: in cavs_decode_frame()
H A Dmpeg12dec.c2555 case EXT_START_CODE: in decode_chunks()

Completed in 10 milliseconds