Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp412 int32_t ret = pixelmap.GetYUVByteCount(imginfo);
417 ret = pixelmap.GetYUVByteCount(imginfo);
422 ret = pixelmap.GetYUVByteCount(imginfo);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1327 PixelFormat::YCBCR_P010) == true ? PixelMap::GetYUVByteCount(dstInfo) : -1; in ConvertFromYUV()
1332 PixelFormat::YCBCR_P010) == true ? PixelMap::GetYUVByteCount(dstInfo) : -1; in ConvertFromYUV()
1441 PixelFormat::NV12) == true ? PixelMap::GetYUVByteCount(dstInfo) : -1; in ConvertToYUV()
1446 PixelFormat::NV21) == true ? PixelMap::GetYUVByteCount(dstInfo) : -1; in ConvertToYUV()
1463 int32_t dstLength = PixelMap::GetYUVByteCount(dstInfo); in ConvertToP010()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h390 static int32_t GetYUVByteCount(const ImageInfo& info);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp306 int32_t PixelMap::GetYUVByteCount(const ImageInfo& info) in GetYUVByteCount() function in OHOS::Media::PixelMap
327 return GetYUVByteCount(info); in GetAllocatedByteCount()
1392 return GetYUVByteCount(imageInfo_); in GetByteCount()