Lines Matching refs:streams
255 ALOGV("%s: %d streams", __FUNCTION__, streamList->num_streams);
258 ALOGE("%s: Cannot configure streams in state %d",
271 if (streamList->streams == NULL) {
277 ALOGE("%s: Bad number of streams requested: %d", __FUNCTION__,
284 camera3_stream_t *newStream = streamList->streams[i];
301 ALOGE("%s: Multiple input streams requested!", __FUNCTION__);
325 * Initially mark all existing streams as not alive
334 * Find new streams and mark still-alive ones
337 camera3_stream_t *newStream = streamList->streams[i];
368 * Reap the dead streams
399 // OK: register streams at any time during configure