Home
last modified time | relevance | path

Searched refs:buf_ptrs (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dframe-cache.c33 char **buf_ptrs = cache->buf_ptr; in align_frames_in_n() local
44 buf_ptrs[i] = bufs[i] + size; in align_frames_in_n()
77 char **buf_ptrs = calloc(samples_per_frame, sizeof(*buf_ptrs)); in frame_cache_init() local
81 cache->buf_ptr = buf_ptrs; in frame_cache_init()
82 if (bufs == NULL || buf_ptrs == NULL) in frame_cache_init()
88 buf_ptrs[i] = bufs[i]; in frame_cache_init()

Completed in 2 milliseconds