Home
last modified time | relevance | path

Searched refs:streamInfoVideo (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp548 streamInfoVideo.streamId_ = STREAM_ID_VIDEO; in StartStream()
549 streamInfoVideo.width_ = VIDEO_WIDTH; // 1280:picture width in StartStream()
550 streamInfoVideo.height_ = VIDEO_HEIGHT; // 960:picture height in StartStream()
551 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888; in StartStream()
552 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace in StartStream()
553 streamInfoVideo.intent_ = intent; in StartStream()
554 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264; in StartStream()
555 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode in StartStream()
556 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in StartStream()
557 ASSERT_NE(streamInfoVideo in StartStream()
[all...]
H A Dusb_camera_test.cpp846 StreamInfo streamInfoVideo = {}; in TEST_F() local
847 streamInfoVideo.streamId_ = cameraBase_->STREAM_ID_VIDEO; in TEST_F()
848 streamInfoVideo.width_ = 1280; // 1280:picture width in TEST_F()
849 streamInfoVideo.height_ = 960; // 960:picture height in TEST_F()
850 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F()
851 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace in TEST_F()
852 streamInfoVideo.intent_ = VIDEO; in TEST_F()
853 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264; in TEST_F()
854 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode in TEST_F()
855 streamInfoVideo in TEST_F()
[all...]
H A Dtest_camera_base.h113 StreamInfo streamInfoVideo = {}; member in TestCameraBase
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp570 streamInfoVideo.streamId_ = STREAM_ID_VIDEO; in StartStream()
571 streamInfoVideo.width_ = VIDEO_WIDTH; // 1280:picture width in StartStream()
572 streamInfoVideo.height_ = VIDEO_HEIGHT; // 960:picture height in StartStream()
573 streamInfoVideo.format_ = PIXEL_FMT_YCRCB_420_SP; in StartStream()
574 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace in StartStream()
575 streamInfoVideo.intent_ = intent; in StartStream()
576 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264; in StartStream()
577 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode in StartStream()
578 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer()); in StartStream()
579 ASSERT_NE(streamInfoVideo in StartStream()
[all...]
H A Dusb_camera_test.cpp847 StreamInfo streamInfoVideo = {}; in TEST_F() local
848 streamInfoVideo.streamId_ = cameraBase_->STREAM_ID_VIDEO; in TEST_F()
849 streamInfoVideo.width_ = 1280; // 1280:picture width in TEST_F()
850 streamInfoVideo.height_ = 720; // 720:picture height in TEST_F()
851 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888; in TEST_F()
852 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace in TEST_F()
853 streamInfoVideo.intent_ = VIDEO; in TEST_F()
854 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264; in TEST_F()
855 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode in TEST_F()
856 streamInfoVideo in TEST_F()
[all...]
/drivers/peripheral/camera/test/common/v1_3/src/
H A Dhdi_common_v1_3.cpp191 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartProfessionalStream()
199 DefaultInfosVideo(streamInfoVideo); in StartProfessionalStream()
200 streamInfos.push_back(*streamInfoVideo); in StartProfessionalStream()
242 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
250 DefaultInfosVideo(streamInfoVideo); in StartStream()
251 streamInfos.push_back(*streamInfoVideo); in StartStream()
/drivers/peripheral/camera/test/common/v1_1/include/
H A Dhdi_common_v1_1.h64 std::shared_ptr<StreamInfo_V1_1> streamInfoVideo = nullptr; member in OHOS::Camera::HdiCommonV1_1
/drivers/peripheral/camera/test/common/v1_1/src/
H A Dhdi_common_v1_1.cpp221 streamInfoVideo = std::make_shared<StreamInfo_V1_1>(); in StartStream()
229 DefaultInfosVideo(streamInfoVideo); in StartStream()
230 streamInfos.push_back(*streamInfoVideo); in StartStream()
/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp992 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in VideoByColorSpaces()
993 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in VideoByColorSpaces()
994 cameraTest->streamInfoVideo->v1_0.dataspace_ = colorSpaces; in VideoByColorSpaces()
996 cameraTest->streamInfoVideo->v1_0.format_ = OHOS_CAMERA_FORMAT_YCBCR_P010; in VideoByColorSpaces()
998 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in VideoByColorSpaces()
1030 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in SuperStubByColorSpaces()
1031 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in SuperStubByColorSpaces()
1032 cameraTest->streamInfoVideo->v1_0.dataspace_ = colorSpaces; in SuperStubByColorSpaces()
1034 cameraTest->streamInfoVideo->v1_0.format_ = OHOS_CAMERA_FORMAT_YCBCR_P010; in SuperStubByColorSpaces()
1036 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in SuperStubByColorSpaces()
[all...]
H A Dcamera_stream_uttest_v1_2.cpp264 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in HWTEST_F()
265 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in HWTEST_F()
267 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in HWTEST_F()
/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_v1_3.cpp120 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in CreateAndCommitStreamsForHighFrameRate()
121 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in CreateAndCommitStreamsForHighFrameRate()
122 cameraTest->streamInfoVideo->v1_0.width_ = STREAMINFO_WIDTH; in CreateAndCommitStreamsForHighFrameRate()
123 cameraTest->streamInfoVideo->v1_0.height_ = STREAMINFO_HEIGHT; in CreateAndCommitStreamsForHighFrameRate()
124 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in CreateAndCommitStreamsForHighFrameRate()
245 cameraTest->streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in CreateAndCommitStreamsForSlowMotion()
246 cameraTest->DefaultInfosVideo(cameraTest->streamInfoVideo); in CreateAndCommitStreamsForSlowMotion()
247 cameraTest->streamInfoVideo->v1_0.width_ = STREAMINFO_WIDTH; in CreateAndCommitStreamsForSlowMotion()
248 cameraTest->streamInfoVideo->v1_0.height_ = STREAMINFO_HEIGHT; in CreateAndCommitStreamsForSlowMotion()
249 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoVideo); in CreateAndCommitStreamsForSlowMotion()
[all...]
/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp260 streamInfoVideo = std::make_shared<StreamInfo>(); in StartStream()
268 DefaultInfosVideo(streamInfoVideo); in StartStream()
269 streamInfos.push_back(*streamInfoVideo); in StartStream()
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h88 std::shared_ptr<StreamInfo> streamInfoVideo = nullptr; member in OHOS::Camera::HdiCommon

Completed in 14 milliseconds