Searched refs:VideoPhotoProcessState (Results 1 – 3 of 3) sorted by relevance
23 VideoPhotoProcessState::VideoPhotoProcessState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoPhotoProcessState() function in OHOS::CameraStandard::DeferredProcessing::VideoPhotoProcessState28 VideoPhotoProcessState::~VideoPhotoProcessState() in ~VideoPhotoProcessState()33 VideoPhotoProcessState::VideoSchedulerInfo VideoPhotoProcessState::ReevaluateSchedulerInfo() in ReevaluateSchedulerInfo()
24 class VideoPhotoProcessState : public ISchedulerVideoState {26 explicit VideoPhotoProcessState(int32_t stateValue);27 ~VideoPhotoProcessState() override;
139 std::make_shared<VideoPhotoProcessState>(PhotoProcessStatus::IDLE)}); in InitScheduleState()