Home
last modified time | relevance | path

Searched refs:StartCapture (Results 1 - 25 of 58) sorted by relevance

123

/foundation/CastEngine/castengine_wifi_display/tests/demo/delaytest/src/
H A Dloop_back_demo.cpp57 int32_t LoopBackDemo::StartCapture() in StartCapture() function in OHOS::AudioStandard::LoopBackDemo
130 StartCapture(); in loopback()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_data_process_test.cpp122 * @tc.desc: Verify source data process StartCapture.
139 int32_t rc = testSrcDataProcess_->StartCapture(captureInfo); in HWTEST_F()
142 rc = testSrcDataProcess_->StartCapture(captureInfo); in HWTEST_F()
165 int32_t rc = testSrcDataProcess_->StartCapture(captureInfo); in HWTEST_F()
H A Dmock_dcamera_source_controller.h36 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) in StartCapture() function in OHOS::DistributedHardware::MockDCameraSourceController
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_data_process_test.cpp123 * @tc.desc: Verify the StartCapture function.
129 int32_t ret = dataProcess_->StartCapture(g_testCaptureInfoContinuousNotEncode); in HWTEST_F()
135 * @tc.desc: Verify the StartCapture function.
141 int32_t ret = dataProcess_->StartCapture(g_testCaptureInfoContinuousNeedEncode); in HWTEST_F()
147 * @tc.desc: Verify the StartCapture function.
153 int32_t ret = dataProcess_->StartCapture(g_testCaptureInfoSnapshot); in HWTEST_F()
H A Ddcamera_sink_output_test.cpp159 * @tc.desc: Verify the StartCapture function.
172 int32_t ret = output_->StartCapture(g_testCaptureInfosOutput); in HWTEST_F()
180 * @tc.desc: Verify the StartCapture function.
193 int32_t ret = output_->StartCapture(g_testCaptureInfosOutput); in HWTEST_F()
201 * @tc.desc: Verify the StartCapture function.
214 int32_t ret = output_->StartCapture(g_testCaptureInfosOutput); in HWTEST_F()
235 int32_t ret = output_->StartCapture(g_testCaptureInfosOutput); in HWTEST_F()
H A Dmock_dcamera_sink_data_process.h45 int32_t StartCapture(std::shared_ptr<DCameraCaptureInfo>& captureInfo) in StartCapture() function in OHOS::DistributedHardware::MockDCameraSinkDataProcess
H A Ddcamera_sink_controller_test.cpp220 * @tc.desc: Verify the StartCapture function.
229 int32_t ret = controller_->StartCapture(cmd.value_, mode); in HWTEST_F()
245 int32_t ret = controller_->StartCapture(cmd.value_, mode); in HWTEST_F()
270 int32_t ret = controller_->StartCapture(cmd.value_, mode); in HWTEST_F()
444 int32_t ret = controller_->StartCapture(cmd.value_, mode); in HWTEST_F()
524 * @tc.desc: Verify the StartCapture function.
534 int32_t ret = controller_->StartCapture(cmd.value_, mode); in HWTEST_F()
540 * @tc.desc: Verify the StartCapture function.
551 int32_t ret = controller_->StartCapture(cmd.value_, mode); in HWTEST_F()
557 * @tc.desc: Verify the StartCapture functio
[all...]
H A Dmock_dcamera_sink_output.h50 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos) in StartCapture() function in OHOS::DistributedHardware::MockDCameraSinkOutput
H A Dmock_dcamera_sink_controller.h35 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) in StartCapture() function in OHOS::DistributedHardware::MockDCameraSinkController
H A Dmock_camera_operator.h69 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, in StartCapture() function in OHOS::DistributedHardware::MockCameraOperator
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp107 * @tc.desc: Verify the StartCapture function.
115 EXPECT_NE(DH_SUCCESS, micClient_->StartCapture()); in HWTEST_F()
133 EXPECT_EQ(ERR_DH_AUDIO_SA_STATUS_ERR, micClient_->StartCapture()); in HWTEST_F()
136 EXPECT_EQ(DH_SUCCESS, micClient_->StartCapture()); in HWTEST_F()
138 EXPECT_EQ(ERR_DH_AUDIO_SA_STATUS_ERR, micClient_->StartCapture()); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/demo/delaytest/include/
H A Dloop_back_demo.h39 int32_t StartCapture();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/
H A Dicamera_sink_output.h36 virtual int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos) = 0;
H A Dicamera_sink_data_process.h34 virtual int32_t StartCapture(std::shared_ptr<DCameraCaptureInfo>& captureInfo) = 0;
/foundation/distributedhardware/distributed_audio/services/audioclient/interface/
H A Dimic_client.h33 virtual int32_t StartCapture() = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_input.h31 virtual int32_t StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) = 0;
H A Dicamera_source_data_process.h62 virtual int32_t StartCapture(std::shared_ptr<DCCaptureInfo>& captureInfo) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Dicamera_controller.h33 virtual int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos,
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Dicamera_operator.h60 virtual int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos,
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.h39 int32_t StartCapture(std::shared_ptr<DCCaptureInfo>& captureInfo) override;
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_stream_playback_test.cpp82 int32_t StartCapture();
472 int32_t PlaybackTest::StartCapture() in StartCapture() function in OHOS::AudioStandard::PlaybackTest
707 int32_t StartCapture(std::shared_ptr<PlaybackTest> playTest) in StartCapture() function
713 int32_t ret = playTest->StartCapture(); in StartCapture()
757 {START_MIC, StartCapture},
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_voip_test.cpp201 bool StartCapture(const unique_ptr<AudioCapturer> &audioCapturer, bool isBlocking, FILE *pFile) const in StartCapture() function in AudioVoIPTest
267 if (!StartCapture(audioCapturer, isBlocking, pFile)) { in TestRecording()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp130 bool StartCapture(const unique_ptr<AudioCapturer> &audioCapturer, bool isBlocking, FILE *pFile) const in StartCapture() function in AudioCapturerTest
230 if (!StartCapture(audioCapturer, isBlocking, pFile)) { in TestRecording()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.h60 bool StartCapture();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.h34 int32_t StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfos) override;

Completed in 9 milliseconds

123