Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 9 Aug 2012, 12:53:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r77 r100 176 176 Void executeDeblockAndAlf(UInt& ruiPOC, TComList<TComPic*>*& rpcListPic, Int& iSkipFrame, Int& iPOCLastDisplay); 177 177 178 Void setViewId(Int viewId) 179 Int getViewId() 178 Void setViewId(Int viewId) { m_viewId = viewId;} 179 Int getViewId() { return m_viewId ;} 180 180 Void setIsDepth( Bool isDepth ) { m_isDepth = isDepth; } 181 181 182 182 #if SONY_COLPIC_AVAILABILITY 183 Void setViewOrderIdx(Int i) 184 Int getViewOrderIdx() 183 Void setViewOrderIdx(Int i) { m_iViewOrderIdx = i ;} 184 Int getViewOrderIdx() { return m_iViewOrderIdx ; } 185 185 #endif 186 186 … … 209 209 #endif 210 210 #if VIDYO_VPS_INTEGRATION 211 211 Void xDecodeVPS(); 212 212 #endif 213 213 Void xDecodeSPS();
Note: See TracChangeset for help on using the changeset viewer.