Ignore:
Timestamp:
18 Jul 2015, 04:14:13 (9 years ago)
Author:
seregin
Message:

port rev 4326

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h

    r1282 r1292  
    121121  std::ostream           *m_pDecodedSEIOutputStream;
    122122
     123  Bool                    m_warningMessageSkipPicture;
     124
    123125#if SVC_EXTENSION
    124126  Bool                    m_isLastNALWasEos;
     
    191193  Void  deletePicBuffer();
    192194
     195 
    193196  Void  executeLoopFilters(Int& poc, TComList<TComPic*>*& rpcListPic);
    194197  Void  checkNoOutputPriorPics (TComList<TComPic*>* rpcListPic);
     
    203206#endif
    204207  Void  setDecodedSEIMessageOutputStream(std::ostream *pOpStream) { m_pDecodedSEIOutputStream = pOpStream; }
     208  UInt  getNumberOfChecksumErrorsDetected() const { return m_cGopDecoder.getNumberOfChecksumErrorsDetected(); }
    205209
    206210#if SVC_EXTENSION
     
    259263protected:
    260264#if SVC_EXTENSION
    261   Void      xGetNewPicBuffer  ( const TComVPS &vps, const TComSPS &sps, const TComPPS &pps, TComPic*& rpcPic, const UInt temporalLayer);
     265  Void  xGetNewPicBuffer  ( const TComVPS &vps, const TComSPS &sps, const TComPPS &pps, TComPic*& rpcPic, const UInt temporalLayer);
    262266#else
    263   Void      xGetNewPicBuffer  (const TComSPS &sps, const TComPPS &pps, TComPic*& rpcPic, const UInt temporalLayer);
    264 #endif
    265   Void      xCreateLostPicture (Int iLostPOC);
     267  Void  xGetNewPicBuffer  (const TComSPS &sps, const TComPPS &pps, TComPic*& rpcPic, const UInt temporalLayer);
     268#endif
     269  Void  xCreateLostPicture (Int iLostPOC);
    266270
    267271  Void      xActivateParameterSets();
Note: See TracChangeset for help on using the changeset viewer.