OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_layout_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
channel_mixer.cc
60
:
input_layout_
(input_layout),
66
if (
input_layout_
== CHANNEL_LAYOUT_5_0_BACK &&
68
input_layout_
= CHANNEL_LAYOUT_5_0;
69
} else if (
input_layout_
== CHANNEL_LAYOUT_5_1_BACK &&
71
input_layout_
= CHANNEL_LAYOUT_5_1;
87
ChannelLayout
input_layout_
;
member in class:media::MatrixBuilder
100
// Helper methods for checking if |ch| exists in either |
input_layout_
| or
159
if (
input_layout_
== CHANNEL_LAYOUT_DISCRETE ||
175
int input_ch_index = ChannelOrder(
input_layout_
, ch);
213
(
input_layout_
== CHANNEL_LAYOUT_MONO) ? 1 : kEqualPowerScale
[
all
...]
Completed in 42 milliseconds