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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c662 machine is unloaded, it loads it. It also keeps pcm_offset up to
725 /* this packet has a pcm_offset on it (the last packet
750 vf->pcm_offset=granulepos;
1232 vf->pcm_offset=-1;
1240 /* we need to make sure the pcm_offset is set, but we don't want to
1304 vf->pcm_offset=granulepos-accblock;
1305 if(vf->pcm_offset<0)vf->pcm_offset=0;
1318 vf->pcm_offset=ov_pcm_total(vf,-1);
1323 vf->pcm_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_mmap.c114 snd_pcm_uframes_t pcm_offset; local
118 snd_pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
119 snd_pcm_areas_copy(pcm_areas, pcm_offset,
123 result = snd_pcm_mmap_commit(pcm, pcm_offset, frames);
146 snd_pcm_uframes_t pcm_offset; local
150 snd_pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
152 pcm_areas, pcm_offset,
155 result = snd_pcm_mmap_commit(pcm, pcm_offset, frames);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dvorbisfile.h131 ogg_int64_t pcm_offset; member in struct:OggVorbis_File

Completed in 124 milliseconds