/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
H A D | camera_3a_uttest.cpp | 40 cameraTest->intents = {PREVIEW};
in HWTEST_F() 41 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 62 cameraTest->intents = {PREVIEW};
in HWTEST_F() 63 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 84 cameraTest->intents = {PREVIEW};
in HWTEST_F() 85 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 108 cameraTest->intents = {PREVIEW};
in HWTEST_F() 109 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 130 cameraTest->intents = {PREVIEW};
in HWTEST_F() 131 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() [all...] |
H A D | hdi_stream_uttest.cpp | 40 cameraTest->intents = {PREVIEW};
in HWTEST_F() 41 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 58 cameraTest->intents = {PREVIEW};
in HWTEST_F() 59 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 76 cameraTest->intents = {PREVIEW};
in HWTEST_F() 77 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 94 cameraTest->intents = {PREVIEW};
in HWTEST_F() 95 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 129 cameraTest->intents = {PREVIEW};
in HWTEST_F() 131 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | camera_3a_uttest.cpp | 44 cameraTest->intents = {PREVIEW};
in HWTEST_F() 45 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 68 cameraTest->intents = {PREVIEW};
in HWTEST_F() 69 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 92 cameraTest->intents = {PREVIEW};
in HWTEST_F() 93 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 116 cameraTest->intents = {PREVIEW};
in HWTEST_F() 117 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 140 cameraTest->intents = {PREVIEW};
in HWTEST_F() 141 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() [all...] |
H A D | hdi_stream_uttest.cpp | 667 cameraTest->intents = {PREVIEW};
in HWTEST_F() 668 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 683 cameraTest->intents = {PREVIEW};
in HWTEST_F() 684 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 702 cameraTest->intents = {PREVIEW};
in HWTEST_F() 703 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 719 cameraTest->intents = {PREVIEW};
in HWTEST_F() 720 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 798 cameraTest->intents = {PREVIEW};
in HWTEST_F() 799 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() [all...] |
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_video_test.cpp | 191 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 192 display_->StartStream(display_->intents); in HWTEST_F() 221 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 222 display_->StartStream(display_->intents); in HWTEST_F() 261 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 262 display_->StartStream(display_->intents); in HWTEST_F() 280 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 281 display_->StartStream(display_->intents); in HWTEST_F() 305 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 306 display_->StartStream(display_->intents); in HWTEST_F() [all...] |
H A D | camera_capture_test.cpp | 46 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 47 display_->StartStream(display_->intents); in HWTEST_F() 71 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 72 display_->StartStream(display_->intents); in HWTEST_F() 86 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 87 display_->StartStream(display_->intents); in HWTEST_F() 110 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 111 display_->StartStream(display_->intents); in HWTEST_F() 149 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 150 display_->StartStream(display_->intents); in HWTEST_F() [all...] |
H A D | usb_camera_test_mult.cpp | 121 void UtestUSBCameraTestMult::StartStream(std::vector<StreamIntent> intents) in StartStream() argument 123 for (auto& intent : intents) { in StartStream() 351 cameraBase_->intents = {PREVIEW, STILL_CAPTURE, VIDEO}; in HWTEST_F() 352 cameraBase_->StartStream(cameraBase_->intents); in HWTEST_F() 389 cameraBase_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 390 cameraBase_->StartStream(cameraBase_->intents); in HWTEST_F() 424 cameraBase_->intents = {PREVIEW, STILL_CAPTURE, VIDEO}; in HWTEST_F() 425 cameraBase_->StartStream(cameraBase_->intents); in HWTEST_F() 461 cameraBase_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 462 cameraBase_->StartStream(cameraBase_->intents); in HWTEST_F() [all...] |
H A D | hdfcamera_facedetect.cpp | 47 display_->intents = {PREVIEW, STILL_CAPTURE, ANALYZE}; in HWTEST_F() 48 display_->StartStream(display_->intents); in HWTEST_F() 112 display_->intents = {PREVIEW, ANALYZE}; in HWTEST_F() 113 display_->StartStream(display_->intents); in HWTEST_F()
|
H A D | camera_preview_test.cpp | 52 display_->intents = {PREVIEW}; in HWTEST_F() 53 display_->StartStream(display_->intents); in HWTEST_F() 531 display_->intents = {PREVIEW}; in HWTEST_F() 532 display_->StartStream(display_->intents); in HWTEST_F() 554 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 555 display_->StartStream(display_->intents); in HWTEST_F() 579 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 580 display_->StartStream(display_->intents); in HWTEST_F() 1240 display_->intents = {PREVIEW}; in HWTEST_F() 1241 display_->StartStream(display_->intents); in HWTEST_F() [all...] |
H A D | double_preview_test.cpp | 207 display_->intents = {STILL_CAPTURE}; in HWTEST_F() 208 display_->StartStream(display_->intents); in HWTEST_F() 269 display_->intents = {VIDEO}; in HWTEST_F() 270 display_->StartStream(display_->intents); in HWTEST_F()
|
H A D | camera_stabili_test.cpp | 74 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 75 display_->StartStream(display_->intents); in HWTEST_F()
|
H A D | camera_fps_test.cpp | 81 display_->intents = {PREVIEW}; in HWTEST_F() 82 display_->StartStream(display_->intents); in HWTEST_F()
|
H A D | usb_camera_test.cpp | 861 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 862 display_->StartStream(display_->intents); in HWTEST_F() 954 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 955 display_->StartStream(display_->intents); in HWTEST_F() 988 display_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 989 display_->StartStream(display_->intents); in HWTEST_F() 1017 display_->intents = {PREVIEW, VIDEO}; in HWTEST_F() 1018 display_->StartStream(display_->intents); in HWTEST_F() 1104 display_->intents = {PREVIEW, STILL_CAPTURE, VIDEO}; in HWTEST_F() 1105 display_->StartStream(display_->intents); in HWTEST_F() [all...] |
H A D | camera_vendor_tag_test.cpp | 187 cameraBase_->intents = {PREVIEW, STILL_CAPTURE}; in HWTEST_F() 188 cameraBase_->StartStream(cameraBase_->intents); in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | camera_professional_test_v1_3.cpp | 112 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 113 cameraTest->StartProfessionalStream(cameraTest->intents, OHOS::HDI::Camera::V1_3::PROFESSIONAL_PHOTO);
in HWTEST_F() 220 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 221 cameraTest->StartProfessionalStream(cameraTest->intents, OHOS::HDI::Camera::V1_3::PROFESSIONAL_PHOTO);
in HWTEST_F() 274 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 275 cameraTest->StartProfessionalStream(cameraTest->intents, OHOS::HDI::Camera::V1_3::PROFESSIONAL_PHOTO);
in HWTEST_F() 307 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 308 cameraTest->StartProfessionalStream(cameraTest->intents, OHOS::HDI::Camera::V1_3::PROFESSIONAL_PHOTO);
in HWTEST_F() 360 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 361 cameraTest->StartProfessionalStream(cameraTest->intents, OHO in HWTEST_F() [all...] |
H A D | camera_hdi_test_v1_3.cpp | 89 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 90 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 150 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 151 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 315 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 316 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 584 cameraTest->intents = {PREVIEW, VIDEO};
in HWTEST_F() 586 cameraTest->StartStream(cameraTest->intents, OHOS::HDI::Camera::V1_3::OperationMode::VIDEO);
in HWTEST_F() 624 cameraTest->intents = {PREVIEW, VIDEO};
in HWTEST_F() 626 cameraTest->StartStream(cameraTest->intents, OHO in HWTEST_F() [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | camera_flashlight_test_v1_2.cpp | 219 cameraTest->intents = {PREVIEW}; in HWTEST_F() 220 cameraTest->StartStream(cameraTest->intents); in HWTEST_F() 244 cameraTest->intents = {PREVIEW}; in HWTEST_F() 245 cameraTest->StartStream(cameraTest->intents); in HWTEST_F() 271 cameraTest->intents = {PREVIEW}; in HWTEST_F() 272 cameraTest->StartStream(cameraTest->intents); in HWTEST_F() 298 cameraTest->intents = {PREVIEW}; in HWTEST_F() 299 cameraTest->StartStream(cameraTest->intents); in HWTEST_F() 332 cameraTest->intents = {PREVIEW}; in HWTEST_F() 333 cameraTest->StartStream(cameraTest->intents); in HWTEST_F() [all...] |
H A D | camera_hdi_test_v1_2.cpp | 53 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in TakePhoteWithDefferredImage() 54 cameraTest->StartStream(cameraTest->intents);
in TakePhoteWithDefferredImage() 249 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 250 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 275 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in HWTEST_F() 276 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 348 cameraTest->intents = {PREVIEW, STILL_CAPTURE, VIDEO};
in HWTEST_F() 349 cameraTest->StartStream(cameraTest->intents);
in HWTEST_F() 364 cameraTest->intents = {PREVIEW, STILL_CAPTURE};
in TakePhotoWithTags() 365 cameraTest->StartStream(cameraTest->intents);
in TakePhotoWithTags() [all...] |
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/ |
H A D | common.h | 56 void StartStream(std::vector<StreamIntent> intents);
103 std::vector<StreamIntent> intents;
member in OHOS::Camera::Test
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | test_display.h | 124 std::vector<StreamIntent> intents; member in TestDisplay 165 void StartStream(std::vector<StreamIntent> intents);
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/ |
H A D | common.h | 55 void StartStream(std::vector<StreamIntent> intents);
118 std::vector<StreamIntent> intents;
member in OHOS::Camera::Test
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
H A D | hdf_camera_benchmark_test.cpp | 241 cameraTest->intents = {PREVIEW};
in BENCHMARK_F() 242 cameraTest->StartStream(cameraTest->intents);
in BENCHMARK_F() 261 cameraTest->intents = {PREVIEW};
in BENCHMARK_F() 262 cameraTest->StartStream(cameraTest->intents);
in BENCHMARK_F() 281 cameraTest->intents = {PREVIEW};
in BENCHMARK_F() 282 cameraTest->StartStream(cameraTest->intents);
in BENCHMARK_F() 306 cameraTest->intents = {PREVIEW};
in BENCHMARK_F() 307 cameraTest->StartStream(cameraTest->intents);
in BENCHMARK_F() 390 cameraTest->intents = {PREVIEW};
in BENCHMARK_F() 391 cameraTest->StartStream(cameraTest->intents);
in BENCHMARK_F() [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/ |
H A D | hdi_common_v1_3.h | 97 void StartProfessionalStream(std::vector<StreamIntent> intents, uint8_t professionalMode);
98 void StartStream(std::vector<StreamIntent> intents,
169 std::vector<StreamIntent> intents;
member in OHOS::Camera::Test
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/ |
H A D | hdi_common_v1_1.h | 73 void StartStream(std::vector<StreamIntent> intents);
128 std::vector<StreamIntent> intents;
member in OHOS::Camera::Test
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/ |
H A D | hdi_common_v1_1.h | 73 void StartStream(std::vector<StreamIntent> intents); 128 std::vector<StreamIntent> intents; member in OHOS::Camera::Test
|