HomeSort by relevance Sort by last modified time
    Searched refs:AACDEC_CLRHIST (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/include/
aacdecoder_lib.h 442 It is recommended to call the decoder with a AACDEC_CLRHIST flag to reset all states when
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 843 if ( fTpInterruption || (flags & (AACDEC_INTR|AACDEC_CLRHIST)) )
845 sbrDecoder_SetParam(self->hSbrDecoder, SBR_CLEAR_HISTORY, (flags&AACDEC_CLRHIST));
988 if ( flags & (AACDEC_INTR | AACDEC_CLRHIST) ) {
1010 if ( flags & AACDEC_CLRHIST ) {
    [all...]
aacdecoder.cpp     [all...]

Completed in 1465 milliseconds