khronosfws/openmax_al/src/gst_adaptation/xaledarrayadaptctx.h
changeset 33 5e8b14bae8c3
parent 28 ebf79c79991a
child 36 73253677b50a
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
     1 /*
       
     2 * Copyright (c) 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 #ifndef XALEDARRAYADAPTCTX_H
       
    19 #define XALEDARRAYADAPTCTX_H
       
    20 
       
    21 #include "xaadaptationgst.h"
       
    22 
       
    23 /* TYPEDEFS */
       
    24 
       
    25 typedef struct XALEDArrayAdaptationCtx_ XALEDArrayAdaptationCtx;
       
    26 
       
    27 /*
       
    28  * Structure for Ledarray specific gst-adaptation variables
       
    29  */
       
    30 typedef struct XALEDArrayAdaptationCtx_ {
       
    31 
       
    32     /* Parent*/
       
    33     XAAdaptationGstCtx_ baseObj;
       
    34 
       
    35     /* OMX-AL Variables */
       
    36     XAuint32    deviceID;
       
    37 
       
    38     /* GST Variables */
       
    39 
       
    40 } XALedarrayAdaptationCtx_;
       
    41 
       
    42 /* FUNCTIONS */
       
    43 XAAdaptationBaseCtx* XALEDArrayAdapt_Create(XAuint32 deviceID);
       
    44 XAresult XALEDArrayAdapt_PostInit(XAAdaptationGstCtx* bCtx);
       
    45 void XALEDArrayAdapt_Destroy(XAAdaptationGstCtx* bCtx);
       
    46 
       
    47 #endif /* XALEDARRAYADAPTCTX_H */