OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_QUALITY
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
AudioResampler.h
31
//
LOW_QUALITY
: linear interpolator (1st order)
39
LOW_QUALITY
=1,
AudioResampler.cpp
43
AudioResampler(bitDepth, inChannelCount, sampleRate,
LOW_QUALITY
), mX0L(0), mX0R(0) {
84
case
LOW_QUALITY
:
120
case
LOW_QUALITY
:
166
case
LOW_QUALITY
:
170
quality =
LOW_QUALITY
;
187
case
LOW_QUALITY
:
test-resample.cpp
107
quality = AudioResampler::
LOW_QUALITY
;
AudioMixer.cpp
561
quality = AudioResampler::
LOW_QUALITY
;
[
all
...]
Completed in 6156 milliseconds