camappengine/Engine/Src/CaeStillStatesActiveNoBurst.cpp
branchRCL_3
changeset 20 e3cdd00b5ae3
parent 19 18fa9327a158
child 21 27fe719c32e6
equal deleted inserted replaced
19:18fa9327a158 20:e3cdd00b5ae3
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Camera Application Engine still burst 
       
    15 *                interface implementation when NOT SUPPORTED
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 // INCLUDE FILES
       
    22 
       
    23 #include "CaeEngineImp.h"                   // Engine implementation header.
       
    24 #include "CaeStillStatesActive.h"                
       
    25 
       
    26 
       
    27 // ============================ MEMBER FUNCTIONS ===============================
       
    28 
       
    29 // -----------------------------------------------------------------------------
       
    30 // CCaeStillStatesActive::SetCaeStillBurstObserver
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 void CCaeStillStatesActive::SetCaeStillBurstObserver( 
       
    34     MCaeStillBurstObserver& /*aObserver*/ )
       
    35     {
       
    36     }
       
    37 
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 // CCaeStillStatesActive::SetStillCaptureImageCountL
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 TInt CCaeStillStatesActive::SetStillCaptureImageCountL( 
       
    44     TInt /*aImageCount*/ )
       
    45     {
       
    46     return 1; // Always one without burst support
       
    47     }
       
    48 
       
    49 
       
    50 // -----------------------------------------------------------------------------
       
    51 // CCaeStillStatesActive::StillCaptureImageCount
       
    52 // -----------------------------------------------------------------------------
       
    53 //
       
    54 TInt CCaeStillStatesActive::StillCaptureImageCount() const
       
    55     {
       
    56     return 1; // Always one without burst support
       
    57     }
       
    58 
       
    59 
       
    60 // -----------------------------------------------------------------------------
       
    61 // CCaeStillStatesActive::SetStillBurstCaptureIntervalL
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 void CCaeStillStatesActive::SetStillBurstCaptureIntervalL( 
       
    65     TTimeIntervalMicroSeconds /*aInterval*/ )
       
    66     {
       
    67     }
       
    68         
       
    69 
       
    70 // -----------------------------------------------------------------------------
       
    71 // CCaeStillStatesActive::StillBurstCaptureInterval
       
    72 // -----------------------------------------------------------------------------
       
    73 //
       
    74 TTimeIntervalMicroSeconds CCaeStillStatesActive::StillBurstCaptureInterval() const 
       
    75     {
       
    76     return 0;
       
    77     }
       
    78 
       
    79 
       
    80 // -----------------------------------------------------------------------------
       
    81 // CCaeStillStatesActive::StopStillBurstCapture
       
    82 // -----------------------------------------------------------------------------
       
    83 //
       
    84 void CCaeStillStatesActive::StopStillBurstCapture()
       
    85     {
       
    86     }
       
    87 
       
    88 
       
    89 // ==================== PRIVATE MEMBER FUNCTIONS ===============================
       
    90 
       
    91 
       
    92 // ---------------------------------------------------------------------------
       
    93 // CCaeStillStatesActive::HandleAppendCapturedBurstImageReady()
       
    94 // ---------------------------------------------------------------------------
       
    95 //
       
    96 void CCaeStillStatesActive::HandleAppendCapturedBurstImageReady()
       
    97     {
       
    98     }
       
    99 
       
   100 
       
   101 // ---------------------------------------------------------------------------
       
   102 // CCaeStillStatesActive::HandleBurstImageFetchReady()
       
   103 // ---------------------------------------------------------------------------
       
   104 //
       
   105 void CCaeStillStatesActive::HandleBurstImageFetchReady()
       
   106     {
       
   107     }
       
   108 
       
   109 // ---------------------------------------------------------------------------
       
   110 // CCaeStillStatesActive::HandleDeliverStillBurstImageReady()
       
   111 // ---------------------------------------------------------------------------
       
   112 //
       
   113 void CCaeStillStatesActive::HandleDeliverStillBurstImageReady()
       
   114     {
       
   115     }
       
   116 
       
   117 
       
   118 // -----------------------------------------------------------------------------
       
   119 // CCaeStillStatesActive::DoCaptureStillBurst
       
   120 // -----------------------------------------------------------------------------
       
   121 //
       
   122 void CCaeStillStatesActive::DoCaptureStillBurst()
       
   123     {
       
   124     }
       
   125 
       
   126 
       
   127 // -----------------------------------------------------------------------------
       
   128 // CCaeStillStatesActive::DoCaptureStillBurstImage
       
   129 // -----------------------------------------------------------------------------
       
   130 //
       
   131 void CCaeStillStatesActive::DoCaptureStillBurstImage()
       
   132     {
       
   133     }
       
   134 
       
   135 
       
   136 // -----------------------------------------------------------------------------
       
   137 // CCaeStillStatesActive::DoAppendCapturedBurstImageToArray
       
   138 // -----------------------------------------------------------------------------
       
   139 //
       
   140 void CCaeStillStatesActive::DoAppendCapturedBurstImageToArray()
       
   141     {
       
   142     }
       
   143 
       
   144 
       
   145 // -----------------------------------------------------------------------------
       
   146 // CCaeStillStatesActive::DoFetchNextBurstImage
       
   147 // -----------------------------------------------------------------------------
       
   148 //
       
   149 void CCaeStillStatesActive::DoFetchNextBurstImage()
       
   150     {
       
   151     }
       
   152 
       
   153 
       
   154 // -----------------------------------------------------------------------------
       
   155 // CCaeStillStatesActive::CheckForStillBurstCompletion
       
   156 // -----------------------------------------------------------------------------
       
   157 //
       
   158 TBool CCaeStillStatesActive::CheckForStillBurstCompletion()
       
   159     {
       
   160     return( ETrue );
       
   161     }
       
   162     
       
   163 
       
   164 // -----------------------------------------------------------------------------
       
   165 // CCaeStillStatesActive::BurstErrorRecovery
       
   166 // -----------------------------------------------------------------------------
       
   167 //
       
   168 void CCaeStillStatesActive::BurstErrorRecovery( TInt /*aError*/)
       
   169     {
       
   170     }
       
   171 
       
   172 
       
   173 // -----------------------------------------------------------------------------
       
   174 // CCaeStillStatesActive::DoCompleteStillBurst
       
   175 // -----------------------------------------------------------------------------
       
   176 //
       
   177 void CCaeStillStatesActive::DoCompleteStillBurst()
       
   178     {
       
   179     }
       
   180 
       
   181 
       
   182 // -----------------------------------------------------------------------------
       
   183 // CCaeStillStatesActive::DoDeliverStillBurstImage
       
   184 // -----------------------------------------------------------------------------
       
   185 //
       
   186 void CCaeStillStatesActive::DoDeliverStillBurstImage()
       
   187     {
       
   188     }
       
   189 
       
   190 
       
   191 // -----------------------------------------------------------------------------
       
   192 // CCaeStillStatesActive::CompleteStillBurst()
       
   193 // -----------------------------------------------------------------------------
       
   194 //
       
   195 void CCaeStillStatesActive::CompleteStillBurst()
       
   196     {
       
   197     }
       
   198 
       
   199 // -----------------------------------------------------------------------------
       
   200 // CCaeStillStatesActive::DeleteStillBurst
       
   201 // -----------------------------------------------------------------------------
       
   202 //
       
   203 void CCaeStillStatesActive::DeleteStillBurst()
       
   204     {
       
   205     }
       
   206 
       
   207 
       
   208 //  End of File