Lines Matching refs:streamInfoVideo
548 streamInfoVideo.streamId_ = STREAM_ID_VIDEO;
549 streamInfoVideo.width_ = VIDEO_WIDTH; // 1280:picture width
550 streamInfoVideo.height_ = VIDEO_HEIGHT; // 960:picture height
551 streamInfoVideo.format_ = PIXEL_FMT_RGBA_8888;
552 streamInfoVideo.dataspace_ = 8; // 8:picture dataspace
553 streamInfoVideo.intent_ = intent;
554 streamInfoVideo.encodeType_ = ENCODE_TYPE_H264;
555 streamInfoVideo.tunneledMode_ = 5; // 5:tunnel mode
556 streamInfoVideo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo_->CreateProducer());
557 ASSERT_NE(streamInfoVideo.bufferQueue_, nullptr);
558 streamInfoVideo.bufferQueue_->producer_->SetQueueSize(8); // 8:set bufferQueue size
561 streamInfos.push_back(streamInfoVideo);