Home
last modified time | relevance | path

Searched refs:VOP_STARTCODE (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dm4vdec.c29 #define VOP_STARTCODE 0x1B6 macro
47 if (temp_buffer == VOP_STARTCODE) in mpeg4video_probe()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vpay.c322 #define VOP_STARTCODE 0x000001B6 macro
366 if (code == GOP_STARTCODE || code == VOP_STARTCODE) in gst_rtp_mp4v_pay_depay_data()
392 case VOP_STARTCODE: in gst_rtp_mp4v_pay_depay_data()
/third_party/ffmpeg/libavcodec/
Dmpeg4_unpack_bframes_bsf.c50 } else if (startcode == VOP_STARTCODE && nb_vop) { in scan_buffer()
Dmpeg4video_parser.c49 if (state == VOP_STARTCODE) { in ff_mpeg4_find_frame_end()
Dmpeg4video.h65 #define VOP_STARTCODE 0x1B6 macro
Dmpeg4videoenc.c1078 put_bits(&s->pb, 16, VOP_STARTCODE); /* vop header */ in ff_mpeg4_encode_picture_header()
Dmpeg4videodec.c3354 } else if (startcode == VOP_STARTCODE) { in ff_mpeg4_decode_picture_header()