OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mresampler
(Results
1 - 4
of
4
) sorted by null
/device/asus/fugu/libaudio/
AudioStreamIn.cpp
55
,
mResampler
(NULL)
164
if (
mResampler
) {
165
release_resampler(
mResampler
);
166
mResampler
= NULL;
378
if (
mResampler
) {
379
release_resampler(
mResampler
);
380
mResampler
= NULL;
390
&
mResampler
);
413
if (
mResampler
) {
416
mResampler
->resample_from_provider
[
all
...]
AudioStreamIn.h
107
struct resampler_itfe*
mResampler
;
/frameworks/av/services/audioflinger/
Threads.h
[
all
...]
Threads.cpp
[
all
...]
Completed in 99 milliseconds