Searched refs:res_byte_count (Results 1 – 2 of 2) sorted by relevance
260 size_t res_byte_count; member
2338 pcm_device->res_byte_count = 0; in out_open_pcm_devices()3038 > pcm_device->res_byte_count) { in out_write()3039 pcm_device->res_byte_count = in out_write()3042 realloc(pcm_device->res_buffer, pcm_device->res_byte_count); in out_write()3044 pcm_device->res_byte_count); in out_write()3047 frames_wr = pcm_device->res_byte_count / frame_size; in out_write()