Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_extr.cpp186 static int sbrGetEnvelope(HANDLE_SBR_HEADER_DATA hHeaderData,
782 } else if (!sbrGetEnvelope(hHeaderData, hFrameDataLeft, hBs, flags)) in sbrGetChannelElement()
787 if (!sbrGetEnvelope(hHeaderData, hFrameDataLeft, hBs, flags)) { in sbrGetChannelElement()
793 if (!sbrGetEnvelope(hHeaderData, hFrameDataRight, hBs, flags)) { in sbrGetChannelElement()
799 if (!sbrGetEnvelope(hHeaderData, hFrameDataLeft, hBs, flags)) return 0; in sbrGetChannelElement()
801 if (!sbrGetEnvelope(hHeaderData, hFrameDataRight, hBs, flags)) return 0; in sbrGetChannelElement()
1022 static int sbrGetEnvelope( in sbrGetEnvelope() function