Lines Matching defs:config
1931 ALOGV("%s: Skipping config, no stream changes", __FUNCTION__);
1947 camera3_stream_configuration config;
1948 config.operation_mode = mIsConstrainedHighSpeedConfiguration ?
1951 config.num_streams = (mInputStream != NULL) + mOutputStreams.size();
1954 streams.setCapacity(config.num_streams);
1973 config.num_streams--;
1987 config.streams = streams.editArray();
1992 res = mHal3Device->ops->configure_streams(mHal3Device, &config);
1996 // HAL rejected this set of streams as unsupported, clean up config