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

  /external/tremolo/Tremolo/
ivorbisfile.h 84 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
  /external/libvorbis/include/vorbis/
vorbisfile.h 131 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
  /external/tinyalsa/
pcm.c 401 static int pcm_areas_copy(struct pcm *pcm, unsigned int pcm_offset,
406 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset);
426 unsigned int pcm_offset, frames, count = 0; local
430 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
431 pcm_areas_copy(pcm, pcm_offset, buf, offset, frames);
432 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 461 unsigned long pcm_offset = 0; local
466 pcm_offset = (appl_ptr % (unsigned long)pcm->buffer_size);
467 return pcm->addr + pcm_offset;
496 unsigned long pcm_offset = 0; local
503 pcm_offset = (tmp % (unsigned long)pcm->buffer_size);
505 src_addr = pcm->addr + pcm_offset;

Completed in 152 milliseconds