Home
last modified time | relevance | path

Searched refs:streamInfo_pre (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dresolution_test.cpp57 Test_->streamInfo_pre->streamId_ = Test_->streamId_preview;
58 Test_->streamInfo_pre->width_ = 640; // 640:width of stream
61 Test_->streamInfo_pre->format_ = IMAGE_PIXEL_FORMAT_NV21;
63 Test_->streamInfo_pre->format_ = PIXEL_FMT_YCRCB_420_SP;
66 Test_->streamInfo_pre->intent_ = Camera::PREVIEW;
81 Test_->streamInfos.push_back(Test_->streamInfo_pre);
168 Test_->streamInfo_pre->format_ = PIXEL_FMT_YCRCB_420_SP;
171 Test_->streamInfo_pre->intent_ = Camera::PREVIEW;
187 Test_->streamInfos.push_back(Test_->streamInfo_pre);
278 Test_->streamInfo_pre->intent_ = Camera::PREVIEW;
[all …]
/ohos5.0/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h87 std::shared_ptr<OHOS::Camera::StreamInfo> streamInfo_pre = nullptr; variable