Home
last modified time | relevance | path

Searched refs:VPE_LOGD (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_callback_native.cpp82 VPE_LOGD("onError_ is null!"); in OnError()
92 VPE_LOGD("onState_ is null!"); in OnState()
102 VPE_LOGD("onNewOutputBuffer_ is null!"); in OnNewOutputBuffer()
H A Dvideo_processing_native.cpp71 VPE_LOGD("Video processing spurious wakeup."); in Initialize()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp46VPE_LOGD("Input format: %{public}d, output format: %{public}d.", input->GetFormat(), output->GetFo… in GetImageType()
151 VPE_LOGD("YUVFormat: default NV12."); in ConfigYUVFormat()
183 VPE_LOGD("Planes info is nullptr, configure uv stride with general stride."); in CreateYUVPixmap()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/dfx/include/
H A Dvpe_log.h30 #define VPE_LOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, fmt, ##__VA_ARGS__) macro