Home
last modified time | relevance | path

Searched refs:iso88591_to_utf8 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpngdec.c501 static uint8_t *iso88591_to_utf8(const uint8_t *in, size_t size_in) in iso88591_to_utf8() function
557 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
558 txt_utf8 = iso88591_to_utf8(text, text_len); in decode_text_chunk()