Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c71 if (avail_count > frame_cache_get_count(&closure->cache)) { in read_frames()
72 avail_count -= frame_cache_get_count(&closure->cache); in read_frames()
90 avail_count = frame_cache_get_count(&closure->cache); in read_frames()
216 if (avail_count > frame_cache_get_count(&closure->cache)) { in write_frames()
217 avail_count -= frame_cache_get_count(&closure->cache); in write_frames()
225 avail_count = frame_cache_get_count(&closure->cache); in write_frames()
H A Dxfer-libffado.c191 if (avail_count > frame_cache_get_count(&state->cache)) { in r_process_frames()
224 consumed_count = frame_cache_get_count(&state->cache); in r_process_frames()
256 if (avail_count > frame_cache_get_count(&state->cache)) { in w_process_frames()
257 avail_count -= frame_cache_get_count(&state->cache); in w_process_frames()
H A Dframe-cache.h32 static inline unsigned int frame_cache_get_count(struct frame_cache *cache) in frame_cache_get_count() function

Completed in 3 milliseconds