Searched refs:DumpPixelMap (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_utils.h | 56 static void DumpPixelMap(PixelMap* pixelMap, std::string customFileName, uint64_t imageId = 0);
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.h | 106 int32_t DumpPixelMap(bool isDump, std::shared_ptr<PixelMap> pixelMap, const std::string &fileName);
|
H A D | avmetadatahelper_impl.cpp | 230 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 D | image_utils.cpp | 460 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