OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcm_offset
(Results
1 - 3
of
3
) sorted by null
/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/tinyalsa/
pcm.c
292
static int pcm_areas_copy(struct pcm *pcm, unsigned int
pcm_offset
,
297
int pcm_offset_bytes = pcm_frames_to_bytes(pcm,
pcm_offset
);
311
unsigned int
pcm_offset
, frames, count = 0;
local
315
pcm_mmap_begin(pcm, &pcm_areas, &
pcm_offset
, &frames);
316
pcm_areas_copy(pcm,
pcm_offset
, src, offset, frames);
317
commit = pcm_mmap_commit(pcm,
pcm_offset
, frames);
Completed in 27 milliseconds