Home | History | Annotate | Download | only in camera

Lines Matching refs:streams

257     ALOGV("%s: %d streams", __FUNCTION__, streamList->num_streams);
260 ALOGE("%s: Cannot configure streams in state %d",
273 if (streamList->streams == NULL) {
279 ALOGE("%s: Bad number of streams requested: %d", __FUNCTION__,
286 camera3_stream_t *newStream = streamList->streams[i];
303 ALOGE("%s: Multiple input streams requested!", __FUNCTION__);
327 * Initially mark all existing streams as not alive
336 * Find new streams and mark still-alive ones
339 camera3_stream_t *newStream = streamList->streams[i];
370 * Reap the dead streams
401 // OK: register streams at any time during configure