Home
last modified time | relevance | path

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

/external/aac/libPCMutils/include/
Dpcmdmx_lib.h324 #define PCMDMX_RESET_BS_DATA (2) macro
325 #define PCMDMX_RESET_FULL (PCMDMX_RESET_PARAMS | PCMDMX_RESET_BS_DATA)
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp1639 if (flags & PCMDMX_RESET_BS_DATA) { in pcmDmx_Reset()
2142 PCMDMX_ERROR err = pcmDmx_Reset(self, PCMDMX_RESET_BS_DATA); in pcmDmx_ApplyFrame()
2145 pcmDmx_Reset(self, PCMDMX_RESET_BS_DATA); in pcmDmx_ApplyFrame()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1773 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame()
1778 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame()
Daacdecoder.cpp2331 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in CAacDecoder_Init()