Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h56 static void DumpPixelMap(PixelMap* pixelMap, std::string customFileName, uint64_t imageId = 0);
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.h106 int32_t DumpPixelMap(bool isDump, std::shared_ptr<PixelMap> pixelMap, const std::string &fileName);
H A Davmetadatahelper_impl.cpp230 int32_t AVMetadataHelperImpl::DumpPixelMap(bool isDump, std::shared_ptr<PixelMap> pixelMap, in DumpPixelMap() function in OHOS::Media::AVMetadataHelperImpl
771 DumpPixelMap(isDump_, pixelMap, DUMP_FILE_NAME_PIXEMAP); in FetchFrameYuv()
775 DumpPixelMap(isDump_, pixelMap, DUMP_FILE_NAME_AFTER_SCLAE); in FetchFrameYuv()
781 DumpPixelMap(isDump_, pixelMap, DUMP_FILE_NAME_AFTER_ROTATE); in FetchFrameYuv()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp460 void ImageUtils::DumpPixelMap(PixelMap* pixelMap, std::string customFileName, uint64_t imageId) in DumpPixelMap() function in OHOS::Media::ImageUtils
462 IMAGE_LOGI("ImageUtils::DumpPixelMap start"); in DumpPixelMap()
480 IMAGE_LOGI("ImageUtils::DumpPixelMap failed"); in DumpPixelMap()
483 IMAGE_LOGI("ImageUtils::DumpPixelMap success, path = %{public}s", fileName.c_str()); in DumpPixelMap()
495 DumpPixelMap(pixelMap.get(), "_imageId", imageId); in DumpPixelMapIfDumpEnabled()
503 DumpPixelMap(&pixelMap, "_beforeEncode"); in DumpPixelMapBeforeEncode()

Completed in 4 milliseconds