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 443 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 847 if ( fTpInterruption || (flags & (AACDEC_INTR|AACDEC_CLRHIST)) )
849 sbrDecoder_SetParam(self->hSbrDecoder, SBR_CLEAR_HISTORY, (flags&AACDEC_CLRHIST));
993 if ( flags & (AACDEC_INTR | AACDEC_CLRHIST) ) {
1016 if ( flags & AACDEC_CLRHIST ) {
    [all...]
aacdecoder.cpp     [all...]

Completed in 469 milliseconds