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

  /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...]

Completed in 94 milliseconds