Home
last modified time | relevance | path

Searched refs:pcm_offset (Results 1 – 3 of 3) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c619 vf->pcm_offset=granulepos; in _fetch_and_process_packet()
1014 vf->pcm_offset=-1; in ov_raw_seek()
1070 vf->pcm_offset=granulepos-accblock; in ov_raw_seek()
1082 vf->pcm_offset=ov_pcm_total(vf,-1); in ov_raw_seek()
1087 vf->pcm_offset=-1; in ov_raw_seek()
1141 vf->pcm_offset=-1; in ov_raw_seek()
1258 vf->pcm_offset=-1; in ov_pcm_seek_page()
1293 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2]; in ov_pcm_seek_page()
1294 if(vf->pcm_offset<0)vf->pcm_offset=0; in ov_pcm_seek_page()
1295 vf->pcm_offset+=total; in ov_pcm_seek_page()
[all …]
Divorbisfile.h84 ogg_int64_t pcm_offset; member
/external/tinyalsa/
Dpcm.c406 static int pcm_areas_copy(struct pcm *pcm, unsigned int pcm_offset, in pcm_areas_copy() argument
411 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset); in pcm_areas_copy()
431 unsigned int pcm_offset, frames, count = 0; in pcm_mmap_transfer_areas() local
435 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames); in pcm_mmap_transfer_areas()
436 pcm_areas_copy(pcm, pcm_offset, buf, offset, frames); in pcm_mmap_transfer_areas()
437 commit = pcm_mmap_commit(pcm, pcm_offset, frames); in pcm_mmap_transfer_areas()