Home
last modified time | relevance | path

Searched refs:ff_avc_find_startcode (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc_h264_hevc.c190 r = ff_avc_find_startcode(buf1, end); in ff_rtp_send_h264_hevc()
201 r1 = ff_avc_find_startcode(r, end); in ff_rtp_send_h264_hevc()
H A Davc.h61 const uint8_t *ff_avc_find_startcode(const uint8_t *p, const uint8_t *end);
H A Davc.c67 const uint8_t *ff_avc_find_startcode(const uint8_t *p, const uint8_t *end){ in ff_avc_find_startcode() function
81 nal_start = ff_avc_find_startcode(p, end); in avc_parse_nal_units()
88 nal_end = ff_avc_find_startcode(nal_start, end); in avc_parse_nal_units()
H A Dmovenccenc.c206 nal_start = ff_avc_find_startcode(p, end); in ff_mov_cenc_avc_parse_nal_units()
212 nal_end = ff_avc_find_startcode(nal_start, end); in ff_mov_cenc_avc_parse_nal_units()
H A Dsdp.c191 r = ff_avc_find_startcode(extradata, extradata + extradata_size); in extradata2psets()
198 r1 = ff_avc_find_startcode(r, extradata + extradata_size); in extradata2psets()
H A Dmxfenc.c2258 nal_end = ff_avc_find_startcode(buf, buf_end); in mxf_parse_h264_frame()

Completed in 9 milliseconds