Lines Matching defs:streamInfo
521 StreamInfo streamInfo = {};
522 streamInfo.streamId_ = cameraBase_->STREAM_ID_PREVIEW;
523 streamInfo.width_ = 1280; // 1280:picture width
524 streamInfo.height_ = 720; // 720:picture height
525 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
526 streamInfo.dataspace_ = 8; // 8:picture dataspace
527 streamInfo.intent_ = PREVIEW;
528 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
529 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
530 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
532 streamInfos.push_back(streamInfo);
676 StreamInfo streamInfo = {};
677 streamInfo.streamId_ = cameraBase_->STREAM_ID_PREVIEW;
678 streamInfo.width_ = 1280; // 1280:picture width
679 streamInfo.height_ = 720; // 720:picture height
680 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
681 streamInfo.dataspace_ = 8; // 8:picture dataspace
682 streamInfo.intent_ = PREVIEW;
683 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
684 streamInfo.bufferQueue_ = new BufferProducerSequenceable(cameraBase_->streamCustomerPreview_->CreateProducer());
685 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
686 streamInfo.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size
687 streamInfos.push_back(streamInfo);
831 StreamInfo streamInfo = {};
832 streamInfo.streamId_ = cameraBase_->STREAM_ID_PREVIEW;
833 streamInfo.width_ = 1280; // 1280:picture width
834 streamInfo.height_ = 720; // 720:picture height
835 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
836 streamInfo.dataspace_ = 8; // 8:picture dataspace
837 streamInfo.intent_ = PREVIEW;
838 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
839 streamInfo.bufferQueue_ = new BufferProducerSequenceable(cameraBase_->streamCustomerPreview_->CreateProducer());
840 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
841 streamInfo.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size
842 streamInfos.push_back(streamInfo);
1059 StreamInfo streamInfo = {};
1060 streamInfo.streamId_ = cameraBase_->STREAM_ID_PREVIEW;
1061 streamInfo.width_ = 1280; // 1280:picture width
1062 streamInfo.height_ = 960; // 720:picture height
1063 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
1064 streamInfo.dataspace_ = 8; // 8:picture dataspace
1065 streamInfo.intent_ = PREVIEW;
1066 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
1067 streamInfo.bufferQueue_ = new BufferProducerSequenceable(cameraBase_->streamCustomerPreview_->CreateProducer());
1068 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
1069 streamInfo.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size
1070 streamInfos.push_back(streamInfo);