Home
last modified time | relevance | path

Searched refs:streamInfoV1_1 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dfront_camera_hdi_uttest_v1_2.cpp56 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
57 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
58 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
61 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
62 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1);
63 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
117 … cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
118 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
119 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
123 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1);
[all …]
H A Dcamera_hdi_uttest_v1_2.cpp333 cameraTest->DefaultInfosPreviewV1_2(cameraTest->streamInfoV1_1);
479 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
484 cameraTest->DefaultInfosVideo(cameraTest->streamInfoV1_1);
1164 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
1169 cameraTest->DefaultInfosVideo(cameraTest->streamInfoV1_1);
1174 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1);
1414 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
1419 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1);
1532 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
1537 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1);
[all …]
H A Dcamera_stream_uttest_v1_2.cpp51 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
52 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
53 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL;
54 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
69 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_P3_FULL;
252 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
253 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
254 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL;
255 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
/ohos5.0/drivers/peripheral/camera/test/fuzztest/stream_operator/
H A Dstream_operator_fuzzer.cpp87 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in UpdateStreams()
88 cameraTest->streamInfoV1_1->v1_0.streamId_ = data[0]; in UpdateStreams()
89 cameraTest->streamInfoV1_1->v1_0.width_ = data[0]; in UpdateStreams()
90 cameraTest->streamInfoV1_1->v1_0.height_ = data[0]; in UpdateStreams()
91 cameraTest->streamInfoV1_1->v1_0.format_ = Camera::PIXEL_FMT_YCRCB_420_SP; in UpdateStreams()
92 cameraTest->streamInfoV1_1->v1_0.tunneledMode_ = data[0]; in UpdateStreams()
93 cameraTest->streamInfoV1_1->v1_0.dataspace_ = Camera::OHOS_CAMERA_SRGB_FULL; in UpdateStreams()
94 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in UpdateStreams()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp83 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
84 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
85 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
138 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
139 cameraTest->DefaultPreview(cameraTest->streamInfoV1_1);
140 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
157 cameraTest->streamInfoV1_1->v1_0.streamId_, bufferQueue);
171 std::vector<int> streamIds = {cameraTest->streamInfoV1_1->v1_0.streamId_};
221 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
222 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
[all …]
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dcamera_benchmark_test.cpp120 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in BENCHMARK_F()
121 cameraTest->streamInfoV1_1->v1_0.streamId_ = 100; in BENCHMARK_F()
122 cameraTest->streamInfoV1_1->v1_0.width_ = 1920; in BENCHMARK_F()
123 cameraTest->streamInfoV1_1->v1_0.height_ = 1080; in BENCHMARK_F()
124 cameraTest->streamInfoV1_1->v1_0.intent_ = StreamIntent::PREVIEW; in BENCHMARK_F()
125 cameraTest->streamInfoV1_1->v1_0.tunneledMode_ = UT_TUNNEL_MODE; in BENCHMARK_F()
126 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL; in BENCHMARK_F()
127 cameraTest->streamInfoV1_1->v1_0.format_ = PIXEL_FMT_YCRCB_420_SP; in BENCHMARK_F()
128 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in BENCHMARK_F()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_v1_3.cpp1394 cameraTest->streamInfoV1_1->v1_0.width_ = 4096;
1395 cameraTest->streamInfoV1_1->v1_0.height_ = 3072;
1464 cameraTest->streamInfoV1_1->v1_0.width_ = 4096;
1465 cameraTest->streamInfoV1_1->v1_0.height_ = 3072;
1517 cameraTest->streamInfoV1_1->v1_0.width_ = 4096;
1678 cameraTest->streamInfoV1_1->v1_0.width_ = 1440;
1731 cameraTest->streamInfoV1_1->v1_0.width_ = 3264;
1786 cameraTest->streamInfoV1_1->v1_0.width_ = 320;
1787 cameraTest->streamInfoV1_1->v1_0.height_ = 240;
1924 cameraTest->streamInfoV1_1->v1_0.width_ = 1280;
[all …]
H A Dcamera_professional_uttest_v1_3.cpp229 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
230 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
231 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/
H A Dhdi_common_v1_1.h99 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h138 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h131 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h117 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable