Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_fail_test.cpp52 return ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat); in TestGetConvertFuncByFormat()
255 ConvertFunction cvtFunc = ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat);
327 ConvertFunction cvtFunc = ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat);
345 ConvertFunction cvtFunc = ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat);
H A Dimage_format_convert_test.cpp96 return ImageFormatConvert::GetConvertFuncByFormat(srcFormat, destFormat); in TestGetConvertFuncByFormat()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h60 static ConvertFunction GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp273 ConvertFunction cvtFunc = GetConvertFuncByFormat(srcDataInfo.pixelFormat, destInfo.format); in ConvertImageFormat()
417 ConvertFunction ImageFormatConvert::GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destF… in GetConvertFuncByFormat() function in OHOS::Media::ImageFormatConvert
537 ConvertFunction cvtFunc = GetConvertFuncByFormat(srcFormat, destFormat); in RGBConvertImageFormatOption()
588 ConvertFunction cvtFunc = GetConvertFuncByFormat(srcFormat, destFormat); in RGBConvertImageFormatOptionUnique()