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

/external/tremolo/Tremolo/
H A Divorbisfile.h84 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h131 ogg_int64_t pcm_offset; member in struct:OggVorbis_File
/external/tinyalsa/
H A Dpcm.c401 static int pcm_areas_copy(struct pcm *pcm, unsigned int pcm_offset, argument
406 int pcm_offset_bytes = pcm_frames_to_bytes(pcm, pcm_offset);
426 unsigned int pcm_offset, frames, count = 0; local
430 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
431 pcm_areas_copy(pcm, pcm_offset, buf, offset, frames);
432 commit = pcm_mmap_commit(pcm, pcm_offset, frames);

Completed in 146 milliseconds