Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_fail_test.cpp126YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
166YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
186YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
237YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
273YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
291YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
309YUVConvertFunction yuvCvtFunc = ImageFormatConvert::YUVGetConvertFuncByFormat(srcFormat, destForma…
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h34 using YUVConvertFunction = bool(*)(const uint8_t*, const YUVDataInfo&, DestConvertInfo &destInfo, variable
61 …static YUVConvertFunction YUVGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat);
/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()
132 std::map<std::pair<PixelFormat, PixelFormat>, YUVConvertFunction> yuvCvtFuncMap = { in __anonf075f8a20302()
175 std::map<std::pair<PixelFormat, PixelFormat>, YUVConvertFunction> yuvCvtFuncMap = { in __anonf075f8a20302()
427 YUVConvertFunction ImageFormatConvert::YUVGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat… in YUVGetConvertFuncByFormat()
649 YUVConvertFunction yuvCvtFunc = YUVGetConvertFuncByFormat(srcFormat, destFormat); in YUVConvertImageFormatOption()