Searched refs:BACK_LEFT (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/audio/utility/ |
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 …]
|
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()
|
/external/webrtc/api/audio/ |
D | channel_layout.h | 133 BACK_LEFT, enumerator
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 60 // left side, while BACK_LEFT means the leftmost port on the back of the 70 BACK_LEFT = 9; enumerator
|
/external/mesa3d/docs/relnotes/ |
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.
|