Searched refs:VPE_LOGD (Results 1 – 4 of 4) sorted by relevance
82 VPE_LOGD("onError_ is null!"); in OnError()92 VPE_LOGD("onState_ is null!"); in OnState()102 VPE_LOGD("onNewOutputBuffer_ is null!"); in OnNewOutputBuffer()
71 VPE_LOGD("Video processing spurious wakeup."); in Initialize()
46 …VPE_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()
30 #define VPE_LOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, fmt, ##__VA_ARGS__) macro