OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_channel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_multistream.c
43
int i,
max_channel
;
local
45
max_channel
= layout->nb_streams+layout->nb_coupled_streams;
46
if (
max_channel
>255)
50
if (layout->mapping[i] >=
max_channel
&& layout->mapping[i] != 255)
/external/libopus/src/
opus_multistream.c
43
int i,
max_channel
;
local
45
max_channel
= layout->nb_streams+layout->nb_coupled_streams;
46
if (
max_channel
>255)
50
if (layout->mapping[i] >=
max_channel
&& layout->mapping[i] != 255)
Completed in 287 milliseconds