Home
last modified time | relevance | path

Searched refs:VOP_STARTCODE (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dm4vdec.c29 #define VOP_STARTCODE 0x1B6 macro
47 if (temp_buffer == VOP_STARTCODE) in mpeg4video_probe()
/third_party/ffmpeg/libavcodec/
H A Dmpeg4_unpack_bframes_bsf.c50 } else if (startcode == VOP_STARTCODE && nb_vop) { in scan_buffer()
H A Dmpeg4video.h63 #define VOP_STARTCODE 0x1B6 macro
H A Dmpeg4video_parser.c61 if (state == VOP_STARTCODE) { in ff_mpeg4_find_frame_end()
H A Dmpeg4videoenc.c1077 put_bits(&s->pb, 16, VOP_STARTCODE); /* vop header */ in ff_mpeg4_encode_picture_header()
H A Dmpeg4videodec.c3444 } else if (startcode == VOP_STARTCODE) { in ff_mpeg4_decode_picture_header()

Completed in 9 milliseconds