Home
last modified time | relevance | path

Searched refs:captures (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp195 std::vector<std::shared_ptr<DCCaptureInfo>> captures; in StartCapture() local
218 captures.push_back(capture); in StartCapture()
220 int32_t ret = sourceDev->StartCameraCapture(captures); in StartCapture()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp589 std::vector<std::shared_ptr<DCameraCaptureInfo>> captures; in StartCapture() local
611 captures.push_back(capture); in StartCapture()
615 ret = controller_->StartCapture(captures, sceneMode_); in StartCapture()

Completed in 3 milliseconds