Lines Matching defs:streamInfo
61 StreamInfo streamInfo = {};
62 streamInfo.streamId_ = 1001;
63 streamInfo.width_ = 640; // 640:picture width
64 streamInfo.height_ = 480; // 480:picture height
65 streamInfo.format_ = -1;
66 streamInfo.dataspace_ = 10; // 10:picture dataspace
67 streamInfo.intent_ = PREVIEW;
68 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
69 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
70 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
71 streamInfos.push_back(streamInfo);
104 StreamInfo streamInfo = {};
105 streamInfo.streamId_ = 1001;
106 streamInfo.width_ = 640; // 640:picture width
107 streamInfo.height_ = 480; // 480:picture height
108 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
109 streamInfo.dataspace_ = 8; // 8:picture dataspace
110 streamInfo.intent_ = PREVIEW;
111 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
112 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
113 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
115 streamInfos.push_back(streamInfo);
158 StreamInfo streamInfo = {};
159 streamInfo.streamId_ = -1;
160 streamInfo.width_ = 640; // 640:picture width
161 streamInfo.height_ = 480; // 480:picture height
162 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
163 streamInfo.dataspace_ = 8; // 8:picture dataspace
164 streamInfo.intent_ = PREVIEW;
165 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
166 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
167 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
168 streamInfos.push_back(streamInfo);
200 StreamInfo streamInfo = {};
201 streamInfo.streamId_ = 2147483647;
202 streamInfo.width_ = 640; // 640:picture width
203 streamInfo.height_ = 480; // 480:picture height
204 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
205 streamInfo.dataspace_ = 8; // 8:picture dataspace
206 streamInfo.intent_ = PREVIEW;
207 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
208 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
209 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
211 streamInfos.push_back(streamInfo);
303 StreamInfo streamInfo = {};
304 streamInfo.streamId_ = 1001;
305 streamInfo.width_ = 640; // 640:picture width
306 streamInfo.height_ = 480; // 480:picture height
307 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
308 streamInfo.dataspace_ = 8; // 8:picture dataspace
309 streamInfo.intent_ = POST_VIEW;
310 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
311 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
312 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
314 streamInfos.push_back(streamInfo);
324 streamIds.push_back(streamInfo.streamId_);
357 StreamInfo streamInfo = {};
358 streamInfo.streamId_ = 1001;
359 streamInfo.width_ = 640; // 640:picture width
360 streamInfo.height_ = 480; // 480:picture height
361 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
362 streamInfo.dataspace_ = 8; // 8:picture dataspace
363 streamInfo.intent_ = ANALYZE;
364 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
365 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
366 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
368 streamInfos.push_back(streamInfo);
375 streamIds.push_back(streamInfo.streamId_);
409 StreamInfo streamInfo = {};
410 streamInfo.streamId_ = 1001;
411 streamInfo.width_ = 640; // 640:picture width
412 streamInfo.height_ = 480; // 480:picture height
413 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
414 streamInfo.dataspace_ = 8; // 8:picture dataspace
415 streamInfo.intent_ = CUSTOM;
416 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
417 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
418 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
420 streamInfos.push_back(streamInfo);
453 StreamInfo streamInfo = {};
454 streamInfo.streamId_ = 1001;
455 streamInfo.width_ = 640; // 640:picture width
456 streamInfo.height_ = 480; // 480:picture height
457 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
458 streamInfo.dataspace_ = 8; // 8:picture dataspace
459 streamInfo.intent_ = PREVIEW;
460 streamInfo.tunneledMode_ = false;
461 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
462 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
464 streamInfos.push_back(streamInfo);
497 StreamInfo streamInfo = {};
498 streamInfo.streamId_ = 1001;
499 streamInfo.width_ = 640; // 640:picture width
500 streamInfo.height_ = 480; // 480:picture height
501 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
502 streamInfo.dataspace_ = 8; // 8:picture dataspace
503 streamInfo.intent_ = PREVIEW;
504 streamInfo.tunneledMode_ = 0;
505 streamInfo.minFrameDuration_ = -1;
506 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
507 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
509 streamInfos.push_back(streamInfo);
539 StreamInfo streamInfo = {};
540 streamInfo.streamId_ = 1001;
541 streamInfo.width_ = 640; // 640:picture width
542 streamInfo.height_ = 480; // 480:picture height
543 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
544 streamInfo.dataspace_ = 8; // 8:picture dataspace
545 streamInfo.intent_ = PREVIEW;
546 streamInfo.tunneledMode_ = 0;
547 streamInfo.minFrameDuration_ = 2147483647;
548 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
549 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
551 streamInfos.push_back(streamInfo);
580 StreamInfo streamInfo = {};
581 streamInfo.streamId_ = 1001;
582 streamInfo.width_ = 640; // 640:picture width
583 streamInfo.height_ = 480; // 480:picture height
584 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
585 streamInfo.dataspace_ = 8; // 8:picture dataspace
586 streamInfo.intent_ = PREVIEW;
587 streamInfo.tunneledMode_ = 0;
588 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
589 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
591 streamInfos.push_back(streamInfo);
648 StreamInfo streamInfo = {};
649 streamInfo.streamId_ = 1001;
650 streamInfo.width_ = 640; // 640:picture width
651 streamInfo.height_ = 480; // 480:picture height
652 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
653 streamInfo.dataspace_ = 8; // 8:picture dataspace
654 streamInfo.intent_ = PREVIEW;
655 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
656 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
657 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
659 streamInfos.push_back(streamInfo);
704 StreamInfo streamInfo = {};
705 streamInfo.streamId_ = 1001;
706 streamInfo.width_ = 640; // 640:picture width
707 streamInfo.height_ = 480; // 480:picture height
708 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
709 streamInfo.dataspace_ = 8; // 8:picture dataspace
710 streamInfo.intent_ = PREVIEW;
711 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
712 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
713 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
715 streamInfos.push_back(streamInfo);
785 StreamInfo streamInfo = {};
786 streamInfo.streamId_ = 1001;
787 streamInfo.width_ = 640; // 640:picture width
788 streamInfo.height_ = 480; // 480:picture height
789 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
790 streamInfo.dataspace_ = 8; // 8:picture dataspace
791 streamInfo.intent_ = PREVIEW;
792 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
793 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
794 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
796 streamInfos.push_back(streamInfo);
925 StreamInfo streamInfo = {};
926 streamInfo.streamId_ = 1001;
927 streamInfo.width_ = 640; // 640:picture width
928 streamInfo.height_ = 480; // 480:picture height
929 streamInfo.format_ = PIXEL_FMT_RGBA_8888;
930 streamInfo.dataspace_ = 8; // 8:picture dataspace
931 streamInfo.intent_ = PREVIEW;
932 streamInfo.tunneledMode_ = 5; // 5:tunnel mode
933 streamInfo.bufferQueue_ = new BufferProducerSequenceable(producer);
934 ASSERT_NE(streamInfo.bufferQueue_, nullptr);
936 streamInfos.push_back(streamInfo);