Searched defs:read_bytes (Results 1 – 3 of 3) sorted by relevance
/device/amlogic/yukawa/hal/audio/ |
D | audio_aec.c | 325 void get_spk_timestamp(struct aec_t* aec, ssize_t read_bytes, uint64_t* spk_time) { in get_spk_timestamp() 406 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples() local
|
/device/linaro/dragonboard/audio/ |
D | audio_aec.c | 319 void get_spk_timestamp(struct aec_t* aec, ssize_t read_bytes, uint64_t* spk_time) { in get_spk_timestamp() 398 const size_t read_bytes = fifo_read(aec->spk_fifo, aec->spk_buf_playback_format, req_bytes); in get_reference_samples() local
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 1053 size_t read_bytes = 0; in in_read() local 1108 int read_bytes = pseudo_pcm_read(buffer, bytes, &in->oscillator); in in_read() local
|