/external/chromium_org/third_party/opus/src/src/ |
opus_multistream.c | 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) function
|
opus_private.h | 52 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);
|
opus_multistream_decoder.c | 265 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
|
opus_multistream_encoder.c | 130 if (get_left_channel(layout, s, -1)==-1) 811 left = get_left_channel(&st->layout, s, -1); [all...] |
/external/libopus/src/ |
opus_multistream.c | 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) function
|
opus_private.h | 52 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);
|
opus_multistream_decoder.c | 265 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
|
opus_multistream_encoder.c | 130 if (get_left_channel(layout, s, -1)==-1) 811 left = get_left_channel(&st->layout, s, -1); [all...] |