Home
last modified time | relevance | path

Searched refs:GetAllocatedByteCount (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.cpp485 pixelmap.GetAllocatedByteCount(imginfo);
487 pixelmap.GetAllocatedByteCount(imginfo);
489 pixelmap.GetAllocatedByteCount(imginfo);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h391 static int32_t GetAllocatedByteCount(const ImageInfo& info);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp324 int32_t PixelMap::GetAllocatedByteCount(const ImageInfo& info) in GetAllocatedByteCount() function in OHOS::Media::PixelMap
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3461 byteCount = static_cast<uint32_t>(PixelMap::GetAllocatedByteCount(info)); in GetByteCount()