Searched refs:g_videoPixelFormatStrMap (Results 1 – 3 of 3) sorted by relevance
183 const std::map<VideoPixelFormat, const char*> g_videoPixelFormatStrMap = { variable298 return g_videoPixelFormatStrMap.count(pixelFormat) != 0; in HasVideoPixelFormatNameStr()306 return g_videoPixelFormatStrMap.at(pixelFormat); in GetVideoPixelFormatNameStr()
196 if (Plugin::g_videoPixelFormatStrMap.count(val) == 0) { in Stringiness()200 return snprintf_truncated_s(buf, maxLen, "%s", Plugin::g_videoPixelFormatStrMap.at(val)); in Stringiness()