Searched refs:ff_avc_parse_nal_units (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | avc.h | 58 int ff_avc_parse_nal_units(AVIOContext *s, const uint8_t *buf, int size);
|
H A D | avc.c | 109 int ff_avc_parse_nal_units(AVIOContext *pb, const uint8_t *buf_in, int size) in ff_avc_parse_nal_units() function 136 ff_avc_parse_nal_units(pb, buf_in, *size); in ff_avc_parse_nal_units_buf()
|
H A D | hevc.c | 1005 ret = ff_avc_parse_nal_units(pb, buf_in, size); in ff_hevc_annexb2mp4()
|
H A D | movenc.c | 6538 size = ff_avc_parse_nal_units(pb, pkt->data, pkt->size);
|
Completed in 15 milliseconds