Searched refs:get_multistream_decoder (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | opus_projection_decoder.c | 99 static OpusMSDecoder *get_multistream_decoder(OpusProjectionDecoder *st) in get_multistream_decoder() function 171 get_multistream_decoder(st), Fs, channels, streams, coupled_streams, mapping); in opus_projection_decoder_init() 217 return opus_multistream_decode_native(get_multistream_decoder(st), data, len, in opus_projection_decode() 226 return opus_multistream_decode_native(get_multistream_decoder(st), data, len, in opus_projection_decode() 236 return opus_multistream_decode_native(get_multistream_decoder(st), data, len, in opus_projection_decode_float() 248 ret = opus_multistream_decoder_ctl_va_list(get_multistream_decoder(st), in opus_projection_decoder_ctl()
|