photosgallery/viewframework/tvout/src/glxhdmisurfaceupdater.cpp
branchRCL_3
changeset 47 f9e827349359
parent 35 420f6808bf21
child 57 ea65f74e6de4
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   266             }
   266             }
   267         }
   267         }
   268     else
   268     else
   269         {
   269         {
   270         ReleaseContent();
   270         ReleaseContent();
   271         }
   271 		if (iNextImagePath)
       
   272 			{
       
   273 			delete iNextImagePath;
       
   274 			iNextImagePath = NULL;
       
   275 			}
       
   276 		// Ongoing decoding is cancelled if any,reset the decoding flags. 
       
   277 		iDecodingNext = EFalse;
       
   278 		iDecodingCurrent = EFalse;
       
   279 		}
   272     // Initiate the HDMI by assigning the necessary values
   280     // Initiate the HDMI by assigning the necessary values
   273     InitiateHdmiL(aFsBitmap, aImageFile, aNextImageFile);
   281     InitiateHdmiL(aFsBitmap, aImageFile, aNextImageFile);
   274     //Cancel the zoom timers if any
   282     //Cancel the zoom timers if any
   275     if (iTimer->IsActive())
   283     if (iTimer->IsActive())
   276         {
   284         {