/aosp_15_r20/external/webrtc/audio/utility/ |
H A D | channel_mixing_matrix.cc | 56 RTC_DCHECK_EQ(ChannelOrder(layout, BACK_LEFT) >= 0, in ValidateLayout() 182 if (IsUnaccounted(BACK_LEFT)) { in CreateTransformationMatrix() 187 Mix(BACK_LEFT, SIDE_LEFT, scale); in CreateTransformationMatrix() 191 Mix(BACK_LEFT, BACK_CENTER, ChannelMixer::kHalfPower); in CreateTransformationMatrix() 195 Mix(BACK_LEFT, LEFT, ChannelMixer::kHalfPower); in CreateTransformationMatrix() 199 Mix(BACK_LEFT, CENTER, ChannelMixer::kHalfPower); in CreateTransformationMatrix() 206 if (HasOutputChannel(BACK_LEFT)) { in CreateTransformationMatrix() 209 float scale = HasInputChannel(BACK_LEFT) ? ChannelMixer::kHalfPower : 1; in CreateTransformationMatrix() 210 Mix(SIDE_LEFT, BACK_LEFT, scale); in CreateTransformationMatrix() 229 if (HasOutputChannel(BACK_LEFT)) { in CreateTransformationMatrix() [all …]
|
H A D | channel_mixing_matrix_unittest.cc | 361 EXPECT_EQ(0.0f, matrix[RIGHT][BACK_LEFT]); in TEST() 364 EXPECT_FLOAT_EQ(ChannelMixer::kHalfPower, matrix[LEFT][BACK_LEFT]); in TEST()
|
/aosp_15_r20/external/webrtc/api/audio/ |
H A D | channel_layout.h | 133 BACK_LEFT, enumerator
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/ |
H A D | CodecSpecificConfigurationLtv.aidl | 56 const int BACK_LEFT = 0x00000010;
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/ |
H A D | CodecSpecificConfigurationLtv.aidl | 71 const int BACK_LEFT = 0x00000010;
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio_interface/dump/android/hardware/bluetooth/audio/ |
D | CodecSpecificConfigurationLtv.aidl | 71 const int BACK_LEFT = 0x00000010;
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/ |
H A D | CodecSpecificConfigurationLtv.aidl | 70 const int BACK_LEFT = 0x00000010;
|
/aosp_15_r20/external/crosvm/power_monitor/ |
H A D | power_supply_properties.proto | 57 // left side, while BACK_LEFT means the leftmost port on the back of the 67 BACK_LEFT = 9; enumerator
|
/aosp_15_r20/external/mesa3d/docs/_extra/relnotes/ |
H A D | 4.1 | 233 - Added ctx->Color._DrawDestMask - a bitmask of FRONT/BACK_LEFT/RIGHT_BIT 236 The value is _one_ of the FRONT/BACK_LEFT/RIGHT_BIT values.
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | bap.py | 56 BACK_LEFT = 0x00000010 variable in AudioLocation
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | CodecSpecificConfigurationLtv.h | 101 enum : int32_t { BACK_LEFT = 16 }; enumerator
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
H A D | BluetoothLeAudioAseConfigurationSettingProvider.cpp | 193 CodecSpecificConfigurationLtv::AudioChannelAllocation::BACK_LEFT},
|
/aosp_15_r20/frameworks/av/media/audioaidlconversion/ |
H A D | AidlConversionCppNdk.cpp | 307 DEFINE_OUTPUT_BITS(BACK_LEFT), in getOutAudioChannelBits()
|