Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c302 GIConv giconv = (GIConv) - 1; in dvb_text_from_utf8() local
306 giconv = _get_iconv (_ICONV_UTF8, encoding); in dvb_text_from_utf8()
307 out_text = g_convert_with_iconv (text, -1, giconv, NULL, out_size, &error); in dvb_text_from_utf8()
318 giconv = _get_iconv (_ICONV_UTF8, encoding); in dvb_text_from_utf8()
319 if (giconv == (GIConv) - 1) in dvb_text_from_utf8()
321 out_text = g_convert_with_iconv (text, -1, giconv, NULL, out_size, &error); in dvb_text_from_utf8()
421 GIConv giconv, gboolean is_multibyte, GError ** error) in convert_to_utf8() argument
530 g_convert_with_iconv (tmp, pos - tmp, giconv, &bread, NULL, error); in convert_to_utf8()
549 GIConv giconv = (GIConv) - 1; in get_encoding_and_convert() local
560 giconv = _get_iconv (encoding, _ICONV_UTF8); in get_encoding_and_convert()
[all …]