Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp130 static const std::map<std::pair<PixelFormat, PixelFormat>, YUVConvertFunction> g_yuvCvtFuncMap = []… in __anonf075f8a20302() variable
429 auto iter = g_yuvCvtFuncMap.find(std::make_pair(srcFormat, destFormat)); in YUVGetConvertFuncByFormat()
430 if (iter == g_yuvCvtFuncMap.end()) { in YUVGetConvertFuncByFormat()