Searched refs:ff_vorbiscomment_length (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvorbiscomment.h37 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string);
43 * ff_vorbiscomment_length()
H A Dvorbiscomment.c41 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string) function
H A Dflacenc.c58 len = ff_vorbiscomment_length(*m, vendor);
H A Doggenc.c283 size = offset + ff_vorbiscomment_length(*m, vendor) + framing_bit;
H A Dmatroskaenc.c550 len = ff_vorbiscomment_length(dict, vendor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvorbiscomment.h38 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string,
45 * ff_vorbiscomment_length()
H A Dvorbiscomment.c40 int ff_vorbiscomment_length(AVDictionary *m, const char *vendor_string, function
H A Dflacenc.c50 len = ff_vorbiscomment_length(*m, vendor, &count);
H A Doggenc.c234 size = offset + ff_vorbiscomment_length(*m, vendor, &count) + framing_bit;

Completed in 186 milliseconds