Home
last modified time | relevance | path

Searched refs:avpriv_find_start_code (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavformat/
Dcavsvideodec.c40 ptr = avpriv_find_start_code(ptr, end, &code); in cavsvideo_probe()
Davs3dec.c38 ptr = avpriv_find_start_code(ptr, end, &code); in avs3video_probe()
Davs2dec.c44 ptr = avpriv_find_start_code(ptr, end, &code); in avs2_probe()
Dmpegvideodec.c46 ptr = avpriv_find_start_code(ptr, end, &code); in mpegvideo_probe()
Drtpenc_mpv.c59 r = avpriv_find_start_code(r1, end, &start_code); in ff_rtp_send_mpegvideo()
Dmpegtsenc.c1725 p = avpriv_find_start_code(p, buf_end, &state); in mpegts_write_packet_internal()
1791 p = avpriv_find_start_code(p, buf_end, &state); in mpegts_write_packet_internal()
Davidec.c1532 ptr = avpriv_find_start_code(ptr, end, &state); in avi_read_packet()
Dmxfenc.c2252 buf = avpriv_find_start_code(buf, buf_end, &state); in mxf_parse_h264_frame()
/third_party/ffmpeg/libavcodec/
Dvc1_common.h63 src = avpriv_find_start_code(src, end, &mrk); in find_next_marker()
Dinternal.h323 const uint8_t *avpriv_find_start_code(const uint8_t *p,
Dmpeg4_unpack_bframes_bsf.c40 pos = avpriv_find_start_code(pos, end, &startcode); in scan_buffer()
Dextract_extradata_bsf.c240 ptr = avpriv_find_start_code(ptr, end, &state); in extract_extradata_vc1()
303 ptr = avpriv_find_start_code(ptr, end, &state); in extract_extradata_mpeg4()
Dcbs_mpeg2.c153 start = avpriv_find_start_code(frag->data, frag->data + frag->data_size, in cbs_mpeg2_split_fragment()
171 end = avpriv_find_start_code(start--, frag->data + frag->data_size, in cbs_mpeg2_split_fragment()
Dmpegvideo_parser.c57 buf= avpriv_find_start_code(buf, buf_end, &start_code); in mpegvideo_extract_headers()
Dmpeg12.c205 i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1; in ff_mpeg1_find_frame_end()
Dvc1_parser.c267 ptr = avpriv_find_start_code(ptr, end, &state); in vc1_split()
Dparser.c336 ptr = avpriv_find_start_code(ptr, end, &state); in ff_mpeg4video_split()
Dhevc_parser.c350 ptr = avpriv_find_start_code(ptr, end, &state); in hevc_split()
Dh264dec.h828 buf_index = avpriv_find_start_code(buf + buf_index, buf + next_avc + 1, &state) - buf - 1; in find_start_code()
Dh264_parser.c657 ptr = avpriv_find_start_code(ptr, end, &state); in h264_split()
Dutils.c1012 const uint8_t *avpriv_find_start_code(const uint8_t *av_restrict p, in avpriv_find_start_code() function
Dmpeg12dec.c1765 buf_end = avpriv_find_start_code(buf_start + 2, *buf + buf_size, &start_code); in mpeg_decode_slice()
2015 buf = avpriv_find_start_code(buf, s->gb.buffer_end, &start_code); in slice_decode_thread()
2479 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &start_code); in decode_chunks()
Dcavsdec.c1251 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc); in cavs_decode_frame()