Searched refs:avc_mp4_find_startcode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_h264.c32 static const uint8_t *avc_mp4_find_startcode(const uint8_t *start, const uint8_t *end, int nal_length_size) function
91 r = avc_mp4_find_startcode(buf1, end, s->nal_length_size) ? buf1 : end;
98 r1 = avc_mp4_find_startcode(r, end, s->nal_length_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_h264.c32 static const uint8_t *avc_mp4_find_startcode(const uint8_t *start, const uint8_t *end, int nal_length_size) function
85 r = avc_mp4_find_startcode(buf1, end, s->nal_length_size) ? buf1 : end;
92 r1 = avc_mp4_find_startcode(r, end, s->nal_length_size);

Completed in 47 milliseconds