Home
last modified time | relevance | path

Searched refs:streamInfo_capture (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/camera/test/mpi/src/
H A Dcapture_test.cpp186 std::shared_ptr<Camera::StreamInfo> streamInfo_capture = std::make_shared<Camera::StreamInfo>(); in HWTEST_F() local
187 streamInfo_capture->streamId_ = Test_->streamId_capture; in HWTEST_F()
188 streamInfo_capture->width_ = 640; in HWTEST_F()
189 streamInfo_capture->height_ = 480; in HWTEST_F()
191 streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21; in HWTEST_F()
193 streamInfo_capture->format_ = PIXEL_FMT_YCRCB_420_SP; in HWTEST_F()
195 streamInfo_capture->dataspace_ = 8; in HWTEST_F()
196 streamInfo_capture->intent_ = Camera::STILL_CAPTURE; in HWTEST_F()
197 streamInfo_capture->tunneledMode_ = 5; in HWTEST_F()
201 streamInfo_capture in HWTEST_F()
[all...]
H A Dcommon.cpp275 streamInfo_capture = std::make_shared<Camera::StreamInfo>(); in StartStream()
330 streamInfo_capture->streamId_ = streamId_capture; in StartStream()
331 streamInfo_capture->width_ = 1280; // 1280:width of stream in StartStream()
332 streamInfo_capture->height_ = 960; // 960: height of stream in StartStream()
333 streamInfo_capture->dataspace_ = 8; // 8:dataspace of stream in StartStream()
334 streamInfo_capture->intent_ = intent; in StartStream()
335 streamInfo_capture->encodeType_ = ENCODE_TYPE_JPEG; in StartStream()
336 streamInfo_capture->tunneledMode_ = 5; // 5:tunneledMode of stream in StartStream()
338 streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21; in StartStream()
340 streamInfo_capture in StartStream()
[all...]
H A Dresolution_test.cpp83 Test_->streamInfo_capture = std::make_shared<Camera::StreamInfo>(); in HWTEST_F()
84 Test_->streamInfo_capture->streamId_ = Test_->streamId_capture; in HWTEST_F()
85 Test_->streamInfo_capture->width_ = 1280; // 1280:width of stream in HWTEST_F()
86 Test_->streamInfo_capture->height_ = 960; // 960: height of stream in HWTEST_F()
88 Test_->streamInfo_capture->format_ = IMAGE_PIXEL_FORMAT_NV21; in HWTEST_F()
90 Test_->streamInfo_capture->format_ = PIXEL_FMT_YCRCB_420_SP; in HWTEST_F()
92 Test_->streamInfo_capture->dataspace_ = 8; // 8:dataspace of stream in HWTEST_F()
93 Test_->streamInfo_capture->intent_ = Camera::STILL_CAPTURE; in HWTEST_F()
94 Test_->streamInfo_capture->encodeType_ = ENCODE_TYPE_JPEG; in HWTEST_F()
95 Test_->streamInfo_capture in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h89 std::shared_ptr<OHOS::Camera::StreamInfo> streamInfo_capture = nullptr; member in OHOS::Camera::Test

Completed in 3 milliseconds