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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12.c205 if (state == EXT_START_CODE && (buf[i] & 0xF0) != 0x80)
207 else if (state == EXT_START_CODE + 2) {
227 if (pc->frame_start_found < 4 && state == EXT_START_CODE)
H A Dcavs.h33 #define EXT_START_CODE 0x000001b5 macro
H A Dmpegvideo_parser.c79 case EXT_START_CODE:
H A Dmpeg12enc.c319 put_header(s, EXT_START_CODE);
354 put_header(s, EXT_START_CODE);
466 put_header(s, EXT_START_CODE);
H A Dmpegvideo.h95 #define EXT_START_CODE 0x000001b5 macro
H A Dcavsdec.c1227 case EXT_START_CODE:
H A Dmpeg12dec.c2472 case EXT_START_CODE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_parser.c67 case EXT_START_CODE:
H A Dcavs.h30 #define EXT_START_CODE 0x000001b5 macro
H A Dmpegvideo.h77 #define EXT_START_CODE 0x000001b5 macro
H A Dmpeg12enc.c266 put_header(s, EXT_START_CODE);
379 put_header(s, EXT_START_CODE);
H A Dcavsdec.c711 case EXT_START_CODE:
H A Dmpeg12.c2148 if (state == EXT_START_CODE && (buf[i] & 0xF0) != 0x80)
2150 else if (state == EXT_START_CODE + 2) {
2169 if (pc->frame_start_found < 4 && state == EXT_START_CODE)
2321 case EXT_START_CODE:

Completed in 161 milliseconds