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

  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 71 static int sampleRateKeyIndex = -1;
246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex,
484 sampleRateKeyIndex = i;
495 if (sampleRateKeyIndex != -1) {
497 ANDROID_KEY_PCMFORMAT_SAMPLERATE, sampleRateKeyIndex);
slesTestDecodeAac.cpp 89 static int sampleRateKeyIndex = -1;
356 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex,
700 sampleRateKeyIndex = i;
721 if (sampleRateKeyIndex != -1) {
723 ANDROID_KEY_PCMFORMAT_SAMPLERATE, sampleRateKeyIndex);
    [all...]

Completed in 57 milliseconds