Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp202 bool IsYUV() const in IsYUV() function
234 return IsR8() || IsRGB() || IsRGBA() || IsASTC() || IsYUV(); in IsFormatValid()
240 return (astc || IsYUV() || (size == rawSize) || (info.pixelFormat == PixelFormat::RGBA_F16)); in IsSizeValid()
338 if (context.IsYUV()) { in InitUnmarshalling()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp275 bool IsYUV(const PixelFormat &format) in IsYUV() function
284 IsYUV(info.pixelFormat)) { in GetRGBxRowDataSize()
298 if (IsYUV(info.pixelFormat)) { in GetRGBxByteCount()
312 if (!IsYUV(info.pixelFormat)) { in GetYUVByteCount()
330 if (IsYUV(info.pixelFormat)) { in GetAllocatedByteCount()
350 if (IsYUV(pixelFormat)) { in ChoosePixelmap()
369 if (IsYUV(dstPixelMap->GetPixelFormat())) { in SetYUVDataInfoToPixelMap()
625 if (IsYUV(opts.pixelFormat)) { in CheckPixelMap()
674 if (IsYUV(opts.pixelFormat)) { in Create()
1399 if (IsYUV(imageInfo in GetByteCount()
[all...]

Completed in 6 milliseconds