Home
last modified time | relevance | path

Searched refs:hSbrDecoder (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0451/
Dpoc.cpp81 HANDLE_SBRDECODER hSbrDecoder = mAacDecoderHandle->hSbrDecoder; in validateQmfDomainBounds() local
89 for (element = 0; element < hSbrDecoder->numSbrElements; ++element) { in validateQmfDomainBounds()
90 if (hSbrDecoder->pSbrElement[element] != NULL) { in validateQmfDomainBounds()
91 for (channel = 0; channel < hSbrDecoder->pSbrElement[element]->nChannels; in validateQmfDomainBounds()
93 qmfDomainInChPtr = &hSbrDecoder->pQmfDomain->QmfDomainIn[absChOffset + channel]; in validateQmfDomainBounds()
95 &hSbrDecoder->pQmfDomain->QmfDomainOut[absChOffset + channel]; in validateQmfDomainBounds()
100 absChOffset += hSbrDecoder->pSbrElement[element]->nChannels; in validateQmfDomainBounds()