photosgallery/viewframework/texturemanager/src/glxbitmapdecoderwrapper.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
child 32 78ad99c24f08
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
    99 
    99 
   100 void CGlxBitmapDecoderWrapper::DoDecodeImageL(const TDesC & aSourceFileName,TInt aIndex)
   100 void CGlxBitmapDecoderWrapper::DoDecodeImageL(const TDesC & aSourceFileName,TInt aIndex)
   101     {
   101     {
   102     TRACER("CGlxBitmapDecoderWrapper:: DoDecodeImageL ");
   102     TRACER("CGlxBitmapDecoderWrapper:: DoDecodeImageL ");
   103     iThumbnailIndex = aIndex;
   103     iThumbnailIndex = aIndex;
   104     //Variable used to get the decoder type used;
   104     //Variable used to get the decoder type used
   105     TBool isExtDecoderUsed = ETrue;
   105     TBool isExtDecoderUsed = ETrue;
   106     
   106     
   107 #ifdef _DEBUG
   107 #ifdef _DEBUG
   108     iDecodeProcessstartTime.HomeTime();
   108     iDecodeProcessstartTime.HomeTime();
   109 #endif                          
   109 #endif