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

  /external/adhd/cras/src/tests/
float_buffer_unittest.cc 12 struct float_buffer *b = float_buffer_create(10, 2);
apm_list_unittest.cc 86 buf = float_buffer_create(500, 2);
147 buf = float_buffer_create(500, 2);
  /external/adhd/cras/src/server/
float_buffer.h 29 static inline struct float_buffer *float_buffer_create( function
input_data.c 51 data->fbuffer = float_buffer_create(buffer_size, num_channels);
cras_apm_list.c 286 apm->fbuffer = float_buffer_create(10 * apm->fmt.frame_rate / 1000,
454 rmod->fbuf = float_buffer_create(rate / 100,

Completed in 71 milliseconds