Home
last modified time | relevance | path

Searched defs:streamIds (Results 1 - 25 of 30) sorted by relevance

12

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_preview_test.cpp634 std::vector<int> streamIds; HWTEST_F() local
686 std::vector<int> streamIds; HWTEST_F() local
912 std::vector<int> streamIds; HWTEST_F() local
934 std::vector<int> streamIds; HWTEST_F() local
[all...]
H A Dcamera_video_test.cpp145 void CameraVideoTest::StopStream(std::vector<int> &captureIds, std::vector<int> &streamIds) in StopStream() argument
[all...]
H A Ddouble_preview_test.cpp127 void DoublePreviewTest::StopStream(std::vector<int> &captureIds, std::vector<int> &streamIds) in StopStream() argument
188 std::vector<int> streamIds = {display_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE}; in HWTEST_F() local
250 std::vector<int> streamIds = {display_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE, display_->STREAM_ID_CAPTURE}; in HWTEST_F() local
282 std::vector<int> streamIds = {display_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE, display_->STREAM_ID_VIDEO}; in HWTEST_F() local
H A Dusb_camera_test_mult.cpp251 void UtestUSBCameraTestMult::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp225 std::vector<int> streamIds = {cameraTest->streamInfoV1_1->v1_0.streamId_}; in HWTEST_F() local
[all...]
H A Dhdi_common_v1_1.cpp324 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
494 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dhdi_stream_uttest.cpp117 std::vector<int> streamIds; in HWTEST_F() local
920 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; HWTEST_F() local
1001 std::vector<int> streamIds = {102}; HWTEST_F() local
[all...]
H A Dcommon.cpp275 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
423 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameraprovidercase.h51 int32_t ReleaseStreams(std::vector<int>& streamIds, bool& isAllRelease) in ReleaseStreams() argument
64 int32_t StopCapture(std::vector<int>& streamIds, bool& isAllStop) in StopCapture() argument
H A Ddcameraprovidercase.cpp68 std::vector<int> streamIds; member
/test/xts/hats/distributedhardware/distributedcameratest_additional/
H A Ddcameraprovidercase.h36 int32_t ReleaseStreams(std::vector<int> &streamIds, bool &isAllRelease) in ReleaseStreams() argument
43 int32_t StopCapture(std::vector<int> &streamIds, bool &isAllStop) in StopCapture() argument
H A Ddcameraprovidercase.cpp69 std::vector<int> streamIds; member
[all...]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dhdf_camera_benchmark_test.cpp548 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; in BENCHMARK_F() local
627 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; in BENCHMARK_F() local
712 std::vector<int> streamIds = {102}; in BENCHMARK_F() local
799 std::vector<int> streamIds = {102}; in BENCHMARK_F() local
884 std::vector<int> streamIds = {102}; in BENCHMARK_F() local
967 std::vector<int> streamIds = {102}; BENCHMARK_F() local
[all...]
H A Dbenchmark_common.cpp249 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
397 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp255 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
403 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
H A Dhdi_stream_uttest.cpp1490 std::vector<int> streamIds; in HWTEST_F() local
1598 std::vector<int> streamIds; in HWTEST_F() local
1672 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; HWTEST_F() local
1744 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; HWTEST_F() local
1825 std::vector<int> streamIds = {65535}; HWTEST_F() local
1933 std::vector<int> streamIds = {102}; HWTEST_F() local
2017 std::vector<int> streamIds = {102}; HWTEST_F() local
2090 std::vector<int> streamIds = {102}; HWTEST_F() local
[all...]
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
H A Dcommon.h95 std::vector<int> streamIds; member in OHOS::Camera::Test
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp322 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
490 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp280 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
436 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp312 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
472 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
510 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Dtest_display.h123 std::vector<int> streamIds; member in TestDisplay
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
H A Dhdi_common_v1_1.h120 std::vector<int> streamIds; member in OHOS::Camera::Test
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp413 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds) in StopStream() argument
633 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
671 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
[all...]
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
H A Dhdi_common_v1_1.h120 std::vector<int> streamIds; member in OHOS::Camera::Test
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
H A Dcommon.h110 std::vector<int> streamIds; member in OHOS::Camera::Test

Completed in 24 milliseconds

12