Home
last modified time | relevance | path

Searched refs:free_bytes (Results 1 – 6 of 6) sorted by relevance

/sof-3.4.0/src/audio/
Dhost-legacy.c450 uint32_t free_bytes = 0; in host_get_copy_bytes_normal() local
455 ret = dma_get_data_size_legacy(hd->chan, &avail_bytes, &free_bytes); in host_get_copy_bytes_normal()
470 free_bytes = audio_stream_get_free_bytes(&buffer_c->stream); in host_get_copy_bytes_normal()
471 copy_bytes = MIN(hd->period_bytes, MIN(avail_bytes, free_bytes)); in host_get_copy_bytes_normal()
474 free_bytes, avail_bytes); in host_get_copy_bytes_normal()
477 copy_bytes = MIN(avail_bytes, free_bytes); in host_get_copy_bytes_normal()
480 avail_bytes, free_bytes); in host_get_copy_bytes_normal()
Ddai-legacy.c926 uint32_t free_bytes = 0; in dai_copy() local
936 ret = dma_get_data_size_legacy(dd->chan, &avail_bytes, &free_bytes); in dai_copy()
954 sink_samples = free_bytes / sampling; in dai_copy()
981 copy_bytes + free_bytes < dd->period_bytes) in dai_copy()
983 copy_bytes, free_bytes, dd->period_bytes); in dai_copy()
Dhost-zephyr.c396 uint32_t free_bytes; in host_get_copy_bytes_normal() local
409 free_bytes = stat.free; in host_get_copy_bytes_normal()
415 free_bytes = audio_stream_get_free_bytes(&buffer_c->stream); in host_get_copy_bytes_normal()
419 copy_bytes = MIN(avail_bytes, free_bytes); in host_get_copy_bytes_normal()
430 avail_bytes, free_bytes); in host_get_copy_bytes_normal()
Ddai-zephyr.c1218 uint32_t free_bytes = 0; in dai_copy() local
1246 free_bytes = stat.free; in dai_copy()
1260 sink_samples = free_bytes / sampling; in dai_copy()
1289 copy_bytes + free_bytes < dd->period_bytes) in dai_copy()
1291 copy_bytes, free_bytes, dd->period_bytes); in dai_copy()
/sof-3.4.0/zephyr/lib/
Dalloc.c161 stats.allocated_bytes, stats.free_bytes, stats.max_allocated_bytes); in heap_alloc_aligned()
/sof-3.4.0/src/probe/
Dprobe.c811 uint32_t free_bytes = 0; in probe_cb_produce() local
890 &free_bytes); in probe_cb_produce()