khronosfws/openmax_al/src/ledarray/xaledarraydevice.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
    19 #define XALEDARRAYDEVICE_H
    19 #define XALEDARRAYDEVICE_H
    20 
    20 
    21 #include "openmaxalwrapper.h"
    21 #include "openmaxalwrapper.h"
    22 #include "xaobjectitf.h"
    22 #include "xaobjectitf.h"
    23 #include "xaglobals.h"
    23 #include "xaglobals.h"
    24 #ifdef _GSTREAMER_BACKEND_  
    24 
    25 #include "../adaptation/XALEDArrayAdaptCtx.h"
    25 #include "xaadptbasectx.h"
    26 #endif
       
    27 /** MACROS **/
    26 /** MACROS **/
    28 
    27 
    29 
    28 
    30 /** TYPES **/
    29 /** TYPES **/
    31 
    30 
    49     XAObjectItfImpl baseObj;
    48     XAObjectItfImpl baseObj;
    50 
    49 
    51     /* variables */
    50     /* variables */
    52     XAuint32 deviceID;
    51     XAuint32 deviceID;
    53 
    52 
    54 #ifdef _GSTREAMER_BACKEND_
       
    55     XAAdaptationBaseCtx* adaptationCtx;
    53     XAAdaptationBaseCtx* adaptationCtx;
    56 #endif
    54 
    57 } XALEDArrayDeviceImpl;
    55 } XALEDArrayDeviceImpl;
    58 
    56 
    59 
    57 
    60 /** METHODS **/
    58 /** METHODS **/
    61 
    59