Changeset 56 in 3DVCSoftware for trunk/source/App/TAppExtractor/TAppExtrTop.h


Ignore:
Timestamp:
11 May 2012, 21:20:17 (12 years ago)
Author:
hschwarz
Message:

updated trunk (move to HM6.1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppExtractor/TAppExtrTop.h

    r42 r56  
    4343#endif // _MSC_VER > 1000
    4444
    45 #include "../../Lib/TLibVideoIO/TVideoIOBits.h"
    46 #include "../../Lib/TLibCommon/TComBitStream.h"
    4745#include "../../Lib/TLibExtractor/TExtrTop.h"
    4846#include "TAppExtrCfg.h"
     
    5755private:
    5856  // class interface
    59   TExtrTop                        m_cTExtrTop;                    ///< extractor class
    60   TComBitstream*                  m_apcInputBitstream;            ///< bitstream class
    61   TComBitstream*                  m_apcOutputBitstream;           ///< bitstream class
    62   TVideoIOBitsStartCode           m_cTVideoIOInputBitstreamFile;  ///< file I/O class
    63   TVideoIOBitsStartCode           m_cTVideoIOOutputBitstreamFile; ///< file I/O class
    64   std::fstream                    m_cSpsInfoFileHandle;           ///< file handle
     57  TExtrTop                       m_cTExtrTop;         ///< extractor class
    6558
    6659public:
    6760  TAppExtrTop();
    68   virtual ~TAppExtrTop() {}
     61  virtual ~TAppExtrTop();
    6962 
    70   Void  create                     (); ///< create internal members
    71   Void  destroy                    (); ///< destroy internal members
    72   Void  extract                    (); ///< main extraction function
    73  
    74 protected:
    75   Void  xCreateExtrLib             (); ///< create internal classes
    76   Void  xDestroyExtrLib            (); ///< destroy internal classes
    77   Void  xInitExtrLib               (); ///< initialize extractor class
    78 
    79   Void  xCopyInputPacketIntoOutput ();
     63  Void  extract                  ();                  ///< main extraction function
    8064};
    8165
Note: See TracChangeset for help on using the changeset viewer.