Lines Matching refs:streams
403 // May be lazily configuring streams, will check during setup
446 // May be lazily configuring streams, will check during setup
485 SET_ERR_L("Can't set up streams: %s (%d)", strerror(-res), res);
489 CLOGE("No streams configured");
553 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
556 SET_ERR_L("Can't pause captures to reconfigure streams!");
582 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
624 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
627 SET_ERR_L("Can't pause captures to reconfigure streams!");
660 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
697 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
700 SET_ERR_L("Can't pause captures to reconfigure streams!");
732 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
1198 camera_metadata_entry_t streams =
1200 if (streams.count == 0) {
1201 CLOGE("Zero output streams specified!");
1205 for (size_t i = 0; i < streams.count; i++) {
1206 int idx = mOutputStreams.indexOfKey(streams.data.i32[i]);
1209 streams.data.u8[i]);
1247 // Start configuring the streams
1254 Vector<camera3_stream_t*> streams;
1255 streams.setCapacity(config.num_streams);
1264 streams.add(inputStream);
1269 // Don't configure bidi streams twice, nor add them twice to the list
1283 streams.add(outputStream);
1286 config.streams = streams.editArray();
1295 SET_ERR_L("Unable to configure streams with HAL: %s (%d)",
1739 // Return completed buffers to their streams with the timestamp