HomeSort by relevance Sort by last modified time
    Searched refs:Realize (Results 1 - 25 of 38) sorted by null

1 2

  /system/media/opensles/tests/sandbox/
multithread.c 61 result = (*myMixObject)->Realize(myMixObject, SL_BOOLEAN_FALSE);
78 result = (*myPlayerObject)->Realize(myPlayerObject, SL_BOOLEAN_FALSE);
117 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
127 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
urimime.c 44 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
53 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
100 // realize the player
101 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
dim.c 43 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
53 // get the dynamic interface management interface for output mix, before realize
60 // realize output mix
61 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
64 // get the dynamic interface management interface for output mix, after realize
configbq.c 82 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
91 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
141 // realize the player
142 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
intbufq.c 88 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
98 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
128 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
multiplay.c 123 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
135 result = (*mixObject)->Realize(mixObject, SL_BOOLEAN_FALSE);
164 result = (*p->mPlayerObject)->Realize(p->mPlayerObject, SL_BOOLEAN_FALSE);
outputmix.c 34 // realize engine
35 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
74 // realize the output mix
75 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
136 // realize the output mix
137 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
playbq.c 147 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
159 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
207 // realize the player
208 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
  /system/media/opensles/tests/examples/
slesTestPlayFdPath.cpp 91 /* Realize the Output Mix object in synchronous mode */
92 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
134 /* Realize the player in synchronous mode. */
135 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
136 fprintf(stdout, "URI example: after Realize\n");
216 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestBassBoostPath.cpp 96 /* Realize the Output Mix object in synchronous mode */
97 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
149 /* Realize the player in synchronous mode. */
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
151 fprintf(stdout, "URI example: after Realize\n");
273 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestEqFdPath.cpp 100 /* Realize the Output Mix object in synchronous mode */
101 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
153 /* Realize the player in synchronous mode. */
154 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
155 fprintf(stdout, "URI example: after Realize\n");
306 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestEqOutputPath.cpp 106 /* Realize the Output Mix object in synchronous mode */
107 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
160 /* Realize the player in synchronous mode. */
161 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
162 fprintf(stdout, "URI example: after Realize\n");
307 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestSawtoothBufferQueue.cpp 156 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
208 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
209 fprintf(stdout, "bufferQueue example: after Realize\n");
287 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res);
slesTestSendToPresetReverb.cpp 103 /* Realize the Output Mix object in synchronous mode */
104 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
178 /* Realize the player in synchronous mode. */
179 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
180 fprintf(stdout, "URI example: after Realize\n");
277 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestVirtualizerPath.cpp 96 /* Realize the Output Mix object in synchronous mode */
97 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
149 /* Realize the player in synchronous mode. */
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
151 fprintf(stdout, "URI example: after Realize\n");
274 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /system/media/opensles/tests/listening/
seekTorture.c 42 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
52 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
74 result = (*playerObject)->Realize(playerObject, SL_BOOLEAN_FALSE);
slesTest_playMuteSolo.cpp 154 /* Realize the Output Mix object in synchronous mode */
155 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
191 /* Realize the player in synchronous mode. */
192 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
193 fprintf(stdout, "URI example: after Realize\n");
209 printf("GetNumChannels after Realize but before pre-fetch: result=%lu, numChannels=%u\n",
312 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /system/media/opensles/tests/mimeUri/
slesTest_playStates.cpp 90 /* Realize the Output Mix object in synchronous mode */
91 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
127 /* Realize the player in synchronous mode. */
128 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
129 fprintf(stdout, "URI example: after Realize\n");
230 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayUri2.cpp 111 /* Realize the Output Mix object in synchronous mode */
112 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
148 /* Realize the players in synchronous mode. */
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
151 //fprintf(stdout, "URI example: after Realize\n");
275 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestLoopUri.cpp 112 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
140 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
141 fprintf(stdout, "URI example: after Realize\n");
256 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayStreamType.cpp 93 /* Realize the Output Mix object in synchronous mode */
94 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
146 /* Realize the player in synchronous mode. */
147 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
148 fprintf(stdout, "URI example: after Realize\n");
257 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestPlayUri.cpp 141 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
165 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
166 fprintf(stdout, "URI example: after Realize\n");
278 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
slesTestSlowDownUri.cpp 151 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res);
181 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
182 fprintf(stdout, "URI example: after Realize\n");
301 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 151 // realize the engine
152 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
165 // realize the output mix
166 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
208 // realize the player
209 result = (*bqPlayerObject)->Realize(bqPlayerObject, SL_BOOLEAN_FALSE);
263 // or possibly during Realize on other platforms
269 // realize the player
270 result = (*uriPlayerObject)->Realize(uriPlayerObject, SL_BOOLEAN_FALSE);
435 // realize the playe
    [all...]
  /system/media/opensles/tests/
mimeUri_test.cpp 145 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
169 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
280 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);

Completed in 834 milliseconds

1 2