Searched refs:ConvertFunction (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_fail_test.cpp | 47 … static ConvertFunction TestGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat); 50 ConvertFunction ImageFormatConvertFailTest::TestGetConvertFuncByFormat(PixelFormat srcFormat, Pixel… in TestGetConvertFuncByFormat() 67 …ConvertFunction cvtFunc = ImageFormatConvertFailTest::TestGetConvertFuncByFormat(srcFormat, destFo… 146 …ConvertFunction cvtFunc = ImageFormatConvertFailTest::TestGetConvertFuncByFormat(srcFormat, destFo… 203 …ConvertFunction cvtFunc = ImageFormatConvertFailTest::TestGetConvertFuncByFormat(srcFormat, destFo… 255 ConvertFunction cvtFunc = ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat); 327 ConvertFunction cvtFunc = ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat); 345 ConvertFunction cvtFunc = ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat);
|
H A D | image_format_convert_test.cpp | 73 … static ConvertFunction TestGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat); 94 ConvertFunction ImageFormatConvertTest::TestGetConvertFuncByFormat(PixelFormat srcFormat, PixelForm… in TestGetConvertFuncByFormat() 1615 …ConvertFunction cvtFunc = ImageFormatConvertTest::TestGetConvertFuncByFormat(srcFormat, destFormat… 1631 …ConvertFunction cvtFunc = ImageFormatConvertTest::TestGetConvertFuncByFormat(srcFormat, destFormat…
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_format_convert.h | 32 using ConvertFunction = bool(*)(const uint8_t*, const RGBDataInfo&, DestConvertInfo &destInfo, variable 60 static ConvertFunction GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat);
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | print_converter.h | 73 T2 *CopyArray(const std::vector<T1> &list, uint32_t &count, bool (*ConvertFunction)(const T1 &src, … in CopyArray() 90 if (ConvertFunction(list[i], *(dest + count))) { in CopyArray()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 67 static const std::map<std::pair<PixelFormat, PixelFormat>, ConvertFunction> g_cvtFuncMap = []() { in __anonf075f8a20202() 69 static const std::map<std::pair<PixelFormat, PixelFormat>, ConvertFunction> cvtFuncMap = { in __anonf075f8a20202() 98 static const std::map<std::pair<PixelFormat, PixelFormat>, ConvertFunction> cvtFuncMap = { in __anonf075f8a20202() 273 ConvertFunction cvtFunc = GetConvertFuncByFormat(srcDataInfo.pixelFormat, destInfo.format); in ConvertImageFormat() 417 ConvertFunction ImageFormatConvert::GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destF… in GetConvertFuncByFormat() 537 ConvertFunction cvtFunc = GetConvertFuncByFormat(srcFormat, destFormat); in RGBConvertImageFormatOption() 588 ConvertFunction cvtFunc = GetConvertFuncByFormat(srcFormat, destFormat); in RGBConvertImageFormatOptionUnique()
|