camerauis/cameraapp/generic/src/CamVideoPreCaptureContainer.cpp
changeset 1 f5ec9446e5bf
parent 0 1ddebce53859
child 3 8b2d6d0384b0
equal deleted inserted replaced
0:1ddebce53859 1:f5ec9446e5bf
   207         SetResolutionIndicator();
   207         SetResolutionIndicator();
   208         SetFileTypeIndicator();
   208         SetFileTypeIndicator();
   209         break;
   209         break;
   210         }
   210         }
   211       // ---------------------------------------------------
   211       // ---------------------------------------------------
   212       case ECamEventImageQualityChanged:
   212 //      case ECamEventImageQualityChanged:
   213 	    {
   213 //	    {
   214 	    // To get correct viewfinder resolution:
   214 //	    // To get correct viewfinder resolution:
   215 		TCamVideoResolution res = iController.GetCurrentVideoResolution();
   215 //		TCamVideoResolution res = iController.GetCurrentVideoResolution();
   216 		iVFRes = iController.VideoViewFinderResourceId( res );
   216 //		iVFRes = iController.VideoViewFinderResourceId( res );
   217 		}
   217 //		}
   218       // ---------------------------------------------------
   218       // ---------------------------------------------------
   219       case ECamEventRecordComplete:    
   219       case ECamEventRecordComplete:    
   220         {
   220         {
   221         iResolutionIndicators[iCurrentIndicator]->SetRect( ResolutionIndicatorRect() );
   221         iResolutionIndicators[iCurrentIndicator]->SetRect( ResolutionIndicatorRect() );
   222         iFileTypeIndicator->SetRect( iFileTypeIndicatorPosition );
   222         iFileTypeIndicator->SetRect( iFileTypeIndicatorPosition );