Home
last modified time | relevance | path

Searched defs:captureInfos (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_camera_operator.h59 int32_t OpenCamera(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos) in OpenCamera()
69 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, in StartCapture()
H A Dmock_dcamera_sink_output.h50 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos) in StartCapture()
H A Dmock_dcamera_sink_controller.h35 …int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t scene… in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_dev_test.cpp259 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
283 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
311 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
526 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
561 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
601 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
H A Ddcamera_source_controller_test.cpp124 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
154 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
525 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
H A Dmock_dcamera_source_controller.h36 …int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t scene… in StartCapture()
H A Dmock_dcamera_source_dev.h61 int32_t StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) in StartCapture()
H A Ddcamera_provider_callback_impl_test.cpp235 std::vector<DCCaptureInfo> captureInfos; variable
428 std::vector<DCCaptureInfo> captureInfos; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp366 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
430 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
558 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
625 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
658 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/
H A Ddcamerastartcapture_fuzzer.cpp48 std::vector<DCCaptureInfo> captureInfos; in DcameraStartCaptureFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp57 int32_t DCameraSourceEvent::GetCaptureInfos(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInf… in GetCaptureInfos()
H A Ddcamera_source_dev.cpp209 int32_t DCameraSourceDev::StartCameraCapture(const std::vector<std::shared_ptr<DCCaptureInfo>>& cap… in StartCameraCapture()
573 int32_t DCameraSourceDev::StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) in StartCapture()
622 void DCameraSourceDev::HitraceAndHisyseventImpl(std::vector<std::shared_ptr<DCCaptureInfo>>& captur… in HitraceAndHisyseventImpl()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp63 int32_t DCameraSinkController::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captu… in StartCapture()
410 std::shared_ptr<std::vector<std::shared_ptr<DCameraCaptureInfo>>> captureInfos = in ProcessPostAuthorization() local
516 …oid DCameraSinkController::PostAuthorization(std::vector<std::shared_ptr<DCameraCaptureInfo>>& cap… in PostAuthorization()
525 …2_t DCameraSinkController::StartCaptureInner(std::vector<std::shared_ptr<DCameraCaptureInfo>>& cap… in StartCaptureInner()
H A Ddcamera_sink_output.cpp137 int32_t DCameraSinkOutput::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureIn… in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp175 int32_t DCameraClient::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, in StartCapture()
331 int32_t DCameraClient::ConfigCaptureSession(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captu… in ConfigCaptureSession()
434 int32_t DCameraClient::CreateCaptureOutput(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captur… in CreateCaptureOutput()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/
H A Ddcameraadddcameradevice_fuzzer.cpp50 int32_t StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfos) in StartCapture()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/
H A Ddcameraenabledcameradevice_fuzzer.cpp50 int32_t StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfos) in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_capture_info_cmd.cpp34 cJSON *captureInfos = cJSON_CreateArray(); in Marshal() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h83 const std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) : eventType_(eventType) in DCameraSourceEvent()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp175 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; in DoStartCaptureTask() local
H A Ddcamera_source_config_stream_state.cpp226 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; in DoStartCaptureTask() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp180 …iderCallbackImpl::StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfo… in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.cpp128 int32_t DCameraSourceInput::StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) in StartCapture()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp318 … DCameraProvider::StartCapture(const DHBase &dhBase, const std::vector<DCCaptureInfo> &captureInfo… in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp64 …nt32_t DCameraSourceController::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& cap… in StartCapture()

12