OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_right_channel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_multistream.c
69
int
get_right_channel
(const ChannelLayout *layout, int stream_id, int prev)
function
opus_private.h
53
int
get_right_channel
(const ChannelLayout *layout, int stream_id, int prev);
opus_multistream_decoder.c
235
while ( (chan =
get_right_channel
(&st->layout, s, prev)) != -1)
opus_multistream_encoder.c
132
if (
get_right_channel
(layout, s, -1)==-1)
804
right =
get_right_channel
(&st->layout, s, -1);
Completed in 301 milliseconds