Searched refs:metaItf (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestDecodeAac.cpp | 193 SLMetadataExtractionItf metaItf; member 354 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback() 361 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback() 364 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, bitsPerSampleKeyIndex, in DecPlayCallback() 367 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, containerSizeKeyIndex, in DecPlayCallback() 370 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelMaskKeyIndex, in DecPlayCallback() 374 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, endiannessKeyIndex, in DecPlayCallback() 612 sinkCntxt.metaItf = mdExtrItf; in TestDecToBuffQueue()
|
H A D | slesTestDecodeToBuffQueue.cpp | 112 SLMetadataExtractionItf metaItf; member 246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback() 253 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback() 403 cntxt.metaItf = mdExtrItf; in TestDecToBuffQueue()
|