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

  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 294 SLDataSink decDest;
355 decDest.pLocator = (void *) &decBuffQueue;
356 decDest.pFormat = (void * ) &pcm;
359 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
slesTestDecodeAac.cpp 530 SLDataSink decDest = {&loc_destBq /*pLocator*/, &format_destPcm /*pFormat*/};
533 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 613 SLDataSink decDest = { &decBuffQueue, &pcm };
624 OpenSL(engineInterface, CreateAudioPlayer, &decoder, &sourceCopy, &decDest,

Completed in 623 milliseconds