Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A 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/
H A Dmpeg4video.h64 #define SLICE_STARTCODE 0x1B7 macro
H A Dmpeg4video_parser.c76 if (state == SLICE_STARTCODE || state == EXT_STARTCODE) in ff_mpeg4_find_frame_end()
H A 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()
H A Dmpeg4videodec.c624 if (get_bits_left(gb) >= 32 && get_bits_long(gb, 32) == SLICE_STARTCODE) { in ff_mpeg4_decode_studio_slice_header()

Completed in 10 milliseconds