Changeset 446 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/App/TAppRenderer/TAppRendererCfg.h
- Timestamp:
- 26 May 2013, 16:22:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/App/TAppRenderer/TAppRendererCfg.h
r438 r446 32 32 */ 33 33 34 34 #ifndef __TAppRENDERERCFG__ 35 #define __TAppRENDERERCFG__ 35 36 36 37 #include <list> … … 38 39 #include <fcntl.h> 39 40 #include <assert.h> 40 41 42 43 #ifndef __TAppRENDERERCFG__44 #define __TAppRENDERERCFG__45 41 46 42 #include "../../Lib/TAppCommon/TAppComCamPara.h" … … 50 46 #include <string> 51 47 #include <vector> 52 #if !QC_MVHEVC_B0046 48 49 #if H_3D 50 53 51 // ==================================================================================================================== 54 52 // Class definition … … 66 64 Bool m_bContOutputFileNumbering; ///< use continous numbering instead of view numbering 67 65 Bool m_bSweep; ///< 1: Store view range in file 66 67 68 // bit-depth ( Currently interal luma and chroma bit-depth are required to be equal. ) 69 Int m_inputBitDepthY; ///< bit-depth of input file (luma component) 70 Int m_inputBitDepthC; ///< bit-depth of input file (chroma component) 71 Int m_outputBitDepthY; ///< bit-depth of output file (luma component) 72 Int m_outputBitDepthC; ///< bit-depth of output file (chroma component) 73 Int m_internalBitDepthY; ///< bit-depth renderer operates at in luma (input/output files will be converted) 74 Int m_internalBitDepthC; ///< bit-depth renderer operates at in chroma (input/output files will be converted) 75 68 76 69 77 // derived … … 133 141 };// END CLASS DEFINITION TAppRendererCfg 134 142 135 136 #endif137 143 #endif // __TAppRENDERERCFG__ 138 144 #endif // H_3D
Note: See TracChangeset for help on using the changeset viewer.