Searched refs:pcm_offset (Results 1 - 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
H A Dvorbisfile.c544 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;
1141 vf->pcm_offset=-1;
1258 vf->pcm_offset
[all...]
H A Divorbisfile.h84 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
/external/libvorbis/lib/
H A Dvorbisfile.c663 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;
1233 vf->pcm_offset=-1;
1241 /* we need to make sure the pcm_offset is set, but we don't want to
1305 vf->pcm_offset=granulepos-accblock;
1306 if(vf->pcm_offset<0)vf->pcm_offset=0;
1319 vf->pcm_offset=ov_pcm_total(vf,-1);
1324 vf->pcm_offset
[all...]
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h131 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
/external/tinyalsa/
H A Dpcm.c309 static int pcm_areas_copy(struct pcm *pcm, unsigned int pcm_offset, argument
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);

Completed in 99 milliseconds