Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 32) sorted by relevance

12

/test/xts/acts/multimedia/audio/audio_js_standard/AudioCapturer/src/main/js/test/
DAudioRenderCapturerInterrupt.test.js307 let capture = await createAudioCapturer(capturerInfo['MIC'], streamInfo['16000'])
308 await capturerStart(capture, done)
309 capture.on("audioInterrupt", async (eventAction) => {
318 await capturerRelease(capture, done)
343 … let capture = await createAudioCapturer(capturerInfo['PLAYBACK_CAPTURE'], streamInfo['16000'])
344 await capturerStart(capture, done)
345 capture.on("audioInterrupt", async (eventAction) => {
354 await capturerRelease(capture, done)
381 … let capture = await createAudioCapturer(capturerInfo['VOICE_COMMUNICATION'], streamInfo['16000'])
382 await capturerStart(capture, done)
[all …]
DAudioCapturerInterrupt.test.js396 let capture = await createAudioCapturer(capturerInfo['MIC'], streamInfo['16000'])
397 await capturerStart(capture, done)
398 capture.on("audioInterrupt", async (eventAction) => {
413 await capturerRelease(capture, done)
429 let capture = await createAudioCapturer(capturerInfo['MIC'], streamInfo['16000'])
430 await capturerStart(capture, done)
431 capture.on("audioInterrupt", async (eventAction) => {
446 await capturerRelease(capture, done)
462 let capture = await createAudioCapturer(capturerInfo['MIC'], streamInfo['16000'])
463 await capturerStart(capture, done)
[all …]
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/ets/test/
DCameraSessionExposureTest.test.ets309 * @tc.name : Check capture session support exposure locked mode with promise or not
310 * @tc.desc : Check capture session support exposure locked mode with promise or not
331 * @tc.name : Check capture session set exposure locked mode with promise
332 * @tc.desc : Check capture session set exposure locked mode with promise
355 * @tc.name : Check capture session support exposure auto mode with promise or not
356 * @tc.desc : Check capture session support exposure auto mode with promise or not
376 * @tc.name : Check capture session set exposure auto mode with promise
377 * @tc.desc : Check capture session set exposure auto mode with promise
400 … * @tc.name : Check capture session support exposure continuous auto mode with promise or not
401 … * @tc.desc : Check capture session support exposure continuous auto mode with promise or not
[all …]
DCameraSessionFocusTest.test.ets354 * @tc.name : Check capture session support focus manual mode with promise or not
355 * @tc.desc : Check capture session support focus manual mode with promise or not
375 * @tc.name : Check capture session set focus manual mode with promise
376 * @tc.desc : Check capture session set focus manual mode with promise
399 * @tc.name : Check capture session support focus continuous auto mode with promise or not
400 * @tc.desc : Check capture session support focus continuous auto mode with promise or not
420 * @tc.name : Check capture session set focus continuous auto mode with promise
421 * @tc.desc : Check capture session set focus continuous auto mode with promise
444 * @tc.name : Check capture session support focus auto mode with promise or not
445 * @tc.desc : Check capture session support focus auto mode with promise or not
[all …]
DCameraSessionVideoStabilizationTest.test.ets263 … * @tc.name : Check capture session support video stabilization off mode with promise or not
264 … * @tc.desc : Check capture session support video stabilization off mode with promise or not
284 * @tc.name : Check capture session set video stabilization off mode with promise
285 * @tc.desc : Check capture session set video stabilization off mode with promise
308 … * @tc.name : Check capture session support video stabilization low mode with promise or not
309 … * @tc.desc : Check capture session support video stabilization low mode with promise or not
329 * @tc.name : Check capture session set video stabilization low mode with promise
330 * @tc.desc : Check capture session set video stabilization low mode with promise
357 …* @tc.name : Check capture session support video stabilization middle mode with promise or not
358 …* @tc.desc : Check capture session support video stabilization middle mode with promise or not
[all …]
DCameraSessionFlashTest.test.ets260 * @tc.name : Check capture session has flash with promise or not
261 * @tc.desc : Check capture session has flash with promise or not
281 * @tc.name : Check capture session support flash close mode with promise or not
282 * @tc.desc : Check capture session support flash close mode with promise or not
302 * @tc.name : Check capture session set flash close mode with promise
303 * @tc.desc : Check capture session set flash close mode with promise
320 * @tc.name : Check capture session support flash open mode with promise or not
321 * @tc.desc : Check capture session support flash open mode with promise or not
341 * @tc.name : Check capture session set flash open mode with promise
342 * @tc.desc : Check capture session set flash open mode with promise
[all …]
DCameraSessionBaseTest.test.ets242 * @tc.name : Check capture session begin config
243 * @tc.desc : Check capture session begin config
259 * @tc.name : Check capture session can add input with promise or not
260 * @tc.desc : Check capture session can add input with promise or not
281 * @tc.name : Check capture session can add output with promise or not for preview
282 * @tc.desc : Check capture session can add output with promise or not for preview
303 * @tc.name : Check capture session start/stop/release output with promise or not
304 * @tc.desc : Check capture session start/stop/release output with promise or not
328 * @tc.name : Check capture session commit config
329 * @tc.desc : Check capture session commit config
[all …]
DCameraSessionZoomRatioTest.test.ets272 * @tc.name : Check capture session get zoom ratio range with promise
273 * @tc.desc : Check capture session get zoom ratio range with promise
298 * @tc.name : Check capture session set zoom ratio with promise
299 * @tc.desc : Check capture session set zoom ratio with promise
322 * @tc.name : Check capture session set zoom ratio with promise(invalid value, max + 1)
323 * @tc.desc : Check capture session set zoom ratio with promise(invalid value, max + 1)
346 * @tc.name : Check capture session set zoom ratio with promise(invalid value, max + 0.1)
347 * @tc.desc : Check capture session set zoom ratio with promise(invalid value, max + 0.1)
370 * @tc.name : Check capture session set zoom ratio with promise(invalid value, min - 1)
371 * @tc.desc : Check capture session set zoom ratio with promise(invalid value, min - 1)
[all …]
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_tabIndex/entry/src/main/ets/test/tabIndex/
DTabIndexTest.test.ets107 //Press the Tab key for the first time to reference the component (1) and capture the focus
109 … ///Press the Tab key for the second time to reference the component (2) and capture the focus
118 //Press the Tab key for the first time to reference the component (1) and capture the focus
120 //Press the Tab key for the second time to reference the component (2) and capture the focus
133 //Press the Tab key for the second time to reference the component (1) and capture the focus
135 //Press the Tab key for the third time to reference the component (2) and capture the focus
144 //Press the Tab key for the first time to reference the component (1) and capture the focus
148 //Press the Tab key for the third time to reference the component (2) and capture the focus
/test/xts/acts/multimedia/camera/camera_js_standard/entry/src/main/ets/test/
DCameraSessionBaseTest.test.ets479 * @tc.name : Check capture session begin config
480 * @tc.desc : Check capture session begin config
502 * @tc.name : Check capture session add input with promise or not
503 * @tc.desc : Check capture session add input with promise or not
534 * @tc.name : Check capture session can add input with promise
535 * @tc.desc : Check capture session can add input with promise
565 * @tc.name : Check capture session can not add input with promise
566 * @tc.desc : Check capture session can not add input with promise
599 * @tc.name : Check capture session add output with promise or not for preview
600 * @tc.desc : Check capture session add output with promise or not for preview
[all …]
DCameraSessionExposureTest.test.ets564 * @tc.name : Check capture session support exposure locked mode with promise or not
565 * @tc.desc : Check capture session support exposure locked mode with promise or not
606 * @tc.name : Check capture session set exposure locked mode with promise
607 * @tc.desc : Check capture session set exposure locked mode with promise
655 * @tc.name : Check capture session support exposure auto mode with promise or not
656 * @tc.desc : Check capture session support exposure auto mode with promise or not
697 * @tc.name : Check capture session set exposure auto mode with promise
698 * @tc.desc : Check capture session set exposure auto mode with promise
747 … * @tc.name : Check capture session support exposure continuous auto mode with promise or not
748 … * @tc.desc : Check capture session support exposure continuous auto mode with promise or not
[all …]
DCameraSessionFocusTest.test.ets543 * @tc.name : Check capture session support focus manual mode with promise or not
544 * @tc.desc : Check capture session support focus manual mode with promise or not
584 * @tc.name : Check capture session set focus manual mode with promise
585 * @tc.desc : Check capture session set focus manual mode with promise
634 … * @tc.name : Check capture session support focus continuous auto mode with promise or not
635 … * @tc.desc : Check capture session support focus continuous auto mode with promise or not
676 * @tc.name : Check capture session set focus continuous auto mode with promise
677 * @tc.desc : Check capture session set focus continuous auto mode with promise
726 * @tc.name : Check capture session support focus auto mode with promise or not
727 * @tc.desc : Check capture session support focus auto mode with promise or not
[all …]
DCameraSessionVideoStabilizationTest.test.ets510 … * @tc.name : Check capture session support video stabilization off mode with promise or not
511 … * @tc.desc : Check capture session support video stabilization off mode with promise or not
552 * @tc.name : Check capture session set video stabilization off mode with promise
553 * @tc.desc : Check capture session set video stabilization off mode with promise
601 … * @tc.name : Check capture session support video stabilization low mode with promise or not
602 … * @tc.desc : Check capture session support video stabilization low mode with promise or not
643 * @tc.name : Check capture session set video stabilization low mode with promise
644 * @tc.desc : Check capture session set video stabilization low mode with promise
693 …* @tc.name : Check capture session support video stabilization middle mode with promise or not
694 …* @tc.desc : Check capture session support video stabilization middle mode with promise or not
[all …]
DCameraSessionFlashTest.test.ets517 * @tc.name : Check capture session has flash with promise or not
518 * @tc.desc : Check capture session has flash with promise or not
560 * @tc.name : Check capture session support flash close mode with promise or not
561 * @tc.desc : Check capture session support flash close mode with promise or not
609 * @tc.name : Check capture session set flash close mode with promise
610 * @tc.desc : Check capture session set flash close mode with promise
659 * @tc.name : Check capture session support flash open mode with promise or not
660 * @tc.desc : Check capture session support flash open mode with promise or not
705 * @tc.name : Check capture session set flash open mode with promise
706 * @tc.desc : Check capture session set flash open mode with promise
[all …]
DCameraSessionZoomRatioTest.test.ets517 * @tc.name : Check capture session get zoom ratio range with promise
518 * @tc.desc : Check capture session get zoom ratio range with promise
568 * @tc.name : Check capture session set zoom ratio with promise
569 * @tc.desc : Check capture session set zoom ratio with promise
616 * @tc.name : Check capture session set zoom ratio with promise(invalid value, max + 1)
617 * @tc.desc : Check capture session set zoom ratio with promise(invalid value, max + 1)
665 … * @tc.name : Check capture session set zoom ratio with promise(invalid value, max + 0.1)
666 … * @tc.desc : Check capture session set zoom ratio with promise(invalid value, max + 0.1)
714 * @tc.name : Check capture session set zoom ratio with promise(invalid value, min - 1)
715 * @tc.desc : Check capture session set zoom ratio with promise(invalid value, min - 1)
[all …]
DCameraVideoSuperStabilizationTest.test.ets156 … * @tc.name : Check capture session support video stabilization high mode with promise or not
157 … * @tc.desc : Check capture session support video stabilization high mode with promise or not
DCameraErrorCodeUsecaseTest.test.ets851 * @tc.name : photoOutput capture api
852 * @tc.desc : photoOutput capture api
867 mPhotoOutput.capture({}, async (err) => {
883 * @tc.name : photoOutput capture api
884 * @tc.desc : photoOutput capture api
900 await mPhotoOutput.capture({});
2182 * @tc.name : photoOutput capture api
2183 * @tc.desc : photoOutput capture api
2198 await mPhotoOutput.capture();
2210 * @tc.name : photoOutput capture api
[all …]
DCameraJSUnitOutput.test.ets1093 * @tc.name : photoOutput capture with promise mode
1094 * @tc.desc : photoOutput capture with promise mode
1105 await photoOutput.capture().then(() => {
1132 photoOutput.capture(async (err) => {
1171 await photoOutput.capture(captureSetting).then((result) => {
1198 photoOutput.capture(captureSetting, async (err) => {
1242 photoOutput.capture();
1274 photoOutput.capture();
1313 photoOutput.capture();
1351 photoOutput.capture();
/test/xts/hats/hdf/audio/idl/
DBUILD.gn27 "common/capture:HatsHdfAudioIdlCaptureTest",
39 "common/capture:HatsHdfAudioIdlCaptureTest",
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/
Daudio_adapter_common_test.cpp420 struct IAudioCapture *capture = nullptr; variable
428 …EXPECT_NE(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId…
439 struct IAudioCapture *capture = nullptr; variable
447 …EXPECT_NE(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId…
457 struct IAudioCapture *capture = nullptr; variable
465 …EXPECT_NE(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId…
475 struct IAudioCapture *capture = nullptr; variable
484 …EXPECT_NE(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId…
495 struct IAudioCapture *capture = nullptr; variable
504 …EXPECT_NE(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId…
[all …]
/test/xts/hats/hdf/audio/idl/benchmarktest/
DBUILD.gn26 "capture/audio_capture_benchmarktest.cpp",
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
Daudio_adapter_benchmarktest.cpp195 struct IAudioCapture *capture = nullptr; in BENCHMARK_F() local
205 ret = adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId_); in BENCHMARK_F()
208 …ASSERT_EQ(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId… in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/common/adapter/src/
Daudio_adapter_common_test.cpp217 struct IAudioCapture *capture = nullptr; variable
220 …EXPECT_NE(HDF_SUCCESS, adapter_->CreateCapture(nullptr, &devicedesc, &attrs, &capture, &captureId_…
225 struct IAudioCapture *capture = nullptr; variable
227 …EXPECT_EQ(HDF_ERR_INVALID_PARAM, adapter_->CreateCapture(adapter_, nullptr, &attrs, &capture, &cap…
232 struct IAudioCapture *capture = nullptr; variable
234 …ERR_INVALID_PARAM, adapter_->CreateCapture(adapter_, &devicedesc, nullptr, &capture, &captureId_));
239 struct IAudioCapture *capture = nullptr; variable
247 …EXPECT_EQ(HDF_SUCCESS, adapter_->CreateCapture(adapter_, &devicedesc, &attrs, &capture, &captureId…
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Notification/CustomNotification/notificationUtil/
DNotificationUtil.ets48 notificationSlot.sound = 'file:///system/etc/capture.ogg';
/test/testfwk/developer_test/localCoverage/codeCoverage/coverage_rc/
Dlcovrc_cov_template123 # Specify whether to capture coverage data for external source files (can

12