Home
last modified time | relevance | path

Searched refs:streamInfoVideo (Results 1 – 17 of 17) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
Dcommon.cpp139 streamInfoVideo = std::make_shared<StreamInfo>(); in StartStream()
159 streamInfoVideo->streamId_ = streamIdVideo; in StartStream()
160 streamInfoVideo->width_ = videoWidth; in StartStream()
161 streamInfoVideo->height_ = videoHeight; in StartStream()
162 streamInfoVideo->format_ = videoFormat; in StartStream()
163 streamInfoVideo->dataspace_ = UT_DATA_SIZE; in StartStream()
164 streamInfoVideo->intent_ = intent; in StartStream()
165 streamInfoVideo->encodeType_ = ENCODE_TYPE_H265; in StartStream()
166 streamInfoVideo->tunneledMode_ = UT_TUNNEL_MODE; in StartStream()
168streamInfoVideo->bufferQueue_ = consumer_video->CreateProducerSeq([this](void* addr, uint32_t size… in StartStream()
[all …]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
Dbenchmark_common.cpp138 streamInfoVideo = std::make_shared<StreamInfo>(); in StartStream()
158 streamInfoVideo->streamId_ = streamIdVideo; in StartStream()
159 streamInfoVideo->width_ = videoWidth; in StartStream()
160 streamInfoVideo->height_ = videoHeight; in StartStream()
161 streamInfoVideo->format_ = videoFormat; in StartStream()
162 streamInfoVideo->dataspace_ = UT_DATA_SIZE; in StartStream()
163 streamInfoVideo->intent_ = intent; in StartStream()
164 streamInfoVideo->encodeType_ = ENCODE_TYPE_H265; in StartStream()
165 streamInfoVideo->tunneledMode_ = UT_TUNNEL_MODE; in StartStream()
167streamInfoVideo->bufferQueue_ = consumer_video->CreateProducerSeq([this](void* addr, uint32_t size… in StartStream()
[all …]
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
Dcommon.cpp138 streamInfoVideo = std::make_shared<StreamInfo>(); in StartStream()
158 streamInfoVideo->streamId_ = streamIdVideo; in StartStream()
159 streamInfoVideo->width_ = videoWidth; in StartStream()
160 streamInfoVideo->height_ = videoHeight; in StartStream()
161 streamInfoVideo->format_ = videoFormat; in StartStream()
162 streamInfoVideo->dataspace_ = UT_DATA_SIZE; in StartStream()
163 streamInfoVideo->intent_ = intent; in StartStream()
164 streamInfoVideo->encodeType_ = ENCODE_TYPE_H265; in StartStream()
165 streamInfoVideo->tunneledMode_ = UT_TUNNEL_MODE; in StartStream()
167streamInfoVideo->bufferQueue_ = consumer_video->CreateProducerSeq([this](void* addr, uint32_t size… in StartStream()
[all …]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
Dbenchmark_common.cpp163 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
183 streamInfoVideo->v1_0.streamId_ = streamIdVideo; in StartStream()
184 streamInfoVideo->v1_0.width_ = videoWidth; in StartStream()
185 streamInfoVideo->v1_0.height_ = videoHeight; in StartStream()
186 streamInfoVideo->v1_0.format_ = videoFormat; in StartStream()
187 streamInfoVideo->v1_0.dataspace_ = UT_DATA_SIZE; in StartStream()
188 streamInfoVideo->v1_0.intent_ = intent; in StartStream()
189 streamInfoVideo->v1_0.encodeType_ = ENCODE_TYPE_H265; in StartStream()
190 streamInfoVideo->v1_0.tunneledMode_ = UT_TUNNEL_MODE; in StartStream()
192streamInfoVideo->v1_0.bufferQueue_ = consumer_video->CreateProducerSeq([this](void* addr, uint32_t… in StartStream()
[all …]
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dcamera_stream_test_v1_2.cpp97 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
98 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo);
99 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo);
112 cameraTest->streamInfoVideo->v1_0.dataspace_ = OHOS_CAMERA_BT2020_HLG_FULL;
113 cameraTest->streamInfoVideo->v1_0.format_ = OHOS_CAMERA_FORMAT_YCBCR_P010;
140 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
141 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo);
142 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo);
155 cameraTest->streamInfoVideo->v1_0.dataspace_ = OHOS_CAMERA_BT709_FULL;
156 cameraTest->streamInfoVideo->v1_0.format_ = PIXEL_FMT_YCRCB_420_SP;
[all …]
Dcamera_hdi_test_v1_2.cpp495 … cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in VideoByColorSpaces()
496 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in VideoByColorSpaces()
497 cameraTest->streamInfoVideo->v1_0.dataspace_ = colorSpaces; in VideoByColorSpaces()
499 cameraTest->streamInfoVideo->v1_0.format_ = OHOS_CAMERA_FORMAT_YCBCR_P010; in VideoByColorSpaces()
501 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in VideoByColorSpaces()
532 … cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in SuperStubByColorSpaces()
533 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in SuperStubByColorSpaces()
534 cameraTest->streamInfoVideo->v1_0.dataspace_ = colorSpaces; in SuperStubByColorSpaces()
536 cameraTest->streamInfoVideo->v1_0.format_ = OHOS_CAMERA_FORMAT_YCBCR_P010; in SuperStubByColorSpaces()
538 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in SuperStubByColorSpaces()
Dhdi_common_v1_2.cpp340 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
349 DefaultInfosVideo(streamInfoVideo); in StartStream()
350 streamInfos.push_back(*streamInfoVideo); in StartStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dtest_display.cpp569 streamInfoVideo.streamId_ = STREAM_ID_VIDEO; in StartStream()
570 streamInfoVideo.width_ = VIDEO_WIDTH; // 1280:picture width in StartStream()
571 streamInfoVideo.height_ = VIDEO_HEIGHT; // 960:picture height in StartStream()
572 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888; in StartStream()
573 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace in StartStream()
574 streamInfoVideo.intent_ = intent; in StartStream()
575 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264; in StartStream()
576 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode in StartStream()
577streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer… in StartStream()
578 ASSERT_NE(streamInfoVideo.bufferQueue_, nullptr); in StartStream()
[all …]
Dusb_camera_test.cpp1062 StreamInfo streamInfoVideo = {}; variable
1063 streamInfoVideo.streamId_ = display_->STREAM_ID_VIDEO;
1064 streamInfoVideo.width_ = 1280; // 1280:picture width
1065 streamInfoVideo.height_ = 960; // 960:picture height
1066 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888;
1067 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace
1068 streamInfoVideo.intent_ = VIDEO;
1069 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264;
1070 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode
1071streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(display_->streamCustomerVideo_->Crea…
[all …]
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
Dhdi_common_v1_1.cpp267 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
276 DefaultInfosVideo(streamInfoVideo); in StartStream()
277 streamInfos.push_back(*streamInfoVideo); in StartStream()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
Dhdi_common_v1_1.cpp267 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
276 DefaultInfosVideo(streamInfoVideo); in StartStream()
277 streamInfos.push_back(*streamInfoVideo); in StartStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dtest_display.h114 StreamInfo streamInfoVideo = {}; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
Dcommon.h73 std::shared_ptr<StreamInfo> streamInfoVideo = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
Dcommon.h72 std::shared_ptr<StreamInfo> streamInfoVideo = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h95 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoVideo = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h95 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoVideo = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h137 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoVideo = nullptr; variable