Searched refs:GetYUVByteCount (Results 1 – 4 of 4) sorted by relevance
412 int32_t ret = pixelmap.GetYUVByteCount(imginfo);417 ret = pixelmap.GetYUVByteCount(imginfo);422 ret = pixelmap.GetYUVByteCount(imginfo);
1327 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()
390 static int32_t GetYUVByteCount(const ImageInfo& info);
306 int32_t PixelMap::GetYUVByteCount(const ImageInfo& info) in GetYUVByteCount() function in OHOS::Media::PixelMap327 return GetYUVByteCount(info); in GetAllocatedByteCount()1392 return GetYUVByteCount(imageInfo_); in GetByteCount()