Lines Matching refs:bytes_to_write
154 uint32_t bytes_written, bytes_to_write; in event_handler_compr() local
182 bytes_to_write = prtd->pcm_count; in event_handler_compr()
186 bytes_to_write = avail; in event_handler_compr()
189 if (bytes_to_write) { in event_handler_compr()
194 bytes_to_write, 0, 0, wflags); in event_handler_compr()
196 prtd->bytes_sent += bytes_to_write; in event_handler_compr()
764 uint32_t bytes_to_write; in q6apm_compr_copy() local
804 bytes_to_write = prtd->pcm_count; in q6apm_compr_copy()
808 bytes_to_write = avail; in q6apm_compr_copy()
810 q6apm_write_async(prtd->graph, bytes_to_write, 0, 0, wflags); in q6apm_compr_copy()
811 prtd->bytes_sent += bytes_to_write; in q6apm_compr_copy()