tvout/tvoutwrapper/src/glxtvoutwrapper_p.cpp
changeset 70 a91aa46552be
parent 55 fb37077c270f
child 69 45459746d5e8
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
   178 
   178 
   179 // -----------------------------------------------------------------------------
   179 // -----------------------------------------------------------------------------
   180 // setToNativeMode 
   180 // setToNativeMode 
   181 // -----------------------------------------------------------------------------
   181 // -----------------------------------------------------------------------------
   182 void GlxTvOutWrapperPrivate::SetToNativeMode()
   182 void GlxTvOutWrapperPrivate::SetToNativeMode()
   183     {
   183 {
   184     TRACER("GlxTvOutWrapperPrivate::SetToNativeMode()");
   184     TRACER("GlxTvOutWrapperPrivate::SetToNativeMode()");
   185     iIsPhotosInForeground = true;
   185     iIsPhotosInForeground = true;
   186     
   186 
   187     if(iHdmiController && iHdmiConnected) {
   187     if ( iHdmiConnected ) {
   188     if (!isImageSetToHdmi){
   188         if ( !isImageSetToHdmi ) {
   189     }
   189             SetNewImage(); // this case can occur when FS image is opened and set to background
   190     SetNewImage(); // this case can occur when FS image is opened and set to background
   190             // HDMI cable connected and then FS is brought to foreground
   191                    // HDMI cable connected and then FS is brought to foreground
   191         }
   192     }
   192     }
   193     else{
   193     else {
   194     iHdmiController->ShiftToPostingMode();
   194         iHdmiController->ShiftToPostingMode();
   195     }
   195     }
   196     }
   196 }
   197 
   197 
   198 // -----------------------------------------------------------------------------
   198 // -----------------------------------------------------------------------------
   199 // itemNotSupported 
   199 // itemNotSupported 
   200 // -----------------------------------------------------------------------------
   200 // -----------------------------------------------------------------------------
   201 void GlxTvOutWrapperPrivate::ItemNotSupported()
   201 void GlxTvOutWrapperPrivate::ItemNotSupported()