OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
355
res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf,
sampleRateKeyIndex
,
699
sampleRateKeyIndex
= i;
720
if (
sampleRateKeyIndex
!= -1) {
722
ANDROID_KEY_PCMFORMAT_SAMPLERATE,
sampleRateKeyIndex
);
[
all
...]
Completed in 695 milliseconds