Home
last modified time | relevance | path

Searched refs:ImageFuncTimer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_func_timer.cpp28 ImageFuncTimer::ImageFuncTimer(const std::string &desc) : desc_(desc) in ImageFuncTimer() function in OHOS::Media::ImageFuncTimer
36 ImageFuncTimer::~ImageFuncTimer() in ~ImageFuncTimer()
45 ImageFuncTimer::ImageFuncTimer(const char *fmt, ...) in ImageFuncTimer() function in OHOS::Media::ImageFuncTimer
H A Dimage_fwk_ext_manager.cpp63 ImageFuncTimer imageFuncTimer(__func__); in LoadImageFwkExtNativeSo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_func_timer.h23 class ImageFuncTimer {
25 explicit ImageFuncTimer(const std::string &desc);
26 explicit ImageFuncTimer(const char *fmt, ...);
27 ~ImageFuncTimer();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp334ImageFuncTimer imageFuncTimer("insert exit data (%d, %d)", imageInfo.size.width, imageInfo.size.he… in CreateAndWriteBlob()
462ImageFuncTimer imageFuncTimer("%s:(%d, %d)", __func__, pixelmap_->GetWidth(), pixelmap_->GetHeight… in DoEncode()
1661 ImageFuncTimer imageFuncTimer("%s enter", __func__); in EncodeJpegPictureDualVivid()
1684 ImageFuncTimer imageFuncTimer("%s enter", __func__); in EncodeJpegPictureSdr()
1766 ImageFuncTimer imageFuncTimer("%s enter", __func__); in EncodeJpegAuxiliaryPictures()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp803ImageFuncTimer imageFuncTime("HeifDecoderImpl::%s, desiredpixelformat: %d", __func__, outPixelForm… in SwDecodeImage()