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

  /external/aac/libSBRdec/src/
psdec.h 241 UCHAR psDecodedPrv; /*!< set if PS has been processed in the last frame */
psbitdec.cpp 255 if ( ( h_ps_d->psDecodedPrv && !frameError && !bPsDataAvail)
256 || (!h_ps_d->psDecodedPrv && (frameError || !bPsDataAvail || !bPsHeaderValid)) ) {
sbrdecoder.cpp     [all...]
psdec.cpp 177 h_ps_d->psDecodedPrv = 0;
    [all...]

Completed in 70 milliseconds