Searched refs:DumpDataIfDumpEnabled (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_utils.h | 59 static void DumpDataIfDumpEnabled(const char* data, const size_t& totalSize, const std::string& fileSuffix = "dat",
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_utils_test.cpp | 469 * @tc.desc: DumpDataIfDumpEnabled 479 ImageUtils::DumpDataIfDumpEnabled(data, totalSize, fileSuffix, imageId); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_utils.cpp | 506 void ImageUtils::DumpDataIfDumpEnabled(const char* data, const size_t& totalSize, in DumpDataIfDumpEnabled() function in OHOS::Media::ImageUtils 515 IMAGE_LOGI("ImageUtils::DumpDataIfDumpEnabled failed"); in DumpDataIfDumpEnabled() 518 IMAGE_LOGI("ImageUtils::DumpDataIfDumpEnabled success, path = %{public}s", fileName.c_str()); in DumpDataIfDumpEnabled()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 1607 ImageUtils::DumpDataIfDumpEnabled(reinterpret_cast<const char*>(dst), bufferSize, "dat", uniqueId_); in ReadARGBPixels()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 3445 ImageUtils::DumpDataIfDumpEnabled(reinterpret_cast<const char *>(data), size, fileSuffix, imageId_);
|
Completed in 15 milliseconds