Lines Matching refs:decode_str
242 static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding, in decode_str() function
348 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) { in read_ttag()
361 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) { in read_ttag()
410 if (decode_str(s, pb, encoding, &descriptor, &taglen) < 0) in read_uslt()
413 if (decode_str(s, pb, encoding, &text, &taglen) < 0) in read_uslt()
453 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) { in read_comment()
466 if (decode_str(s, pb, encoding, &dst, &taglen) < 0) { in read_comment()
506 if (decode_str(s, pb, ID3v2_ENCODING_ISO8859, &geob_data->mime_type, in read_geobtag()
512 if (decode_str(s, pb, encoding, &geob_data->file_name, &taglen) < 0 || in read_geobtag()
517 if (decode_str(s, pb, encoding, &geob_data->description, &taglen) < 0 || in read_geobtag()
676 if (decode_str(s, pb, enc, &apic->description, &taglen) < 0) { in read_apic()
724 if (decode_str(s, pb, 0, &chap->element_id, &len) < 0) in read_chapter()
784 if (decode_str(s, pb, ID3v2_ENCODING_ISO8859, &priv->owner, &taglen) < 0) in read_priv()