HomeSort by relevance Sort by last modified time
    Searched refs:pcm_bytes_to_frames (Results 1 - 3 of 3) sorted by null

  /external/tinyalsa/include/tinyalsa/
asoundlib.h 170 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
  /external/tinyalsa/
tinycap.c 232 return pcm_bytes_to_frames(pcm, bytes_read);
pcm.c 228 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) function
948 count = pcm_bytes_to_frames(pcm, bytes);

Completed in 425 milliseconds