Searched refs:get_left_channel (Results 1 – 4 of 4) sorted by relevance
/external/libopus/src/ |
D | opus_multistream.c | 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) in get_left_channel() function
|
D | opus_private.h | 84 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);
|
D | opus_multistream_decoder.c | 267 while ( (chan = get_left_channel(&st->layout, s, prev)) != -1) in opus_multistream_decode_native()
|
D | opus_multistream_encoder.c | 134 if (get_left_channel(layout, s, -1)==-1) in validate_encoder_layout() 941 left = get_left_channel(&st->layout, s, -1); in opus_multistream_encode_native()
|