Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpngdec.c495 uint8_t *kw_utf8 = NULL, *txt_utf8 = NULL; in decode_text_chunk() local
521 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
525 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
526 av_free(kw_utf8); in decode_text_chunk()
531 av_dict_set(dict, kw_utf8, txt_utf8, in decode_text_chunk()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpngdec.c495 uint8_t *kw_utf8 = NULL, *txt_utf8 = NULL; in decode_text_chunk() local
521 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
525 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
526 av_free(kw_utf8); in decode_text_chunk()
531 av_dict_set(dict, kw_utf8, txt_utf8, in decode_text_chunk()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dpngdec.c510 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
535 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
539 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
540 av_free(kw_utf8); in decode_text_chunk()
545 av_dict_set(dict, kw_utf8, txt_utf8, in decode_text_chunk()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpngdec.c532 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
557 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
561 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
562 av_free(kw_utf8); in decode_text_chunk()
567 av_dict_set(&s->frame_metadata, kw_utf8, txt_utf8, in decode_text_chunk()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpngdec.c532 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
557 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
561 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
562 av_free(kw_utf8); in decode_text_chunk()
567 av_dict_set(&s->frame_metadata, kw_utf8, txt_utf8, in decode_text_chunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dpngdec.c520 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
545 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
549 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
550 av_free(kw_utf8); in decode_text_chunk()
555 av_dict_set(dict, kw_utf8, txt_utf8, in decode_text_chunk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpngdec.c521 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
546 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
550 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
551 av_free(kw_utf8); in decode_text_chunk()
556 av_dict_set(dict, kw_utf8, txt_utf8, in decode_text_chunk()