Home
last modified time | relevance | path

Searched refs:EXT_STARTCODE (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dm4vdec.c31 #define EXT_STARTCODE 0x1B8 macro
55 else if (temp_buffer == SLICE_STARTCODE || temp_buffer == EXT_STARTCODE) in mpeg4video_probe()
/third_party/ffmpeg/libavcodec/
H A Dmpeg4video.h65 #define EXT_STARTCODE 0x1B8 macro
H A Dmpeg4video_parser.c76 if (state == SLICE_STARTCODE || state == EXT_STARTCODE) in ff_mpeg4_find_frame_end()
H A Dmpeg4videodec.c2277 if (startcode == USER_DATA_STARTCODE || startcode == EXT_STARTCODE) { in extension_and_user_data()
2279 if ((id == 2 || id == 4) && startcode == EXT_STARTCODE) { in extension_and_user_data()

Completed in 6 milliseconds