HomeSort by relevance Sort by last modified time
    Searched full:num_sample_frames (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 125 unsigned num_sample_frames = (sample_rate * BUFF_DURATION_MS) / 1000; local
126 if (num_sample_frames < profile->min_period_size) {
127 num_sample_frames = profile->min_period_size;
129 return round_to_16_mult(num_sample_frames) * 2;

Completed in 140 milliseconds