Home
last modified time | relevance | path

Searched refs:BACK_LEFT (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/webrtc/audio/utility/
H A Dchannel_mixing_matrix.cc56 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 Dchannel_mixing_matrix_unittest.cc361 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 Dchannel_layout.h133 BACK_LEFT, enumerator
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
H A DCodecSpecificConfigurationLtv.aidl56 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 DCodecSpecificConfigurationLtv.aidl71 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/
DCodecSpecificConfigurationLtv.aidl71 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 DCodecSpecificConfigurationLtv.aidl70 const int BACK_LEFT = 0x00000010;
/aosp_15_r20/external/crosvm/power_monitor/
H A Dpower_supply_properties.proto57 // 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 D4.1233 - 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/
Dbap.py56 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/
DCodecSpecificConfigurationLtv.h101 enum : int32_t { BACK_LEFT = 16 }; enumerator
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/
H A DBluetoothLeAudioAseConfigurationSettingProvider.cpp193 CodecSpecificConfigurationLtv::AudioChannelAllocation::BACK_LEFT},
/aosp_15_r20/frameworks/av/media/audioaidlconversion/
H A DAidlConversionCppNdk.cpp307 DEFINE_OUTPUT_BITS(BACK_LEFT), in getOutAudioChannelBits()