HomeSort by relevance Sort by last modified time
    Searched defs:input_frames (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/alsa-lib/include/
pcm_rate.h 96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); member in struct:snd_pcm_rate_ops
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_rate_linear.c 50 static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames) function
369 cframes = input_frames(rate, info->out.period_size);
376 cframes_new = input_frames(rate, info->out.period_size);
415 .input_frames = input_frames,

Completed in 1107 milliseconds