Searched refs:get_mono_channel (Results 1 – 4 of 4) sorted by relevance
/external/libopus/src/ |
D | opus_multistream.c | 81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) in get_mono_channel() function
|
D | opus_private.h | 56 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev);
|
D | opus_multistream_decoder.c | 283 while ( (chan = get_mono_channel(&st->layout, s, prev)) != -1) in opus_multistream_decode_native()
|
D | opus_multistream_encoder.c | 148 if (get_mono_channel(layout, s, -1)==-1) in validate_encoder_layout() 998 int chan = get_mono_channel(&st->layout, s, -1); in opus_multistream_encode_native()
|