/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/tinyalsa/ |
pcm.c | 309 static int pcm_areas_copy(struct pcm *pcm, unsigned int pcm_offset, 314 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset); 328 unsigned int pcm_offset, frames, count = 0; local 332 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames); 333 pcm_areas_copy(pcm, pcm_offset, src, offset, frames); 334 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
|
/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;
|
/external/libvorbis/doc/vorbisfile/ |
OggVorbis_File.html | 85 ogg_int64_t pcm_offset;
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 131 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
|