Home
last modified time | relevance | path

Searched refs:GetNamedPixelFormat (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp99 static const string GetNamedPixelFormat(const PixelFormat pixelFormat) in GetNamedPixelFormat() function
199 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; in RgbConvertToYuv()
233 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".rgb"; in YuvConvertToRgb()
296 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; in YuvP010ConvertToRgb()
336 std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) + ".yuv"; in Rgba1010102ConvertToYuvP010()
399 std::string formatName = GetNamedPixelFormat(srcForma in RgbConvertToYuvByPixelMap()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3017 static const string GetNamedPixelFormat(const PixelFormat pixelFormat) in GetNamedPixelFormat() function
3268 GetNamedPixelFormat(srcPixelFormat).c_str(), GetNamedPixelFormat(dstPixelFormat).c_str()); in CheckAlphaFormatInput()
3275 GetNamedPixelFormat(srcPixelFormat).c_str(), GetNamedPixelFormat(dstPixelFormat).c_str(), pixelBytes_, in CheckAlphaFormatInput()
3336 GetNamedPixelFormat(pixelFormat).c_str(), isUnMap_); in SetAlpha()
3343 GetNamedPixelFormat(pixelFormat).c_str(), pixelBytes_); in SetAlpha()

Completed in 10 milliseconds