Searched refs:streamInfo_pre (Results 1 – 2 of 2) sorted by relevance
57 Test_->streamInfo_pre->streamId_ = Test_->streamId_preview;58 Test_->streamInfo_pre->width_ = 640; // 640:width of stream61 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 …]
87 std::shared_ptr<OHOS::Camera::StreamInfo> streamInfo_pre = nullptr; variable