Searched refs:dev_fmt (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_apm_list.c | 74 struct cras_audio_format dev_fmt; member 269 const struct cras_audio_format *dev_fmt, in cras_apm_list_add_apm() argument 287 apm->dev_fmt = *dev_fmt; in cras_apm_list_add_apm() 288 apm->fmt = *dev_fmt; in cras_apm_list_add_apm() 312 dev_fmt->num_channels, dev_fmt->frame_rate, in cras_apm_list_add_apm() 634 j = apm->dev_fmt.channel_layout[ch]; in cras_apm_list_process()
|
D | dev_stream.c | 65 const struct cras_audio_format *dev_fmt, in dev_stream_create() argument 78 out->dev_rate = dev_fmt->frame_rate; in dev_stream_create() 83 dev_fmt->frame_rate); in dev_stream_create() 87 stream_fmt, dev_fmt, max_frames); in dev_stream_create() 98 dev_fmt, in dev_stream_create()
|
D | dev_stream.h | 67 const struct cras_audio_format *dev_fmt,
|
/external/adhd/cras/src/tests/ |
D | dev_io_unittest.cc | 452 const struct cras_audio_format* dev_fmt, in dev_stream_create() argument
|
D | audio_thread_unittest.cc | 1227 const struct cras_audio_format* dev_fmt, in dev_stream_create() argument
|