Home
last modified time | relevance | path

Searched refs:IsYUVP010Format (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1155 bool IsYUVP010Format(PixelFormat format) in IsYUVP010Format() function
1347 IsYUVP010Format(dstInfo.pixelFormat)) { in ConvertFromP010()
1459 if (IsYUVP010Format(srcInfo.pixelFormat) || in ConvertToP010()
1512 if (IsYUVP010Format(srcInfo.pixelFormat) && IsYUVP010Format(dstInfo.pixelFormat)) { in YUVConvert()
1548 (IsYUVP010Format(src.imageInfo.pixelFormat) && IsYUVP010Format(dst.imageInfo.pixelFormat))) { in PixelsConvert()
1555 } else if (IsYUVP010Format(src.imageInfo.pixelFormat)) { in PixelsConvert()
1557 } else if (IsYUVP010Format(dst.imageInfo.pixelFormat)) { in PixelsConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp786 static bool IsYUVP010Format(PixelFormat format) in IsYUVP010Format() function
825 if (IsYUVP010Format(imageInfo_.pixelFormat)) { in CheckPixelsInput()
850 if (IsYUVP010Format(info.pixelFormat)) { in SetRowDataSizeForImageInfo()
860 if (IsYUVP010Format(format)) { in GetImageSize()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp663 static bool IsYUVP010Format(PixelFormat format) in IsYUVP010Format() function
672 if (IsYUVP010Format(srcInfo.yuvFormat)) { in YuvReversal()
749 if (IsYUVP010Format(format)) { in SetTranslateDataDefault()

Completed in 12 milliseconds