OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outFrames
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/audioflinger/
AudioMixer.cpp
866
size_t
outFrames
= state->frameCount;
867
while (
outFrames
) {
868
t1.buffer.frameCount =
outFrames
;
871
outFrames
-= t1.buffer.frameCount;
927
size_t
outFrames
= BLOCKSIZE;
932
while (
outFrames
) {
933
size_t inFrames = (t.frameCount >
outFrames
)?
outFrames
:t.frameCount;
935
(t.hook)(&t, outTemp + (BLOCKSIZE-
outFrames
)*MAX_NUM_CHANNELS, inFrames, state->resampleTemp, aux);
937
outFrames
-= inFrames
[
all
...]
AudioFlinger.cpp
[
all
...]
/device/samsung/crespo/libaudio/
AudioHardware.cpp
1468
size_t
outframes
= frames - framesIn;
local
[
all
...]
Completed in 407 milliseconds