khronosfws/openmax_al/src/gst_adaptation/xacameraadaptctx.h
changeset 31 8dfd592727cb
parent 22 128eb6a32b84
equal deleted inserted replaced
22:128eb6a32b84 31:8dfd592727cb
    17 
    17 
    18 #ifndef XACAMERAADAPTCTX_H
    18 #ifndef XACAMERAADAPTCTX_H
    19 #define XACAMERAADAPTCTX_H
    19 #define XACAMERAADAPTCTX_H
    20 
    20 
    21 #include "xaadaptationgst.h"
    21 #include "xaadaptationgst.h"
       
    22 #ifdef OMAX_CAMERABIN
    22 #include <gst/interfaces/photography.h>
    23 #include <gst/interfaces/photography.h>
       
    24 #endif
    23 /* TYPEDEFS */
    25 /* TYPEDEFS */
    24 
    26 
    25 typedef struct XACameraAdaptationCtx_ XACameraAdaptationCtx;
    27 typedef struct XACameraAdaptationCtx_ XACameraAdaptationCtx;
    26 
    28 
    27 /*
    29 /*
    37     XAuint32        imageEffectID;
    39     XAuint32        imageEffectID;
    38     XAmillidegree   curRotation;
    40     XAmillidegree   curRotation;
    39     XAuint32        curMirror;
    41     XAuint32        curMirror;
    40 
    42 
    41     /* GST Variables */
    43     /* GST Variables */
       
    44 #ifdef OMAX_CAMERABIN
    42     GstFocusStatus focusStatus;
    45     GstFocusStatus focusStatus;
    43 
    46 #endif
    44     /* Internals */
    47     /* Internals */
    45     XAboolean       recording;
    48     XAboolean       recording;
    46     XAboolean       playing;
    49     XAboolean       playing;
    47     XAboolean       snapshotting;
    50     XAboolean       snapshotting;
    48 } XACameraAdaptationCtx_;
    51 } XACameraAdaptationCtx_;