Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h57 static void DumpPixelMapIfDumpEnabled(std::unique_ptr<PixelMap>& pixelMap, uint64_t imageId = 0);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp477 IMAGE_LOGI("ImageUtils::DumpPixelMapIfDumpEnabled YUV420 totalSize is %{public}d", totalSize); in DumpPixelMap()
486 void ImageUtils::DumpPixelMapIfDumpEnabled(std::unique_ptr<PixelMap>& pixelMap, uint64_t imageId) in DumpPixelMapIfDumpEnabled() function in OHOS::Media::ImageUtils
492 IMAGE_LOGI("ImageUtils::DumpPixelMapIfDumpEnabled pixelMap is null"); in DumpPixelMapIfDumpEnabled()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp457 ImageUtils::DumpPixelMapIfDumpEnabled(dstPixelMap); in Create()
673 ImageUtils::DumpPixelMapIfDumpEnabled(dstPixelMap); in Create()
795 ImageUtils::DumpPixelMapIfDumpEnabled(dstPixelMap); in Create()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp929 ImageUtils::DumpPixelMapIfDumpEnabled(pixelMap, imageId);
952 ImageUtils::DumpPixelMapIfDumpEnabled(pixelMap, imageId);
1263 ImageUtils::DumpPixelMapIfDumpEnabled(pixelMap, imageId_);

Completed in 14 milliseconds