HomeSort by relevance Sort by last modified time
    Searched refs:decSource (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 289 SLDataSource decSource;
339 decSource.pLocator = (void *) &decUri;
340 decSource.pFormat = (void *) &decMime;
359 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
slesTestDecodeAac.cpp 517 SLDataSource decSource = {&loc_srcAbq /*pLocator*/, &format_srcMime /*pFormat*/};
533 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 1117 sp<MediaSource> decSource
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 497 SLDataSource decSource = { &decUri, &decMime };
498 return PlayFromThisSource(decSource);

Completed in 114 milliseconds