Home
last modified time | relevance | path

Searched defs:pipeline (Results 1 – 3 of 3) sorted by relevance

/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c100 struct pipeline { struct
104 /* The ini file this pipeline comes from */ argument
107 /* All needed instances for this pipeline. It is sorted in an argument
113 * the same time for this pipeline */ argument
125 /* The number of audio channels for this pipeline */ argument
133 /* The total time it takes to run the pipeline, in nanoseconds. */ argument
136 /* The max/min time it takes to run the pipeline, in nanoseconds. */ argument
140 /* The number of blocks the pipeline. */ argument
143 /* The total number of sample frames the pipeline processed */ argument
144 int64_t total_samples;
[all …]
Dcras_dsp.c26 struct pipeline *pipeline; member
48 struct pipeline *pipeline; in prepare_pipeline() local
97 struct pipeline *pipeline, *old_pipeline; in cras_dsp_load_pipeline() local
Daudio_hw.c2042 struct pipeline *pipeline; in apply_dsp() local