Searched defs:newStream (Results 1 - 5 of 5) sorted by relevance

/device/generic/goldfish/camera/
H A DEmulatedFakeCamera2.cpp440 Stream newStream; local
441 newStream.ops = stream_ops;
442 newStream.width = width;
443 newStream.height = height;
444 newStream.format = format;
446 newStream.stride = width;
448 mStreams.add(mNextStreamId, newStream);
570 ReprocessStream newStream; local
571 newStream.ops = stream_ops;
572 newStream
[all...]
H A DEmulatedFakeCamera3.cpp286 camera3_stream_t *newStream = streamList->streams[i]; local
288 if (newStream == NULL) {
295 __FUNCTION__, newStream, i, newStream->stream_type,
296 newStream->usage,
297 newStream->format);
299 if (newStream->stream_type == CAMERA3_STREAM_INPUT ||
300 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) {
306 inputStream = newStream;
313 if (newStream
339 camera3_stream_t *newStream = streamList->streams[i]; local
[all...]
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp447 camera3_stream_t *newStream = streamList->streams[i]; local
448 ALOGD("%s: newStream type = %d, stream format = %d stream size : %d x %d",
449 __func__, newStream->stream_type, newStream->format,
450 newStream->width, newStream->height);
455 if ((*it)->stream == newStream) {
470 stream_info->stream = newStream;
475 if (newStream->stream_type == CAMERA3_STREAM_INPUT
476 || newStream
530 camera3_stream_t *newStream = streamList->streams[i]; local
[all...]
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp512 camera3_stream_t *newStream = streamList->streams[j]; local
518 switch (newStream->format) {
525 == (int32_t) newStream->width
527 == (int32_t) newStream->height) {
535 if ((int32_t)(newStream->width) ==
538 && (int32_t)(newStream->height) ==
551 if (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) {
552 if ((int32_t)(newStream->width) ==
554 && (int32_t)(newStream->height) ==
569 if ((int32_t)(newStream
668 camera3_stream_t *newStream = streamList->streams[i]; local
757 camera3_stream_t *newStream = streamList->streams[i]; local
[all...]
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp600 camera3_stream_t *newStream = streamList->streams[j]; local
606 switch (newStream->format) {
613 == (int32_t) newStream->width
615 == (int32_t) newStream->height) {
636 if ((int32_t)(newStream->width) == available_jpeg_sizes[i*2] &&
637 (int32_t)(newStream->height) == available_jpeg_sizes[i*2+1]) {
649 if (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) {
650 if ((int32_t)(newStream->width) ==
652 && (int32_t)(newStream->height) ==
667 if ((int32_t)(newStream
797 camera3_stream_t *newStream = streamList->streams[i]; local
909 camera3_stream_t *newStream = streamList->streams[i]; local
998 camera3_stream_t *newStream = streamList->streams[i]; local
[all...]

Completed in 98 milliseconds