Home
last modified time | relevance | path

Searched refs:SLICE_STARTCODE (Results 1 – 3 of 3) 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_parser.c64 if (state == SLICE_STARTCODE || state == EXT_STARTCODE) in ff_mpeg4_find_frame_end()
Dmpeg4video.h66 #define SLICE_STARTCODE 0x1B7 macro