Home | History | Annotate | Download | only in device3

Lines Matching refs:streams

607             CLOGE("No streams configured");
612 SET_ERR_L("Can't set up streams: %s (%d)", strerror(-res), res);
617 CLOGE("No streams configured");
682 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
685 SET_ERR_L("Can't pause captures to reconfigure streams!");
711 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
753 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
756 SET_ERR_L("Can't pause captures to reconfigure streams!");
791 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
828 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
831 SET_ERR_L("Can't pause captures to reconfigure streams!");
869 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
1392 camera_metadata_entry_t streams =
1394 if (streams.count == 0) {
1395 CLOGE("Zero output streams specified!");
1399 for (size_t i = 0; i < streams.count; i++) {
1400 int idx = mOutputStreams.indexOfKey(streams.data.i32[i]);
1403 streams.data.u8[i]);
1441 // Workaround for device HALv3.2 or older spec bug - zero streams requires
1450 // Start configuring the streams
1457 Vector<camera3_stream_t*> streams;
1458 streams.setCapacity(config.num_streams);
1467 streams.add(inputStream);
1472 // Don't configure bidi streams twice, nor add them twice to the list
1486 streams.add(outputStream);
1489 config.streams = streams.editArray();
1498 // HAL rejected this set of streams as unsupported, clean up config
1533 SET_ERR_L("Unable to configure streams with HAL: %s (%d)",
1580 // tear down the deleted streams after configure streams.
2109 // Return completed buffers to their streams with the timestamp