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

  /external/tinyalsa/
pcm.c 234 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames) function
314 int size_bytes = pcm_frames_to_bytes(pcm, frames);
315 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset);
316 int src_offset_bytes = pcm_frames_to_bytes(pcm, src_offset);
596 munmap(pcm->mmap_buffer, pcm_frames_to_bytes(pcm, pcm->buffer_size));
683 pcm->mmap_buffer = mmap(NULL, pcm_frames_to_bytes(pcm, pcm->buffer_size),
687 pcm_frames_to_bytes(pcm, pcm->buffer_size));
761 munmap(pcm->mmap_buffer, pcm_frames_to_bytes(pcm, pcm->buffer_size));
tinycap.c 210 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm));
tinyplay.c 244 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm));
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 169 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames);
  /device/asus/grouper/audio/
audio_hw.c 316 out->buffer = malloc(pcm_frames_to_bytes(out->pcm, out->buffer_frames));
385 in->buffer_size = pcm_frames_to_bytes(in->pcm,
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 826 pcm_frames_to_bytes(in->pcm, pcm_config_in.period_size));
    [all...]

Completed in 86 milliseconds