imagingmodules/jp2kcodec/Inc/JP2KImageWriter.h
branchRCL_3
changeset 4 3993b8f65362
parent 0 469c91dae73b
equal deleted inserted replaced
0:469c91dae73b 4:3993b8f65362
   137         * @since 2.6
   137         * @since 2.6
   138         * @param aTileIndex: the tile index.
   138         * @param aTileIndex: the tile index.
   139         * @param aSize: the size of the tile.
   139         * @param aSize: the size of the tile.
   140         * @param aImageInfo: a reference to CJ2kImageInfo object.
   140         * @param aImageInfo: a reference to CJ2kImageInfo object.
   141         */
   141         */
   142         void UpdateNextTileStartAt(TUint16 aTileIndex, const TSize& aSize, CJ2kImageInfo& aImageInfo );
   142         void UpdateNextTileStartAtL(TUint16 aTileIndex, const TSize& aSize, CJ2kImageInfo& aImageInfo );
   143 
   143 
   144     public: // Functions from base classes
   144     public: // Functions from base classes
   145        
   145        
   146     protected:  // New functions
   146     protected:  // New functions
   147         
   147         
   395         * @param aTile: a reference to CJ2kTileInfo object.
   395         * @param aTile: a reference to CJ2kTileInfo object.
   396         * @param aCompIndex: the component index.
   396         * @param aCompIndex: the component index.
   397         * @param aSize: the size of component.
   397         * @param aSize: the size of component.
   398         * @param aBitDepth: the bit depth.
   398         * @param aBitDepth: the bit depth.
   399         */
   399         */
   400         void WriteOutputFile( CJ2kTileInfo& aTile, TUint16 aCompIndex, const TSize& aSize,
   400         void WriteOutputFileL( CJ2kTileInfo& aTile, TUint16 aCompIndex, const TSize& aSize,
   401                               TUint16 aBitDepth );
   401                               TUint16 aBitDepth );
   402 
   402 
   403         /**
   403         /**
   404         * Write all components of the tile to the single output file
   404         * Write all components of the tile to the single output file
   405         * @since 2.6
   405         * @since 2.6
   406         * @param aTile: a reference to CJ2kTileInfo object.
   406         * @param aTile: a reference to CJ2kTileInfo object.
   407         * @param aSize: the size to output.
   407         * @param aSize: the size to output.
   408         */
   408         */
   409         void CombineOutputFile( CJ2kTileInfo& aTile, const TSize& aSize );
   409         void CombineOutputFileL( CJ2kTileInfo& aTile, const TSize& aSize );
   410 
   410 
   411         /**
   411         /**
   412         * Write out a color pixel
   412         * Write out a color pixel
   413         * @since 2.6
   413         * @since 2.6
   414         * @param aR: the red value.
   414         * @param aR: the red value.