Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dfront_camera_hdi_test_v1_2.cpp55 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
56 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
57 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
60 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
61 cameraTest->DefaultInfosCapture(cameraTest->streamInfoV1_1);
62 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
114 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
115 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
116 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
119 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
[all …]
Dcamera_hdi_test_v1_2.cpp203 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
204 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
205 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
208 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
209 cameraTest->DefaultInfosVideo(cameraTest->streamInfoV1_1);
210 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
456 … cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in CaptureByColorSpaces()
457 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1); in CaptureByColorSpaces()
458 cameraTest->streamInfoV1_1->v1_0.dataspace_ = colorSpaces; in CaptureByColorSpaces()
459 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1); in CaptureByColorSpaces()
[all …]
Dcamera_stream_test_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;
93 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
94 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
95 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
110 cameraTest->streamInfoV1_1->v1_0.dataspace_ = OHOS_CAMERA_BT2020_HLG_FULL;
111 cameraTest->streamInfoV1_1->v1_0.format_ = OHOS_CAMERA_FORMAT_YCBCR_P010;
[all …]
Dhdi_common_v1_2.cpp453 streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in TakePhotoWithTags()
454 DefaultInfosPreview(streamInfoV1_1); in TakePhotoWithTags()
455 streamInfosV1_1.push_back(*streamInfoV1_1); in TakePhotoWithTags()
458 streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in TakePhotoWithTags()
459 DefaultInfosCapture(streamInfoV1_1); in TakePhotoWithTags()
460 streamInfosV1_1.push_back(*streamInfoV1_1); in TakePhotoWithTags()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
Dcamera_hdi_uttest_v1_1.cpp192 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
193 cameraTest->DefaultPreview(cameraTest->streamInfoV1_1);
194 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
211 cameraTest->streamInfoV1_1->v1_0.streamId_, bufferQueue);
223 …cameraTest->rc = cameraTest->streamOperator_V1_1->DetachBufferQueue(cameraTest->streamInfoV1_1->v1…
225 std::vector<int> streamIds = {cameraTest->streamInfoV1_1->v1_0.streamId_};
265 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
266 cameraTest->DefaultInfosPreview(cameraTest->streamInfoV1_1);
267 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoV1_1);
323 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
[all …]
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h89 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h89 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h131 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoV1_1 = nullptr; variable