OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:right_pan
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/voice_engine/
channel.cc
581
float
right_pan
= 1.0f;
local
586
right_pan
= _panRight;
598
if (left_pan != 1.0f ||
right_pan
!= 1.0f)
611
AudioFrameOperations::Scale(left_pan,
right_pan
, *audioFrame);
[
all
...]
Completed in 622 milliseconds