Searched refs:newStream (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 284 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams() local 286 if (newStream == NULL) { in configureStreams() 293 __FUNCTION__, newStream, i, newStream->stream_type, in configureStreams() 294 newStream->usage, in configureStreams() 295 newStream->format); in configureStreams() 297 if (newStream->stream_type == CAMERA3_STREAM_INPUT || in configureStreams() 298 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) { in configureStreams() 304 inputStream = newStream; in configureStreams() 311 if (newStream->format == kAvailableFormats[f]) { in configureStreams() 318 __FUNCTION__, newStream->format); in configureStreams() [all …]
|
D | EmulatedFakeCamera2.cpp | 441 Stream newStream; in allocateStream() local 442 newStream.ops = stream_ops; in allocateStream() 443 newStream.width = width; in allocateStream() 444 newStream.height = height; in allocateStream() 445 newStream.format = format; in allocateStream() 447 newStream.stride = width; in allocateStream() 449 mStreams.add(mNextStreamId, newStream); in allocateStream() 571 ReprocessStream newStream; in allocateReprocessStreamFromStream() local 572 newStream.ops = stream_ops; in allocateReprocessStreamFromStream() 573 newStream.width = baseStream.width; in allocateReprocessStreamFromStream() [all …]
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 446 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams() local 448 __func__, newStream->stream_type, newStream->format, in configureStreams() 449 newStream->width, newStream->height); in configureStreams() 454 if ((*it)->stream == newStream) { in configureStreams() 469 stream_info->stream = newStream; in configureStreams() 474 if (newStream->stream_type == CAMERA3_STREAM_INPUT in configureStreams() 475 || newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL ) { in configureStreams() 481 inputStream = newStream; in configureStreams() 483 if (newStream->format == HAL_PIXEL_FORMAT_BLOB) { in configureStreams() 484 jpegStream = newStream; in configureStreams() [all …]
|