Searched refs:decSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp289 SLDataSource decSource; local
339 decSource.pLocator = (void *) &decUri;
340 decSource.pFormat = (void *) &decMime;
359 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
H A DslesTestDecodeAac.cpp517 SLDataSource decSource = {&loc_srcAbq /*pLocator*/, &format_srcMime /*pFormat*/}; local
533 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp1116 sp<MediaSource> decSource = local
1125 dumpSource(decSource, dumpStreamFilename);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc497 SLDataSource decSource = { &decUri, &decMime }; local
498 return PlayFromThisSource(decSource);

Completed in 809 milliseconds