Home | History | Annotate | Download | only in hal

Lines Matching defs:size_in_bytes

1171         size_t size_in_bytes = pcm_frames_to_bytes(pcm_device->pcm, in->config.period_size);
1174 in->read_buf = (int16_t *) realloc(in->read_buf, size_in_bytes);
1179 in->read_status = pcm_read(pcm_device->pcm, (void*)in->read_buf, size_in_bytes);