Home
last modified time | relevance | path

Searched refs:DumpDataIfDumpEnabled (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h59 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 Dimage_utils_test.cpp469 * @tc.desc: DumpDataIfDumpEnabled
479 ImageUtils::DumpDataIfDumpEnabled(data, totalSize, fileSuffix, imageId); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp506 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 Dpixel_map.cpp1607 ImageUtils::DumpDataIfDumpEnabled(reinterpret_cast<const char*>(dst), bufferSize, "dat", uniqueId_); in ReadARGBPixels()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3445 ImageUtils::DumpDataIfDumpEnabled(reinterpret_cast<const char *>(data), size, fileSuffix, imageId_);

Completed in 14 milliseconds