Searched refs:res_byte_count (Results 1 – 2 of 2) sorted by relevance
212 size_t res_byte_count; member
1601 pcm_device->res_byte_count = 0; in out_open_pcm_devices()2111 > pcm_device->res_byte_count) { in out_write()2112 pcm_device->res_byte_count = in out_write()2115 realloc(pcm_device->res_buffer, pcm_device->res_byte_count); in out_write()2117 pcm_device->res_byte_count); in out_write()2120 frames_wr = pcm_device->res_byte_count / frame_size; in out_write()