imagehandlingutilities/thumbnailmanager/plugins/audio/src/thumbnailimagedecoderv3.cpp
branchRCL_3
changeset 38 2b4b06654caa
parent 28 ff2fb7658ff7
child 40 6257223ede8a
equal deleted inserted replaced
37:f759b6186ab5 38:2b4b06654caa
   214     {
   214     {
   215     delete iDecoder;
   215     delete iDecoder;
   216     iDecoder = NULL;
   216     iDecoder = NULL;
   217 	
   217 	
   218     CImageDecoder::TOptions options = ( CImageDecoder::TOptions )( 
   218     CImageDecoder::TOptions options = ( CImageDecoder::TOptions )( 
   219             CImageDecoder::EOptionNoDither | CImageDecoder::EPreferFastDecode | CImageDecoder::EOptionAlwaysThread );
   219             CImageDecoder::EOptionNoDither );
   220  
   220  
   221     TRAPD( decErr, iDecoder = CExtJpegDecoder::DataNewL(
   221     TRAPD( decErr, iDecoder = CExtJpegDecoder::DataNewL(
   222             CExtJpegDecoder::EHwImplementation, iFs, *iBuffer, options ));
   222             CExtJpegDecoder::EHwImplementation, iFs, *iBuffer, options ));
   223     
   223     
   224     if ( decErr != KErrNone )
   224     if ( decErr != KErrNone )