Lines Matching defs:streamInfo
60 cameraBase->streamInfo = std::make_shared<StreamInfo>();
61 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
62 cameraBase->streamInfo->width_ = 640; // 640:picture width
63 cameraBase->streamInfo->height_ = 480; // 480:picture height
64 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
65 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
66 cameraBase->streamInfo->intent_ = PREVIEW;
67 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
68 cameraBase->streamInfo->bufferQueue_ = producer;
69 streamInfos.push_back(cameraBase->streamInfo);
79 streamIds.push_back(cameraBase->streamInfo->streamId_);
113 cameraBase->streamInfo = std::make_shared<StreamInfo>();
114 cameraBase->streamInfo->streamId_ = -1;
115 cameraBase->streamInfo->width_ = 640; // 640:picture width
116 cameraBase->streamInfo->height_ = 480; // 480:picture height
117 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
118 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
119 cameraBase->streamInfo->intent_ = PREVIEW;
120 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
121 cameraBase->streamInfo->bufferQueue_ = producer;
122 streamInfos.push_back(cameraBase->streamInfo);
158 std::shared_ptr<StreamInfo> streamInfo = std::make_shared<StreamInfo>();
159 streamInfo->streamId_ = INVALID_VALUE_TEST;
160 streamInfo->width_ = 640; // 640:picture width
161 streamInfo->height_ = 480; // 480:picture height
162 streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
163 streamInfo->dataspace_ = 8; // 8:picture dataspace
164 streamInfo->intent_ = PREVIEW;
165 streamInfo->tunneledMode_ = 5; // 5:tunnel mode
166 streamInfo->bufferQueue_ = producer;
169 streamInfos.push_back(streamInfo);
204 cameraBase->streamInfo = std::make_shared<StreamInfo>();
205 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
206 cameraBase->streamInfo->width_ = -1;
207 cameraBase->streamInfo->height_ = 640; // 640:picture height
208 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
209 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
210 cameraBase->streamInfo->intent_ = PREVIEW;
211 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
212 cameraBase->streamInfo->bufferQueue_ = producer;
213 streamInfos.push_back(cameraBase->streamInfo);
248 cameraBase->streamInfo = std::make_shared<StreamInfo>();
249 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
250 cameraBase->streamInfo->width_ = INVALID_VALUE_TEST;
251 cameraBase->streamInfo->height_ = 480; // 480:picture height
252 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
253 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
254 cameraBase->streamInfo->intent_ = PREVIEW;
255 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
256 cameraBase->streamInfo->bufferQueue_ = producer;
257 streamInfos.push_back(cameraBase->streamInfo);
268 streamIds.push_back(cameraBase->streamInfo->streamId_);
302 cameraBase->streamInfo = std::make_shared<StreamInfo>();
303 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
304 cameraBase->streamInfo->width_ = 640; // 640:picture width
305 cameraBase->streamInfo->height_ = -1;
306 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
307 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
308 cameraBase->streamInfo->intent_ = PREVIEW;
309 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
310 cameraBase->streamInfo->bufferQueue_ = producer;
311 streamInfos.push_back(cameraBase->streamInfo);
346 cameraBase->streamInfo = std::make_shared<StreamInfo>();
347 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
348 cameraBase->streamInfo->width_ = 640; // 640:picture width
349 cameraBase->streamInfo->height_ = INVALID_VALUE_TEST;
350 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
351 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
352 cameraBase->streamInfo->intent_ = PREVIEW;
353 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
354 cameraBase->streamInfo->bufferQueue_ = producer;
355 streamInfos.push_back(cameraBase->streamInfo);
390 cameraBase->streamInfo = std::make_shared<StreamInfo>();
391 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
392 cameraBase->streamInfo->width_ = 640; // 640:picture width
393 cameraBase->streamInfo->height_ = 480; // 480:picture height
394 cameraBase->streamInfo->format_ = -1;
395 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
396 cameraBase->streamInfo->intent_ = PREVIEW;
397 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
398 cameraBase->streamInfo->bufferQueue_ = producer;
399 streamInfos.push_back(cameraBase->streamInfo);
434 cameraBase->streamInfo = std::make_shared<StreamInfo>();
435 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
436 cameraBase->streamInfo->width_ = 640; // 640:picture width
437 cameraBase->streamInfo->height_ = 480; // 480:picture height
438 cameraBase->streamInfo->format_ = INVALID_VALUE_TEST;
439 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
440 cameraBase->streamInfo->intent_ = PREVIEW;
441 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
442 cameraBase->streamInfo->bufferQueue_ = producer;
443 streamInfos.push_back(cameraBase->streamInfo);
454 streamIds.push_back(cameraBase->streamInfo->streamId_);
488 cameraBase->streamInfo = std::make_shared<StreamInfo>();
489 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
490 cameraBase->streamInfo->width_ = 640; // 640:picture width
491 cameraBase->streamInfo->height_ = 480; // 480:picture height
492 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
493 cameraBase->streamInfo->dataspace_ = -1;
494 cameraBase->streamInfo->intent_ = PREVIEW;
495 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
496 cameraBase->streamInfo->bufferQueue_ = producer;
497 streamInfos.push_back(cameraBase->streamInfo);
533 cameraBase->streamInfo = std::make_shared<StreamInfo>();
534 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
535 cameraBase->streamInfo->width_ = 640; // 640:picture width
536 cameraBase->streamInfo->height_ = 480; // 480:picture height
537 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
538 cameraBase->streamInfo->dataspace_ = INVALID_VALUE_TEST;
539 cameraBase->streamInfo->intent_ = PREVIEW;
540 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
541 cameraBase->streamInfo->bufferQueue_ = producer;
542 streamInfos.push_back(cameraBase->streamInfo);
553 streamIds.push_back(cameraBase->streamInfo->streamId_);
588 cameraBase->streamInfo = std::make_shared<StreamInfo>();
589 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
590 cameraBase->streamInfo->width_ = 640; // 640:picture width
591 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
592 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
593 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
594 cameraBase->streamInfo->intent_ = PREVIEW;
595 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
596 cameraBase->streamInfo->bufferQueue_ = producer;
597 streamInfos.push_back(cameraBase->streamInfo);
608 streamIds.push_back(cameraBase->streamInfo->streamId_);
643 cameraBase->streamInfo = std::make_shared<StreamInfo>();
644 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
645 cameraBase->streamInfo->width_ = 640; // 640:picture width
646 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
647 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
648 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
649 cameraBase->streamInfo->intent_ = VIDEO;
650 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
651 cameraBase->streamInfo->bufferQueue_ = producer;
652 streamInfos.push_back(cameraBase->streamInfo);
663 streamIds.push_back(cameraBase->streamInfo->streamId_);
698 cameraBase->streamInfo = std::make_shared<StreamInfo>();
699 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
700 cameraBase->streamInfo->width_ = 640; // 640:picture width
701 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
702 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
703 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
704 cameraBase->streamInfo->intent_ = STILL_CAPTURE;
705 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
706 cameraBase->streamInfo->bufferQueue_ = producer;
707 streamInfos.push_back(cameraBase->streamInfo);
718 streamIds.push_back(cameraBase->streamInfo->streamId_);
753 cameraBase->streamInfo = std::make_shared<StreamInfo>();
754 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
755 cameraBase->streamInfo->width_ = 640; // 640:picture width
756 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
757 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
758 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
759 cameraBase->streamInfo->intent_ = POST_VIEW;
760 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
761 cameraBase->streamInfo->bufferQueue_ = producer;
762 streamInfos.push_back(cameraBase->streamInfo);
773 streamIds.push_back(cameraBase->streamInfo->streamId_);
808 cameraBase->streamInfo = std::make_shared<StreamInfo>();
809 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
810 cameraBase->streamInfo->width_ = 640; // 640:picture width
811 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
812 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
813 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
814 cameraBase->streamInfo->intent_ = ANALYZE;
815 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
816 cameraBase->streamInfo->bufferQueue_ = producer;
817 streamInfos.push_back(cameraBase->streamInfo);
828 streamIds.push_back(cameraBase->streamInfo->streamId_);
863 std::shared_ptr<StreamInfo> streamInfo = std::make_shared<StreamInfo>();
864 streamInfo->streamId_ = DEFAULT_STREAM_ID;
865 streamInfo->width_ = 640; // 640:picture width
866 streamInfo->height_ = 480; // 480:picture height
867 streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
868 streamInfo->dataspace_ = 8; // 8:picture dataspace
869 streamInfo->intent_ = Camera::CUSTOM;
870 streamInfo->tunneledMode_ = 5; // 5:tunnel mode
871 streamInfo->bufferQueue_ = producer;
874 streamInfos.push_back(streamInfo);
910 cameraBase->streamInfo = std::make_shared<StreamInfo>();
911 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
912 cameraBase->streamInfo->width_ = 640; // 640:picture width
913 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
914 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
915 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
916 cameraBase->streamInfo->intent_ = Camera::CUSTOM;
917 cameraBase->streamInfo->tunneledMode_ = false;
918 cameraBase->streamInfo->bufferQueue_ = producer;
919 streamInfos.push_back(cameraBase->streamInfo);
955 cameraBase->streamInfo = std::make_shared<StreamInfo>();
956 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
957 cameraBase->streamInfo->width_ = 640; // 640:picture width
958 cameraBase->streamInfo->height_ = 1080; // 1080:picture height
959 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
960 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
961 cameraBase->streamInfo->intent_ = Camera::CUSTOM;
962 cameraBase->streamInfo->tunneledMode_ = 0;
963 cameraBase->streamInfo->minFrameDuration_ = -1;
964 cameraBase->streamInfo->bufferQueue_ = producer;
965 streamInfos.push_back(cameraBase->streamInfo);
1001 cameraBase->streamInfo = std::make_shared<StreamInfo>();
1002 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
1003 cameraBase->streamInfo->width_ = 640; // 640:picture width
1004 cameraBase->streamInfo->height_ = 480; // 480:picture height
1005 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
1006 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
1007 cameraBase->streamInfo->intent_ = PREVIEW;
1008 cameraBase->streamInfo->tunneledMode_ = 0;
1009 cameraBase->streamInfo->minFrameDuration_ = INVALID_VALUE_TEST;
1010 cameraBase->streamInfo->bufferQueue_ = producer;
1011 streamInfos.push_back(cameraBase->streamInfo);
1046 cameraBase->streamInfo = std::make_shared<StreamInfo>();
1047 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
1048 cameraBase->streamInfo->width_ = 640; // 640:picture width
1049 cameraBase->streamInfo->height_ = 480; // 480:picture height
1050 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
1051 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
1052 cameraBase->streamInfo->intent_ = PREVIEW;
1053 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
1054 cameraBase->streamInfo->bufferQueue_ = producer;
1055 streamInfos.push_back(cameraBase->streamInfo);
1065 streamIds.push_back(cameraBase->streamInfo->streamId_);
1099 cameraBase->streamInfo = std::make_shared<StreamInfo>();
1100 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
1101 cameraBase->streamInfo->width_ = 640; // 640:picture width
1102 cameraBase->streamInfo->height_ = 480; // 480:picture height
1103 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
1104 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
1105 cameraBase->streamInfo->intent_ = PREVIEW;
1106 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
1107 cameraBase->streamInfo->bufferQueue_ = producer;
1108 streamInfos.push_back(cameraBase->streamInfo);
1165 cameraBase->streamInfo = std::make_shared<StreamInfo>();
1166 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
1167 cameraBase->streamInfo->width_ = 640; // 640:picture width
1168 cameraBase->streamInfo->height_ = 480; // 480:picture height
1169 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
1170 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
1171 cameraBase->streamInfo->intent_ = PREVIEW;
1172 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
1173 cameraBase->streamInfo->bufferQueue_ = producer;
1174 streamInfos.push_back(cameraBase->streamInfo);
1219 cameraBase->streamInfo = std::make_shared<StreamInfo>();
1220 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
1221 cameraBase->streamInfo->width_ = 640; // 640:picture width
1222 cameraBase->streamInfo->height_ = 480; // 480:picture height
1223 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
1224 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
1225 cameraBase->streamInfo->intent_ = PREVIEW;
1226 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
1227 cameraBase->streamInfo->bufferQueue_ = producer;
1228 streamInfos.push_back(cameraBase->streamInfo);
1303 cameraBase->streamInfo = std::make_shared<StreamInfo>();
1304 cameraBase->streamInfo->streamId_ = DEFAULT_STREAM_ID;
1305 cameraBase->streamInfo->width_ = 640; // 640:picture width
1306 cameraBase->streamInfo->height_ = 480; // 480:picture height
1307 cameraBase->streamInfo->format_ = CAMERA_FORMAT_YUYV_422_PKG;
1308 cameraBase->streamInfo->dataspace_ = 8; // 8:picture dataspace
1309 cameraBase->streamInfo->intent_ = PREVIEW;
1310 cameraBase->streamInfo->tunneledMode_ = 5; // 5:tunnel mode
1311 cameraBase->streamInfo->bufferQueue_ = producer;
1312 streamInfos.push_back(cameraBase->streamInfo);