Home
last modified time | relevance | path

Searched refs:executionMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_event_report.h75 ExecutionMode executionMode; member
91 void ReportImageModeChange(ExecutionMode executionMode);
98 void SetExecutionMode(ExecutionMode executionMode);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H A Ddps_event_report.cpp81 void DPSEventReport::ReportImageModeChange(ExecutionMode executionMode) in ReportImageModeChange() argument
88 EVENT_KEY_EXCUTIONMODE, static_cast<int32_t>(executionMode), in ReportImageModeChange()
133 dpsEventInfo.executionMode = ExecutionMode::DUMMY; in SetEventInfo()
189 void DPSEventReport::SetExecutionMode(ExecutionMode executionMode) in SetExecutionMode() argument
191 executionMode_ = executionMode; in SetExecutionMode()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp203 auto executionMode = work->GetExecutionMode(); in PostProcess() local
210 postProcessor_->SetExecutionMode(executionMode); in PostProcess()
212 DPSEventReport::GetInstance().ReportImageModeChange(executionMode); in PostProcess()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp98 OHOS::HDI::Camera::V1_2::ExecutionMode MapToHdiExecutionMode(ExecutionMode executionMode) in MapToHdiExecutionMode() argument
101 switch (executionMode) { in MapToHdiExecutionMode()
112 DP_ERR_LOG("unexpected error code: %{public}d.", executionMode); in MapToHdiExecutionMode()
568 void PhotoPostProcessor::SetExecutionMode(ExecutionMode executionMode) in SetExecutionMode() argument
571 DP_INFO_LOG("entered, executionMode: %{public}d", executionMode); in SetExecutionMode()
573 int32_t ret = session_->SetExecutionMode(MapToHdiExecutionMode(executionMode)); in SetExecutionMode()
H A Dvideo_post_processor.cpp152 void VideoPostProcessor::SetExecutionMode(ExecutionMode executionMode) in SetExecutionMode() argument
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dphoto_post_processor.h57 void SetExecutionMode(ExecutionMode executionMode);
H A Dvideo_post_processor.h42 void SetExecutionMode(ExecutionMode executionMode);