OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COutputMix
(Results
1 - 14
of
14
) sorted by null
/frameworks/wilhelm/src/android/
OutputMix_to_android.h
18
extern SLresult android_outputMix_create(
COutputMix
*om);
20
extern SLresult android_outputMix_realize(
COutputMix
*om, SLboolean async);
22
extern SLresult android_outputMix_destroy(
COutputMix
*om);
OutputMix_to_android.cpp
23
SLresult android_outputMix_create(
COutputMix
*om) {
29
SLresult android_outputMix_realize(
COutputMix
*om, SLboolean async) {
66
SLresult android_outputMix_destroy(
COutputMix
*om) {
android_Effect.cpp
512
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(ap);
/frameworks/wilhelm/src/objects/
COutputMix.c
17
/* \file
COutputMix
.c OutputMix class */
29
COutputMix
*thiz = (
COutputMix
*) self;
50
COutputMix
*thiz = (
COutputMix
*) self;
61
COutputMix
*outputMix = (
COutputMix
*) self;
CAudioPlayer.c
104
COutputMix
*CAudioPlayer_GetOutputMix(CAudioPlayer *audioPlayer)
110
return (
COutputMix
*) outputMix;
/frameworks/wilhelm/src/
classes.c
336
{MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(
COutputMix
, mObject)},
338
offsetof(
COutputMix
, mDynamicInterfaceManagement)},
339
{MPH_OUTPUTMIX, INTERFACE_IMPLICIT, offsetof(
COutputMix
, mOutputMix)},
341
{MPH_OUTPUTMIXEXT, INTERFACE_UNAVAILABLE, offsetof(
COutputMix
, mOutputMixExt)},
346
offsetof(
COutputMix
, mEnvironmentalReverb)},
347
{MPH_EQUALIZER, INTERFACE_DYNAMIC, offsetof(
COutputMix
, mEqualizer)},
348
{MPH_PRESETREVERB, INTERFACE_DYNAMIC, offsetof(
COutputMix
, mPresetReverb)},
349
{MPH_VIRTUALIZER, INTERFACE_DYNAMIC, offsetof(
COutputMix
, mVirtualizer)},
352
{MPH_VOLUME, INTERFACE_OPTIONAL, offsetof(
COutputMix
, mVolume)},
353
{MPH_BASSBOOST, INTERFACE_DYNAMIC, offsetof(
COutputMix
, mBassBoost)}
[
all
...]
sles_allinclusive.h
66
typedef struct COutputMix_struct
COutputMix
;
413
extern
COutputMix
*CAudioPlayer_GetOutputMix(CAudioPlayer *audioPlayer);
Android.mk
105
objects/
COutputMix
.c \
itfstruct.h
291
COutputMix
*mOutputMix; // SDL pulls PCM from an arbitrary IOutputMixExt
/frameworks/wilhelm/src/desktop/
SDL.c
32
COutputMix
*outputMix = thisEngine->mOutputMix;
/frameworks/wilhelm/src/itf/
IAndroidEffectSend.c
41
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(ap);
161
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(ap);
200
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(ap);
IEffectSend.c
48
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(audioPlayer);
138
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(ap);
IOutputMixExt.c
86
COutputMix
*outputMix = CAudioPlayer_GetOutputMix(audioPlayer);
388
IOutputMixExt *omExt = &((
COutputMix
*) ((SLDataLocator_OutputMix *)
IEngine.c
683
COutputMix
*thiz = (
COutputMix
*) construct(pCOutputMix_class, exposedMask, self);
[
all
...]
Completed in 204 milliseconds