OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputSampleCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp
62
size_t
outputSampleCount
= outFrameCount * 2;
75
while (outputIndex <
outputSampleCount
) {
128
size_t
outputSampleCount
= outFrameCount * 2;
141
while (outputIndex <
outputSampleCount
) {
AudioResampler.cpp
307
size_t
outputSampleCount
= outFrameCount * 2;
313
while (outputIndex <
outputSampleCount
) {
342
if (outputIndex ==
outputSampleCount
)
354
maxOutPt = out + (
outputSampleCount
- 2); // 2 because 2 frames per loop
361
while (outputIndex <
outputSampleCount
&& inputIndex < mBuffer.frameCount) {
404
size_t
outputSampleCount
= outFrameCount * 2;
409
while (outputIndex <
outputSampleCount
) {
437
if (outputIndex ==
outputSampleCount
)
449
maxOutPt = out + (
outputSampleCount
- 2);
456
while (outputIndex <
outputSampleCount
&& inputIndex < mBuffer.frameCount)
[
all
...]
AudioResamplerSinc.cpp
[
all
...]
Completed in 34 milliseconds