Home
last modified time | relevance | path

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

/external/aac/libPCMutils/include/
Dpcmutils_lib.h190 #define PCMDMX_RESET_BS_DATA ( 2 ) macro
191 #define PCMDMX_RESET_FULL ( PCMDMX_RESET_PARAMS | PCMDMX_RESET_BS_DATA )
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp995 pcmDmx_Reset( self->hPcmUtils, PCMDMX_RESET_BS_DATA ); in aacDecoder_DecodeFrame()
/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp1469 if (flags & PCMDMX_RESET_BS_DATA) { in pcmDmx_Reset()
1989 PCMDMX_ERROR err = pcmDmx_Reset(self, PCMDMX_RESET_BS_DATA); in pcmDmx_ApplyFrame()