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

  /external/tremolo/Tremolo/
vorbisfile.c 544 machine is unloaded, it loads it. It also keeps pcm_offset up to
594 /* this packet has a pcm_offset on it (the last packet
619 vf->pcm_offset=granulepos;
1014 vf->pcm_offset=-1;
1021 /* we need to make sure the pcm_offset is set, but we don't want to
1070 vf->pcm_offset=granulepos-accblock;
1082 vf->pcm_offset=ov_pcm_total(vf,-1);
1087 vf->pcm_offset=-1;
    [all...]
ivorbisfile.h 84 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
  /external/libvorbis/lib/
vorbisfile.c 663 machine is unloaded, it loads it. It also keeps pcm_offset up to
726 /* this packet has a pcm_offset on it (the last packet
751 vf->pcm_offset=granulepos;
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 131 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 457 unsigned long pcm_offset = 0; local
462 pcm_offset = (appl_ptr % (unsigned long)pcm->buffer_size);
463 return pcm->addr + pcm_offset;
492 unsigned long pcm_offset = 0; local
499 pcm_offset = (tmp % (unsigned long)pcm->buffer_size);
501 src_addr = pcm->addr + pcm_offset;
  /external/tinyalsa/
pcm.c 406 static int pcm_areas_copy(struct pcm *pcm, unsigned int pcm_offset,
411 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset);
431 unsigned int pcm_offset, frames, count = 0; local
435 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
436 pcm_areas_copy(pcm, pcm_offset, buf, offset, frames);
437 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
    [all...]

Completed in 235 milliseconds