Searched refs:newStream (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 259 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams() local 261 if (newStream == NULL) { in configureStreams() 269 __FUNCTION__, newStream, i, newStream->stream_type, in configureStreams() 270 newStream->usage, in configureStreams() 271 newStream->format, in configureStreams() 272 newStream->width, in configureStreams() 273 newStream->height); in configureStreams() 275 if (newStream->stream_type == CAMERA3_STREAM_INPUT || in configureStreams() 276 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) { in configureStreams() 282 inputStream = newStream; in configureStreams() [all …]
|
D | EmulatedFakeRotatingCamera3.cpp | 258 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams() local 260 if (newStream == NULL) { in configureStreams() 268 __FUNCTION__, newStream, i, newStream->stream_type, in configureStreams() 269 newStream->usage, in configureStreams() 270 newStream->format, in configureStreams() 271 newStream->width, in configureStreams() 272 newStream->height); in configureStreams() 274 if (newStream->stream_type == CAMERA3_STREAM_INPUT || in configureStreams() 275 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) { in configureStreams() 281 inputStream = newStream; in configureStreams() [all …]
|
D | EmulatedQemuCamera3.cpp | 335 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams() local 337 if (newStream == nullptr) { in configureStreams() 343 __FUNCTION__, newStream, i, newStream->stream_type, in configureStreams() 344 newStream->usage, newStream->format); in configureStreams() 346 if (newStream->stream_type == CAMERA3_STREAM_INPUT || in configureStreams() 347 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) { in configureStreams() 352 inputStream = newStream; in configureStreams() 359 if (newStream->format == kAvailableFormats[f]) { in configureStreams() 366 __FUNCTION__, newStream->format); in configureStreams() 385 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams() local [all …]
|
D | EmulatedFakeCamera2.cpp | 458 Stream newStream; in allocateStream() local 459 newStream.ops = stream_ops; in allocateStream() 460 newStream.width = width; in allocateStream() 461 newStream.height = height; in allocateStream() 462 newStream.format = format; in allocateStream() 464 newStream.stride = width; in allocateStream() 466 mStreams.add(mNextStreamId, newStream); in allocateStream() 583 ReprocessStream newStream; in allocateReprocessStreamFromStream() local 584 newStream.ops = stream_ops; in allocateReprocessStreamFromStream() 585 newStream.width = baseStream.width; in allocateReprocessStreamFromStream() [all …]
|