khronosfws/openmax_al/src/mmf_adaptation/xaadaptationmmf.h
changeset 53 eabc8c503852
parent 28 ebf79c79991a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
   133     pthread_t emulationThread;
   133     pthread_t emulationThread;
   134     pthread_t rdsEmulationThread;
   134     pthread_t rdsEmulationThread;
   135 
   135 
   136     } XARadioAdaptationCtx_;
   136     } XARadioAdaptationCtx_;
   137 /* FUNCTIONS */
   137 /* FUNCTIONS */
   138 /*
       
   139  * gboolean XAAdaptationBase_GstBusCb( GstBus *bus, GstMessage *message, gpointer data );
       
   140  * Default CallBack handler for gst-bus messages. This will be called if object specific callback is
       
   141  * not implemented.
       
   142  */
       
   143 
   138 
   144 XAresult XAAdaptationBaseMMF_Init(XAAdaptationMMFCtx* pSelf, XAuint32 ctxId);
   139 XAresult XAAdaptationBaseMMF_Init(XAAdaptationMMFCtx* pSelf, XAuint32 ctxId);
   145 XAresult XAAdaptationBaseMMF_PostInit(XAAdaptationMMFCtx* ctx);
   140 XAresult XAAdaptationBaseMMF_PostInit(XAAdaptationMMFCtx* ctx);
   146 void XAAdaptationBaseMMF_Free(XAAdaptationMMFCtx* ctx);
   141 void XAAdaptationBaseMMF_Free(XAAdaptationMMFCtx* ctx);
   147 
   142