Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c74 static GIConv __iconvs[MAX_KNOWN_ICONV][MAX_KNOWN_ICONV]; variable
141 __iconvs[i][j] = ((GIConv) - 1); in __initialize_descriptors()
249 if (__iconvs[from][to] == (GIConv) - 1) in _get_iconv()
250 __iconvs[from][to] = g_iconv_open (iconvtablename[to], in _get_iconv()
252 return __iconvs[from][to]; in _get_iconv()