omxilvideocomps/omxilgraphicsink/src/omxilgraphicsinkprocessingfunction.inl
changeset 0 5d29cba61097
equal deleted inserted replaced
-1:000000000000 0:5d29cba61097
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 inline MOmxILCallbackNotificationIf& COmxILGraphicSinkProcessingFunction::GetCallbacks()
       
    24     {
       
    25     return iCallbacks;
       
    26     }
       
    27 
       
    28 inline TSurfaceConfiguration& COmxILGraphicSinkProcessingFunction::GetSurfaceConfiguration()
       
    29     {
       
    30     return iGraphicSurfaceSettings.iSurfaceConfig;
       
    31     }
       
    32 
       
    33 inline RPointerArray<OMX_BUFFERHEADERTYPE>& COmxILGraphicSinkProcessingFunction::BuffersToEmpty()
       
    34     {
       
    35     return iBuffersToEmpty;
       
    36     }
       
    37 
       
    38 inline COmxILGraphicSinkProcessingFunction::TGraphicSurfaceSettings& COmxILGraphicSinkProcessingFunction::GraphicSurfaceSettings()
       
    39     {
       
    40     return iGraphicSurfaceSettings;
       
    41     }
       
    42 
       
    43 inline OMX_STATETYPE COmxILGraphicSinkProcessingFunction::State()
       
    44     {
       
    45     return iState;
       
    46     }
       
    47 
       
    48 inline void COmxILGraphicSinkProcessingFunction::SetState(OMX_STATETYPE aState)
       
    49     {
       
    50     iState = aState;
       
    51     }
       
    52 
       
    53 
       
    54 inline TInt COmxILGraphicSinkProcessingFunction::GetFastCounterFrequency()
       
    55     {
       
    56     return iFastCounterFrequency;
       
    57     }
       
    58 
       
    59 inline RSurfaceManager& COmxILGraphicSinkProcessingFunction::SurfaceManager()
       
    60     {
       
    61     return iSurfaceManager;
       
    62     }