Lines Matching refs:CHECK_ARG
202 #define CHECK_ARG(cond) { \
227 CHECK_ARG(pContext != NULL);
228 CHECK_ARG(pConfig != NULL);
230 CHECK_ARG(pConfig->inputCfg.samplingRate == pConfig->outputCfg.samplingRate);
231 CHECK_ARG(pConfig->inputCfg.channels == pConfig->outputCfg.channels);
232 CHECK_ARG(pConfig->inputCfg.format == pConfig->outputCfg.format);
233 CHECK_ARG((pConfig->inputCfg.channels == AUDIO_CHANNEL_OUT_MONO) ||
235 CHECK_ARG(pConfig->outputCfg.accessMode == EFFECT_BUFFER_ACCESS_WRITE
237 CHECK_ARG(pConfig->inputCfg.format == AUDIO_FORMAT_PCM_16_BIT);
245 CHECK_ARG(channelCount <= AudioBiquadFilter::MAX_CHANNELS);
298 CHECK_ARG(pContext != NULL);