Home | History | Annotate | Download | only in Reverb

Lines Matching refs:CHECK_ARG

320 #define CHECK_ARG(cond) {                     \
607 CHECK_ARG(pContext != NULL);
608 CHECK_ARG(pConfig != NULL);
610 CHECK_ARG(pConfig->inputCfg.samplingRate == pConfig->outputCfg.samplingRate);
611 CHECK_ARG(pConfig->inputCfg.format == pConfig->outputCfg.format);
612 CHECK_ARG((pContext->auxiliary && pConfig->inputCfg.channels == AUDIO_CHANNEL_OUT_MONO) ||
614 CHECK_ARG(pConfig->outputCfg.channels == AUDIO_CHANNEL_OUT_STEREO);
615 CHECK_ARG(pConfig->outputCfg.accessMode == EFFECT_BUFFER_ACCESS_WRITE
617 CHECK_ARG(pConfig->inputCfg.format == AUDIO_FORMAT_PCM_16_BIT);
713 CHECK_ARG(pContext != NULL);