Searched refs:URI (Results 1 - 25 of 49) sorted by last modified time

12

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h473 XAchar * URI; member in struct:XADataLocator_URI_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI; member in struct:SLDataLocator_URI_
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp107 // from a URI or FD, to write the decoded audio data to a buffer queue
603 // URI or FD to MediaPlayer
626 // URI or FD decoded to PCM in a buffer queue
656 * from a URI or FD, for prepare, prefetch, and play events
1014 // URI
1018 if (NULL == dl_uri->URI) {
1021 // URI format
1563 // so allowed local pathnames specified by URI that were openable by
1568 // previous behavior, we convert an openable file URI into an FD.
1571 const char *uri = (const char *)pAudioPlayer->mDataSource.mLocator.mURI.URI;
[all...]
H A DMediaPlayer_to_android.cpp431 (const char*)mp->mDataSource.mLocator.mURI.URI);
/frameworks/wilhelm/src/
H A Ddata.c193 if (NULL == pDataLocator->mURI.URI) {
194 SL_LOGE("%s: invalid URI=NULL", name);
197 // NTH verify URI address for validity
198 size_t len = strlen((const char *) pDataLocator->mURI.URI);
203 memcpy(myURI, pDataLocator->mURI.URI, len + 1);
212 pDataLocator->mURI.URI = myURI;
307 if (NULL != pDataLocator->mURI.URI) {
308 free(pDataLocator->mURI.URI);
309 pDataLocator->mURI.URI = NULL;
311 pDataLocator->mURI.URI
[all...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.c151 SLchar *uri = dl_uri->URI;
/frameworks/wilhelm/src/itf/
H A DIEngine.c578 "pMIDISrc", pMIDISrc, URI | MIDIBUFFERQUEUE, NONE
579 "pBankSrc", pBanksrc, NULL | URI | ADDRESS, NULL
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp117 /* Setup the data source structure for the URI */
128 locatorUri.URI = (SLchar *) path;
151 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestDecodeToBuffQueue.cpp88 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
333 decUri.URI = (SLchar*)path;
542 fprintf(stdout, "on an AudioPlayer object to decode a URI to PCM\n");
H A DslesTestEqFdPath.cpp121 /* Setup the data source structure for the URI */
133 locatorUri.URI = (SLchar *) path;
156 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestEqOutputPath.cpp128 /* Setup the data source structure for the URI */
140 locatorUri.URI = (SLchar *) path;
163 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestSendToPresetReverb.cpp171 locatorUri.URI = (SLchar *) path;
175 /* Setup the data source structure for the URI */
206 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestVirtualizerPath.cpp118 /* Setup the data source structure for the URI */
129 locatorUri.URI = (SLchar *) path;
152 fprintf(stdout, "URI example: after Realize\n");
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c55 // create an audio player with URI source and output mix sink
62 locator_uri.URI = (SLchar *) argv[1];
H A DslesTest_playMuteSolo.cpp63 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
225 /* Setup the data source structure for the URI */
227 uri.URI = (SLchar*) path;
244 fprintf(stdout, "URI example: after Realize\n");
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp34 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond. */
126 /* Play some audio from a URI and regularly query the position */
178 /* Setup the data source structure for the URI */
180 uri.URI = (SLchar*) path;
200 fprintf(stdout, "URI example: after Realize\n");
235 /* Play the URI */
H A DslesTestLoopUri.cpp44 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
121 /* Play some music from a URI */
165 /* Setup the data source structure for the URI */
167 uri.URI = (SLchar*) path;
191 fprintf(stdout, "URI example: after Realize\n");
232 /* Play the URI */
H A DslesTestManyPlayers.cpp155 /* Setup the data source structure for the URI */
158 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
162 uri.URI = (SLchar*) path;
269 /* Play the URI */
H A DslesTestPlayStreamType.cpp115 /* Setup the data source structure for the URI */
117 uri.URI = (SLchar*) path;
151 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestPlayUri.cpp124 /* Play some music from a URI */
171 /* Setup the data source structure for the URI */
173 uri.URI = (SLchar*) path;
193 fprintf(stdout, "URI example: after Realize\n");
239 /* Play the URI */
272 fprintf(stdout, "URI example: starting to play\n");
306 fprintf(stdout, "URI example: stopping playback\n");
H A DslesTestPlayUri2.cpp124 /* Setup the data source structure for the first URI */
126 uri.URI = (SLchar*) path;
142 uri.URI = (SLchar*) path2;
151 //fprintf(stdout, "URI example: after Realize\n");
213 fprintf(stdout, "URI example: starting to play %s\n", path2);
222 fprintf(stdout, "Content duration of first URI is unknown\n");
224 fprintf(stdout, "Content duration of first URI is %u ms\n", durationInMsec);
227 /* Wait as long as the duration of the first URI + 2s before stopping */
234 fprintf(stdout, "URI example: stopping playback\n");
H A DslesTestSlowDownUri.cpp46 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
177 /* Play some music from a URI */
220 /* Setup the data source structure for the URI */
222 uri.URI = (SLchar*) path;
249 fprintf(stdout, "URI example: after Realize\n");
335 /* Play the URI */
H A DslesTest_playStates.cpp109 /* Setup the data source structure for the URI */
111 uri.URI = (SLchar*) path;
128 fprintf(stdout, "URI example: after Realize\n");
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp98 /* Play some music from a URI */
145 /* Setup the data source structure for the URI */
147 uri.URI = (SLchar*) path;
191 /* Play the URI */
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c101 loc_uri.URI = (SLchar *) "wav/frog.wav";

Completed in 1213 milliseconds

12