Home
last modified time | relevance | path

Searched refs:avpriv_find_start_code (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dremove_extradata_bsf.c75 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 Dstartcode.h30 const uint8_t *avpriv_find_start_code(const uint8_t *p,
H A Dvc1_common.h63 src = avpriv_find_start_code(src, end, &mrk); in find_next_marker()
H A Dmpegvideo_parser.c72 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 Dmpeg4_unpack_bframes_bsf.c40 pos = avpriv_find_start_code(pos, end, &startcode); in scan_buffer()
H A Dcbs_mpeg2.c151 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 Dextract_extradata_bsf.c239 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 Dmpeg12.c203 i = avpriv_find_start_code(buf + i, buf + buf_size, &state) - buf - 1; in ff_mpeg1_find_frame_end()
H A Dh264_parser.c74 buf_index = avpriv_find_start_code(buf + buf_index, buf + next_avc + 1, &state) - buf - 1; in find_start_code()
H A Dutils.c995 const uint8_t *avpriv_find_start_code(const uint8_t *av_restrict p, in avpriv_find_start_code() function
H A Dmpeg12dec.c1749 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 Dcavsdec.c1259 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc); in cavs_decode_frame()
/third_party/ffmpeg/libavformat/
H A Dcavsvideodec.c41 ptr = avpriv_find_start_code(ptr, end, &code); in cavsvideo_probe()
H A Davs3dec.c38 ptr = avpriv_find_start_code(ptr, end, &code); in avs3video_probe()
H A Davs2dec.c44 ptr = avpriv_find_start_code(ptr, end, &code); in avs2_probe()
H A Dmpegvideodec.c46 ptr = avpriv_find_start_code(ptr, end, &code); in mpegvideo_probe()
H A Drtpenc_mpv.c59 r = avpriv_find_start_code(r1, end, &start_code); in ff_rtp_send_mpegvideo()
H A Dmpegtsenc.c1911 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 Davidec.c1552 ptr = avpriv_find_start_code(ptr, end, &state); in avi_read_packet()
H A Dmxfenc.c2247 buf = avpriv_find_start_code(buf, buf_end, &state); in mxf_parse_h264_frame()

Completed in 36 milliseconds