Searched refs:get_left_channel (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream.c57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) function
H A Dopus_multistream_decoder.c265 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
H A Dopus_multistream_encoder.c130 if (get_left_channel(layout, s, -1)==-1)
811 left = get_left_channel(&st->layout, s, -1);
H A Dopus_private.h52 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);
/external/libopus/src/
H A Dopus_multistream.c57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) function
H A Dopus_multistream_decoder.c265 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
H A Dopus_multistream_encoder.c130 if (get_left_channel(layout, s, -1)==-1)
811 left = get_left_channel(&st->layout, s, -1);
H A Dopus_private.h52 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);

Completed in 1660 milliseconds