/third_party/ffmpeg/libavcodec/ |
H A D | remove_extradata_bsf.c | 75 ptr = avpriv_find_start_code(ptr, end, &state); in h264_split() 113 ptr = avpriv_find_start_code(ptr, end, &state); in hevc_split() 156 ptr = avpriv_find_start_code(ptr, end, &state); in mpeg4video_split() 171 ptr = avpriv_find_start_code(ptr, end, &state); in vc1_split()
|
H A D | startcode.h | 30 const uint8_t *avpriv_find_start_code(const uint8_t *p,
|
H A D | vc1_common.h | 63 src = avpriv_find_start_code(src, end, &mrk); in find_next_marker()
|
H A D | mpegvideo_parser.c | 72 i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1; in mpeg1_find_frame_end() 125 buf= avpriv_find_start_code(buf, buf_end, &start_code); in mpegvideo_extract_headers()
|
H A D | mpeg4_unpack_bframes_bsf.c | 40 pos = avpriv_find_start_code(pos, end, &startcode); in scan_buffer()
|
H A D | cbs_mpeg2.c | 151 start = avpriv_find_start_code(frag->data, frag->data + frag->data_size, in cbs_mpeg2_split_fragment() 163 // Reset start_code to ensure that avpriv_find_start_code() in cbs_mpeg2_split_fragment() 168 end = avpriv_find_start_code(start--, frag->data + frag->data_size, in cbs_mpeg2_split_fragment()
|
H A D | extract_extradata_bsf.c | 239 ptr = avpriv_find_start_code(ptr, end, &state); in extract_extradata_vc1() 302 ptr = avpriv_find_start_code(ptr, end, &state); in extract_extradata_mpeg4()
|
H A D | mpeg12.c | 203 i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1; in ff_mpeg1_find_frame_end()
|
H A D | h264_parser.c | 74 buf_index = avpriv_find_start_code(buf + buf_index, buf + next_avc + 1, &state) - buf - 1; in find_start_code()
|
H A D | utils.c | 995 const uint8_t *avpriv_find_start_code(const uint8_t *av_restrict p, in avpriv_find_start_code() function
|
H A D | mpeg12dec.c | 1749 buf_end = avpriv_find_start_code(buf_start + 2, *buf + buf_size, &start_code); in mpeg_decode_slice() 1995 buf = avpriv_find_start_code(buf, s->gb.buffer_end, &start_code); in slice_decode_thread() 2447 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &start_code); in decode_chunks()
|
H A D | cavsdec.c | 1259 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc); in cavs_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | cavsvideodec.c | 41 ptr = avpriv_find_start_code(ptr, end, &code); in cavsvideo_probe()
|
H A D | avs3dec.c | 38 ptr = avpriv_find_start_code(ptr, end, &code); in avs3video_probe()
|
H A D | avs2dec.c | 44 ptr = avpriv_find_start_code(ptr, end, &code); in avs2_probe()
|
H A D | mpegvideodec.c | 46 ptr = avpriv_find_start_code(ptr, end, &code); in mpegvideo_probe()
|
H A D | rtpenc_mpv.c | 59 r = avpriv_find_start_code(r1, end, &start_code); in ff_rtp_send_mpegvideo()
|
H A D | mpegtsenc.c | 1911 p = avpriv_find_start_code(p, buf_end, &state); in mpegts_write_packet_internal() 1977 p = avpriv_find_start_code(p, buf_end, &state); in mpegts_write_packet_internal()
|
H A D | avidec.c | 1552 ptr = avpriv_find_start_code(ptr, end, &state); in avi_read_packet()
|
H A D | mxfenc.c | 2247 buf = avpriv_find_start_code(buf, buf_end, &state); in mxf_parse_h264_frame()
|