Home
last modified time | relevance | path

Searched refs:ARRAY_COUNT (Results 1 – 4 of 4) sorted by relevance

/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c430 n = ARRAY_COUNT(&ini->plugins); in cras_dsp_pipeline_create()
452 pipeline->input_channels = ARRAY_COUNT( in cras_dsp_pipeline_create()
454 pipeline->output_channels = ARRAY_COUNT( in cras_dsp_pipeline_create()
510 int in = ARRAY_COUNT(&instance->input_audio_ports); in allocate_buffers()
511 int out = ARRAY_COUNT(&instance->output_audio_ports); in allocate_buffers()
Darray.h80 #define ARRAY_COUNT(a) ((a)->count) macro
Dcras_expr.c133 if (ARRAY_COUNT(operands) != 2) { in function_not()
150 int n = ARRAY_COUNT(operands); in function_and()
512 if (ARRAY_COUNT(&values) > 0) { in cras_expr_expression_eval()
Dcras_dsp_ini.c87 i = ARRAY_COUNT(&ini->flows); in lookup_or_add_flow()