OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDataSink
(Results
1 - 7
of
7
) sorted by null
/system/media/wilhelm/src/objects/
CAudioPlayer.c
62
freeDataLocatorFormat(&thiz->
mDataSink
);
107
assert(SL_DATALOCATOR_OUTPUTMIX == audioPlayer->
mDataSink
.mLocator.mLocatorType);
108
SLObjectItf outputMix = audioPlayer->
mDataSink
.mLocator.mOutputMix.outputMix;
CAudioRecorder.c
51
freeDataLocatorFormat(&thiz->
mDataSink
);
/system/media/wilhelm/src/itf/
IEngine.c
222
thiz->
mDataSink
.mLocator.mLocatorType = SL_DATALOCATOR_NULL;
223
thiz->
mDataSink
.mFormat.mFormatType = SL_DATAFORMAT_NULL;
279
result = checkDataSink("pAudioSnk", pAudioSnk, &thiz->
mDataSink
,
300
&thiz->
mDataSink
, pCAudioPlayer_class, requiredMask);
336
switch(thiz->
mDataSink
.mLocator.mLocatorType) {
340
nbBuffers = thiz->
mDataSink
.mLocator.mBufferQueue.numBuffers;
341
assert(SL_DATAFORMAT_PCM == thiz->
mDataSink
.mFormat.mFormatType);
346
// thiz->mNumChannels = thiz->
mDataSink
.mFormat.mPCM.numChannels;
347
// thiz->mSampleRateMilliHz = thiz->
mDataSink
.mFormat.mPCM.samplesPerSec;
461
thiz->
mDataSink
.mLocator.mLocatorType = SL_DATALOCATOR_NULL
[
all
...]
IOutputMixExt.c
382
const SLDataSink *pAudioSnk = &thiz->
mDataSink
.u.mSink;
/system/media/wilhelm/src/android/
AudioRecorder_to_android.cpp
163
const SLDataSink *pAudioSnk = &ar->
mDataSink
.u.mSink;
174
SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->
mDataSink
.u.mSink.pFormat;
300
const SLDataSink *pAudioSnk = &ar->
mDataSink
.u.mSink;
386
if (SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE != ar->
mDataSink
.mLocator.mLocatorType) {
AudioPlayer_to_android.cpp
595
const SLDataSink *pAudioSnk = &ap->
mDataSink
.u.mSink;
[
all
...]
/system/media/wilhelm/src/
classes.h
69
DataLocatorFormat
mDataSink
;
144
DataLocatorFormat
mDataSink
;
Completed in 255 milliseconds