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

  /external/adhd/cras/src/server/
cras_dsp.h 15 struct cras_dsp_context;
37 struct cras_dsp_context *cras_dsp_context_new(int sample_rate,
41 void cras_dsp_context_free(struct cras_dsp_context *ctx);
44 void cras_dsp_set_variable_string(struct cras_dsp_context *ctx, const char *key,
48 void cras_dsp_set_variable_boolean(struct cras_dsp_context *ctx, const char *key,
55 void cras_dsp_load_pipeline(struct cras_dsp_context *ctx);
59 struct pipeline *cras_dsp_get_pipeline(struct cras_dsp_context *ctx);
65 void cras_dsp_put_pipeline(struct cras_dsp_context *ctx);
74 unsigned int cras_dsp_num_output_channels(const struct cras_dsp_context *ctx);
77 unsigned int cras_dsp_num_input_channels(const struct cras_dsp_context *ctx)
    [all...]
cras_dsp.c 27 struct cras_dsp_context { struct
34 struct cras_dsp_context *prev, *next;
40 static struct cras_dsp_context *context_list;
51 static struct pipeline *prepare_pipeline(struct cras_dsp_context *ctx)
93 static void cmd_load_pipeline(struct cras_dsp_context *ctx)
112 struct cras_dsp_context *ctx;
146 struct cras_dsp_context *cras_dsp_context_new(int sample_rate,
149 struct cras_dsp_context *ctx = calloc(1, sizeof(*ctx));
160 void cras_dsp_context_free(struct cras_dsp_context *ctx)
174 void cras_dsp_set_variable_string(struct cras_dsp_context *ctx, const char *key
    [all...]
cras_iodev.h 217 struct cras_dsp_context *dsp_context;
cras_iodev.c 343 struct cras_dsp_context *ctx;
373 struct cras_dsp_context *ctx = iodev->dsp_context;
1025 struct cras_dsp_context *ctx;
    [all...]
  /external/adhd/cras/src/tests/
dsp_unittest.cc 63 struct cras_dsp_context *ctx1, *ctx3, *ctx4;
iodev_unittest.cc 59 struct cras_dsp_context *cras_dsp_context_new_return;
410 cras_dsp_context_new_return = reinterpret_cast<cras_dsp_context *>(0xf00);
432 cras_dsp_context_new_return = reinterpret_cast<cras_dsp_context *>(0xf00);
471 cras_dsp_context_new_return = reinterpret_cast<cras_dsp_context *>(0xf0f);
498 cras_dsp_context_new_return = reinterpret_cast<cras_dsp_context *>(0xf0f);
788 iodev.dsp_context = reinterpret_cast<cras_dsp_context*>(0x15);
    [all...]

Completed in 218 milliseconds