Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp470 HdiStatus hdiStatus = MapHdiStatus(status); in OnStatusChanged() local
471 photoPostProcessor_->OnStateChanged(hdiStatus); in OnStatusChanged()
693 void PhotoPostProcessor::OnStateChanged(HdiStatus hdiStatus) in OnStateChanged() argument
695 DP_INFO_LOG("entered, HdiStatus: %{public}d", hdiStatus); in OnStateChanged()
696 EventsMonitor::GetInstance().NotifyImageEnhanceStatus(hdiStatus); in OnStateChanged()
H A Dvideo_post_processor.cpp385 void VideoPostProcessor::OnStateChanged(HdiStatus hdiStatus) in OnStateChanged() argument
387 DP_INFO_LOG("entered, HdiStatus: %{public}d", hdiStatus); in OnStateChanged()
388 EventsMonitor::GetInstance().NotifyImageEnhanceStatus(hdiStatus); in OnStateChanged()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h71 void OnStateChanged(HdiStatus hdiStatus);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp215 Composer::V1_0::DispPowerStatus hdiStatus; in GetScreenPowerStatus() local
216 int32_t ret = g_composer->GetDisplayPowerStatus(screenId, hdiStatus); in GetScreenPowerStatus()
218 status = static_cast<GraphicDispPowerStatus>(hdiStatus); in GetScreenPowerStatus()