Home
last modified time | relevance | path

Searched refs:streamInfoV1_1 (Results 1 - 10 of 10) sorted by relevance

/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>(); in HWTEST_F()
57 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
58 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
61 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
62 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1); in HWTEST_F()
63 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
117 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
118 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
119 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
122 cameraTest->streamInfoV1_1 in HWTEST_F()
[all...]
H A Dcamera_hdi_uttest_v1_2.cpp303 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
304 cameraTest->DefaultInfosPreviewV1_2(cameraTest->streamInfoV1_1); in HWTEST_F()
305 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
449 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
450 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
451 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
454 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
455 cameraTest->DefaultInfosVideo(cameraTest->streamInfoV1_1); in HWTEST_F()
456 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
953 cameraTest->streamInfoV1_1 in CaptureByColorSpaces()
[all...]
H A Dcamera_stream_uttest_v1_2.cpp51 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
52 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
53 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL; in HWTEST_F()
54 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
69 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_P3_FULL; in HWTEST_F()
252 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
253 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
254 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL; in HWTEST_F()
255 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
/drivers/peripheral/camera/test/fuzztest/stream_operator/
H A Dstream_operator_fuzzer.cpp83 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in UpdateStreams()
84 cameraTest->streamInfoV1_1->v1_0.streamId_ = data[0]; in UpdateStreams()
85 cameraTest->streamInfoV1_1->v1_0.width_ = data[0]; in UpdateStreams()
86 cameraTest->streamInfoV1_1->v1_0.height_ = data[0]; in UpdateStreams()
87 cameraTest->streamInfoV1_1->v1_0.format_ = PIXEL_FMT_YCRCB_420_SP; in UpdateStreams()
88 cameraTest->streamInfoV1_1->v1_0.tunneledMode_ = data[0]; in UpdateStreams()
89 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL; in UpdateStreams()
90 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in UpdateStreams()
/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()
/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp82 cameraTest->streamInfoV1_1 = std::make_shared<StreamInfo_V1_1>(); in HWTEST_F()
83 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
84 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
137 cameraTest->streamInfoV1_1 = std::make_shared<StreamInfo_V1_1>(); in HWTEST_F()
138 cameraTest->DefaultPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
139 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
156 cameraTest->streamInfoV1_1->v1_0.streamId_, bufferQueue); in HWTEST_F()
168 cameraTest->rc = cameraTest->streamOperator_V1_1->DetachBufferQueue(cameraTest->streamInfoV1_1->v1_0.streamId_); in HWTEST_F()
170 std::vector<int> streamIds = {cameraTest->streamInfoV1_1->v1_0.streamId_}; in HWTEST_F()
220 cameraTest->streamInfoV1_1 in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_v1_3.cpp410 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in CaptureByColorSpacesWithUpdateStreams()
411 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in CaptureByColorSpacesWithUpdateStreams()
412 cameraTest->streamInfoV1_1->v1_0.dataspace_ = captureColorSpaces[0]; in CaptureByColorSpacesWithUpdateStreams()
413 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in CaptureByColorSpacesWithUpdateStreams()
436 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in CaptureByColorSpacesWithUpdateStreams()
437 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in CaptureByColorSpacesWithUpdateStreams()
438 cameraTest->streamInfoV1_1->v1_0.dataspace_ = colorSpaces; in CaptureByColorSpacesWithUpdateStreams()
439 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in CaptureByColorSpacesWithUpdateStreams()
638 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
639 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
[all...]
H A Dcamera_front_uttest_v1_3.cpp191 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
192 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
193 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
H A Dcamera_professional_uttest_v1_3.cpp233 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
234 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in HWTEST_F()
235 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in HWTEST_F()
/drivers/peripheral/camera/test/common/v1_1/include/
H A Dhdi_common_v1_1.h58 std::shared_ptr<StreamInfo_V1_1> streamInfoV1_1 = nullptr; member in OHOS::Camera::HdiCommonV1_1

Completed in 10 milliseconds