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/libopus/src/
opus_multistream.c
69
int
get_right_channel
(const ChannelLayout *layout, int stream_id, int prev)
function
opus_private.h
85
int
get_right_channel
(const ChannelLayout *layout, int stream_id, int prev);
opus_multistream_decoder.c
275
while ( (chan =
get_right_channel
(&st->layout, s, prev)) != -1)
opus_multistream_encoder.c
136
if (
get_right_channel
(layout, s, -1)==-1)
942
right =
get_right_channel
(&st->layout, s, -1);
[
all
...]
Completed in 228 milliseconds