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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c147 static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding, function
237 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) {
250 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) {
294 if (decode_str(s, pb, ID3v2_ENCODING_ISO8859, &geob_data->mime_type, &taglen) < 0
299 if (decode_str(s, pb, encoding, &geob_data->file_name, &taglen) < 0
304 if (decode_str(s, pb, encoding, &geob_data->description, &taglen) < 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c198 static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding, function
288 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) {
301 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) {
347 if (decode_str(s, pb, ID3v2_ENCODING_ISO8859, &geob_data->mime_type,
353 if (decode_str(s, pb, encoding, &geob_data->file_name, &taglen) < 0 ||
358 if (decode_str(s, pb, encoding, &geob_data->description, &taglen) < 0 ||
503 if (decode_str(s, pb, enc, &apic->description, &taglen) < 0) {
545 if (decode_str(s, pb, 0, &dst, &len) < 0)
603 if (decode_str(s, pb, ID3v2_ENCODING_ISO8859, &priv->owner, &taglen) < 0)

Completed in 36 milliseconds