Searched refs:ff_avc_find_startcode (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_h264_hevc.c | 190 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 D | avc.h | 61 const uint8_t *ff_avc_find_startcode(const uint8_t *p, const uint8_t *end);
|
H A D | avc.c | 67 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 D | movenccenc.c | 206 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 D | sdp.c | 191 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 D | mxfenc.c | 2258 nal_end = ff_avc_find_startcode(buf, buf_end); in mxf_parse_h264_frame()
|
Completed in 9 milliseconds