HomeSort by relevance Sort by last modified time
    Searched refs:dsp_context (Results 1 - 3 of 3) sorted by null

  /external/adhd/cras/src/server/
cras_iodev.c 346 ctx = iodev->dsp_context;
363 if (iodev->dsp_context) {
364 cras_dsp_context_free(iodev->dsp_context);
365 iodev->dsp_context = NULL;
373 struct cras_dsp_context *ctx = iodev->dsp_context;
460 if (iodev->dsp_context)
506 if (!iodev->dsp_context)
509 cras_dsp_set_variable_string(iodev->dsp_context, "dsp_name",
515 cras_dsp_set_variable_boolean(iodev->dsp_context, "swap_lr_disabled",
518 cras_dsp_load_pipeline(iodev->dsp_context);
    [all...]
cras_iodev.h 151 * dsp_context - The context used for dsp processing on the audio data.
217 struct cras_dsp_context *dsp_context; member in struct:cras_iodev
  /external/adhd/cras/src/tests/
iodev_unittest.cc 252 iodev_.dsp_context = NULL;
788 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0x15);
    [all...]

Completed in 582 milliseconds