Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h56 … static void DumpPixelMapIfDumpEnabled(std::unique_ptr<PixelMap>& pixelMap, uint64_t imageId = 0);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp497 void ImageUtils::DumpPixelMapIfDumpEnabled(std::unique_ptr<PixelMap>& pixelMap, uint64_t imageId) in DumpPixelMapIfDumpEnabled() function in OHOS::Media::ImageUtils
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp460 ImageUtils::DumpPixelMapIfDumpEnabled(dstPixelMap); in Create()
680 ImageUtils::DumpPixelMapIfDumpEnabled(dstPixelMap); in Create()
807 ImageUtils::DumpPixelMapIfDumpEnabled(dstPixelMap); in Create()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp930 ImageUtils::DumpPixelMapIfDumpEnabled(pixelMap, imageId); in ResizePixelMap()
953 ImageUtils::DumpPixelMapIfDumpEnabled(pixelMap, imageId); in ResizePixelMap()
1267 ImageUtils::DumpPixelMapIfDumpEnabled(pixelMap, imageId_); in CreatePixelMap()