Searched refs:sampleRateKeyIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp71 static int sampleRateKeyIndex = -1; variable
246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex,
484 sampleRateKeyIndex = i;
495 if (sampleRateKeyIndex != -1) {
497 ANDROID_KEY_PCMFORMAT_SAMPLERATE, sampleRateKeyIndex);
H A DslesTestDecodeAac.cpp89 static int sampleRateKeyIndex = -1; variable
354 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex,
698 sampleRateKeyIndex = i;
719 if (sampleRateKeyIndex != -1) {
721 ANDROID_KEY_PCMFORMAT_SAMPLERATE, sampleRateKeyIndex);

Completed in 560 milliseconds