HomeSort by relevance Sort by last modified time
    Searched full:cras_dsp_pipeline_instantiate (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/server/
cras_dsp_pipeline.h 52 * cras_dsp_pipeline_instantiate().
64 int cras_dsp_pipeline_instantiate(struct pipeline *pipeline, int sample_rate);
66 /* The counterpart of cras_dsp_pipeline_instantiate(). To change the
68 * cras_dsp_pipeline_instantiate(). */
107 /* Returns the sampling rate passed by cras_dsp_pipeline_instantiate(),
cras_dsp.c 73 if (cras_dsp_pipeline_instantiate(pipeline, ctx->sample_rate) != 0) {
cras_dsp_pipeline.c 130 * cras_dsp_pipeline_instantiate() has not been called. */
638 int cras_dsp_pipeline_instantiate(struct pipeline *pipeline, int sample_rate) function
  /external/adhd/cras/src/tests/
cras_dsp_pipeline_unittest.cc 275 ASSERT_EQ(0, cras_dsp_pipeline_instantiate(p, 48000));
438 ASSERT_EQ(0, cras_dsp_pipeline_instantiate(p, 48000));
486 cras_dsp_pipeline_instantiate(p, 44100);

Completed in 219 milliseconds