Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt.h87 #define CELT_SET_CHANNELS_REQUEST 10008 macro
88 #define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, __opus_check_int(x)
Dcelt_decoder.c1166 case CELT_SET_CHANNELS_REQUEST:
Dcelt_encoder.c2302 case CELT_SET_CHANNELS_REQUEST: in opus_custom_encoder_ctl()