khronosfws/openmax_al/src/mmf_adaptation/xaadaptationmmf.h
changeset 55 e267340986c9
parent 32 94fc26b6e006
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
   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