Home
last modified time | relevance | path

Searched refs:inputConfig (Results 1 – 6 of 6) sorted by relevance

/hardware/google/easel/amber/camera/libhdrplusclient/include/
DHdrPlusClient.h86 virtual status_t configureStreams(const pbcamera::InputConfiguration &inputConfig,
/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.aidl578 @nullable LeAudioDataPathConfiguration inputConfig;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.aidl148 … android.hardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration inputConfig;
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.aidl148 … android.hardware.bluetooth.audio.IBluetoothAudioProvider.LeAudioDataPathConfiguration inputConfig;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp16145 pbcamera::InputConfiguration inputConfig; in configureHdrPlusStreamsLocked() local
16150 inputConfig.isSensorInput = true; in configureHdrPlusStreamsLocked()
16151 inputConfig.sensorMode.cameraId = mCameraId; in configureHdrPlusStreamsLocked()
16152 inputConfig.sensorMode.pixelArrayWidth = mSensorModeInfo.pixel_array_size.width; in configureHdrPlusStreamsLocked()
16153 inputConfig.sensorMode.pixelArrayHeight = mSensorModeInfo.pixel_array_size.height; in configureHdrPlusStreamsLocked()
16154 inputConfig.sensorMode.activeArrayWidth = mSensorModeInfo.active_array_size.width; in configureHdrPlusStreamsLocked()
16155 inputConfig.sensorMode.activeArrayHeight = mSensorModeInfo.active_array_size.height; in configureHdrPlusStreamsLocked()
16156 inputConfig.sensorMode.outputPixelClkHz = mSensorModeInfo.op_pixel_clk; in configureHdrPlusStreamsLocked()
16157 inputConfig.sensorMode.timestampOffsetNs = mSensorModeInfo.timestamp_offset; in configureHdrPlusStreamsLocked()
16158 inputConfig.sensorMode.timestampCropOffsetNs = mSensorModeInfo.timestamp_crop_offset; in configureHdrPlusStreamsLocked()
[all …]
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp3360 ASSERT_TRUE(result.inputConfig.has_value()); in TEST_P()
3362 ASSERT_TRUE(!result.inputConfig.has_value()); in TEST_P()