/ohos5.0/drivers/peripheral/camera/test/mpi/src/ |
H A D | capture_test.cpp | 51 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 53 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 74 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 76 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 86 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 88 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 123 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 147 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 306 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 330 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; [all …]
|
H A D | offline_stream_test.cpp | 52 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 69 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 76 Test_->StopOfflineStream(Test_->captureId_capture); 95 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 108 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture};
|
H A D | performance_func_test.cpp | 222 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 224 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 310 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 312 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 351 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 353 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 375 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 377 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture};
|
H A D | pipeline_test.cpp | 72 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 74 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 166 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, false); 185 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 187 Test_->captureIds = {Test_->captureId_capture};
|
H A D | dfx_test.cpp | 652 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 659 Test_->StopOfflineStream(Test_->captureId_capture); 705 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 712 Test_->StopOfflineStream(Test_->captureId_capture); 758 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 765 Test_->StopOfflineStream(Test_->captureId_capture); 818 Test_->StopOfflineStream(Test_->captureId_capture); 1399 Test_->StopOfflineStream(Test_->captureId_capture); 1449 Test_->StopOfflineStream(Test_->captureId_capture); 1500 Test_->StopOfflineStream(Test_->captureId_capture); [all …]
|
H A D | stability_test.cpp | 113 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, false); 148 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 150 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture};
|
H A D | video_test.cpp | 165 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 167 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture};
|
H A D | hdi_stream_test.cpp | 1388 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, false); 1818 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 1835 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 1842 Test_->StopOfflineStream(Test_->captureId_capture); 1862 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 1877 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 1899 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 1914 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 1936 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 1953 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; [all …]
|
H A D | resolution_test.cpp | 131 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 133 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture};
|
H A D | common.cpp | 409 } else if (captureId == captureId_capture) { in StopStream() 410 captureId_capture++; in StopStream()
|
H A D | performance_hdi_test.cpp | 982 Test_->StartCapture(Test_->streamId_capture, Test_->captureId_capture, false, true); 1003 Test_->captureIds = {Test_->captureId_preview, Test_->captureId_capture}; 1011 Test_->StopOfflineStream(Test_->captureId_capture);
|
H A D | preview_test.cpp | 350 Test_->StartCapture(Test_->streamId_preview, Test_->captureId_capture, false, false);
|
/ohos5.0/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 97 int captureId_capture = 3000; variable
|