Searched refs:res_byte_count (Results 1 – 2 of 2) sorted by relevance
262 size_t res_byte_count; member
2360 pcm_device->res_byte_count = 0; in out_open_pcm_devices()3111 > pcm_device->res_byte_count) { in out_write()3112 pcm_device->res_byte_count = in out_write()3115 realloc(pcm_device->res_buffer, pcm_device->res_byte_count); in out_write()3117 pcm_device->res_byte_count); in out_write()3120 frames_wr = pcm_device->res_byte_count / frame_size; in out_write()