Home
last modified time | relevance | path

Searched refs:ConfigCaptureSession (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_automatic_test.cpp105 ConfigCaptureSession();
138 ConfigCaptureSession();
157 ConfigCaptureSession();
167 ConfigCaptureSession();
177 ConfigCaptureSession();
196 ConfigCaptureSession();
217 ConfigCaptureSession();
238 ConfigCaptureSession();
264 ConfigCaptureSession();
288 ConfigCaptureSession();
[all …]
H A Ddcamera_client_demo.h327 void ConfigCaptureSession(void);
H A Ddcamera_client_demo.cpp215 void ConfigCaptureSession(void) in ConfigCaptureSession() function
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp212 static void ConfigCaptureSession() in ConfigCaptureSession() function
310 ConfigCaptureSession(); in main()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h54 …int32_t ConfigCaptureSession(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32…
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp186 int32_t ret = ConfigCaptureSession(captureInfos, sceneMode); in StartCapture()
331 int32_t DCameraClient::ConfigCaptureSession(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captu… in ConfigCaptureSession() function in OHOS::DistributedHardware::DCameraClient