Home
last modified time | relevance | path

Searched refs:SLICE_STARTCODE (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dm4vdec.c30 #define SLICE_STARTCODE 0x1B7 macro
55 else if (temp_buffer == SLICE_STARTCODE || temp_buffer == EXT_STARTCODE) in mpeg4video_probe()
/third_party/ffmpeg/libavcodec/
Dmpeg4video.h64 #define SLICE_STARTCODE 0x1B7 macro
Dmpeg4video_parser.c76 if (state == SLICE_STARTCODE || state == EXT_STARTCODE) in ff_mpeg4_find_frame_end()
Dituh263dec.c223 while (get_bits_left(&s->gb) >= 32 && show_bits_long(&s->gb, 32) != SLICE_STARTCODE) { in ff_h263_resync()
227 if (get_bits_left(&s->gb) >= 32 && show_bits_long(&s->gb, 32) == SLICE_STARTCODE) in ff_h263_resync()
Dmpeg4videodec.c624 if (get_bits_left(gb) >= 32 && get_bits_long(gb, 32) == SLICE_STARTCODE) { in ff_mpeg4_decode_studio_slice_header()