Searched refs:avpriv_find_start_code (Results 1 – 23 of 23) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | cavsvideodec.c | 40 ptr = avpriv_find_start_code(ptr, end, &code); in cavsvideo_probe()
|
D | avs3dec.c | 38 ptr = avpriv_find_start_code(ptr, end, &code); in avs3video_probe()
|
D | avs2dec.c | 44 ptr = avpriv_find_start_code(ptr, end, &code); in avs2_probe()
|
D | mpegvideodec.c | 46 ptr = avpriv_find_start_code(ptr, end, &code); in mpegvideo_probe()
|
D | rtpenc_mpv.c | 59 r = avpriv_find_start_code(r1, end, &start_code); in ff_rtp_send_mpegvideo()
|
D | mpegtsenc.c | 1725 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()
|
D | avidec.c | 1532 ptr = avpriv_find_start_code(ptr, end, &state); in avi_read_packet()
|
D | mxfenc.c | 2252 buf = avpriv_find_start_code(buf, buf_end, &state); in mxf_parse_h264_frame()
|
/third_party/ffmpeg/libavcodec/ |
D | vc1_common.h | 63 src = avpriv_find_start_code(src, end, &mrk); in find_next_marker()
|
D | internal.h | 323 const uint8_t *avpriv_find_start_code(const uint8_t *p,
|
D | mpeg4_unpack_bframes_bsf.c | 40 pos = avpriv_find_start_code(pos, end, &startcode); in scan_buffer()
|
D | extract_extradata_bsf.c | 240 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()
|
D | cbs_mpeg2.c | 153 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()
|
D | mpegvideo_parser.c | 57 buf= avpriv_find_start_code(buf, buf_end, &start_code); in mpegvideo_extract_headers()
|
D | mpeg12.c | 205 i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1; in ff_mpeg1_find_frame_end()
|
D | vc1_parser.c | 267 ptr = avpriv_find_start_code(ptr, end, &state); in vc1_split()
|
D | parser.c | 336 ptr = avpriv_find_start_code(ptr, end, &state); in ff_mpeg4video_split()
|
D | hevc_parser.c | 350 ptr = avpriv_find_start_code(ptr, end, &state); in hevc_split()
|
D | h264dec.h | 828 buf_index = avpriv_find_start_code(buf + buf_index, buf + next_avc + 1, &state) - buf - 1; in find_start_code()
|
D | h264_parser.c | 657 ptr = avpriv_find_start_code(ptr, end, &state); in h264_split()
|
D | utils.c | 1012 const uint8_t *avpriv_find_start_code(const uint8_t *av_restrict p, in avpriv_find_start_code() function
|
D | mpeg12dec.c | 1765 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()
|
D | cavsdec.c | 1251 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc); in cavs_decode_frame()
|