HomeSort by relevance Sort by last modified time
    Searched refs:get_left_channel (Results 1 - 4 of 4) sorted by null

  /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 227 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1)
opus_multistream_encoder.c 130 if (get_left_channel(layout, s, -1)==-1)
803 left = get_left_channel(&st->layout, s, -1);

Completed in 32 milliseconds