Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc72 struct mix_add_call { struct
73 int16_t* dst;
74 int16_t* src;
75 unsigned int count;
76 unsigned int index;
77 int mute;
78 float mix_vol;
102 static struct mix_add_call mix_add_call; variable