Home
last modified time | relevance | path

Searched refs:CELT_SET_CHANNELS (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dcelt.h100 #define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, __opus_check_int(x) macro
/external/libopus/src/
Dopus_decoder.c493 MUST_SUCCEED(celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels))); in opus_decode_frame()
Dopus_encoder.c1907 celt_encoder_ctl(celt_enc, CELT_SET_CHANNELS(st->stream_channels)); in opus_encode_native()