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

  /external/tinyalsa/
pcm.c 233 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames) function
313 int size_bytes = pcm_frames_to_bytes(pcm, frames);
314 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset);
315 int src_offset_bytes = pcm_frames_to_bytes(pcm, src_offset);
589 munmap(pcm->mmap_buffer, pcm_frames_to_bytes(pcm, pcm->buffer_size));
676 pcm->mmap_buffer = mmap(NULL, pcm_frames_to_bytes(pcm, pcm->buffer_size),
680 pcm_frames_to_bytes(pcm, pcm->buffer_size));
743 munmap(pcm->mmap_buffer, pcm_frames_to_bytes(pcm, pcm->buffer_size));
tinyplay.c 192 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm));
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 161 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames);
  /device/samsung/tuna/audio/
audio_hw.c     [all...]
  /device/samsung/manta/audio/
audio_hw.c 825 pcm_frames_to_bytes(in->pcm, pcm_config_in.period_size));
    [all...]

Completed in 113 milliseconds