HomeSort by relevance Sort by last modified time
    Searched refs:OMX_ComponentInit (Results 26 - 50 of 54) sorted by null

12 3

  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 135 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent)
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 107 extern OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent);
163 * It will call the OMX_ComponentInit function and then the setcallback
284 /* Get a function pointer to the "OMX_ComponentInit" function. If
286 pComponentInit = dlsym(pModules[i], "OMX_ComponentInit");
292 /* We now can access the dll. So, we need to call the "OMX_ComponentInit"
309 //eError = OMX_ComponentInit(*pHandle);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 120 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent)
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 273 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent)
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 271 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 141 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 140 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComponent)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 142 OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE hComp);
145 OMX_EXPORT OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp);
302 * OMX_ComponentInit() Set the all the function pointers of component
316 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComponent)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 191 * OMX_ComponentInit() Set the all the function pointers of component
201 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
214 G711DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
418 G711DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
430 G711DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
435 G711DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
447 G711DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
469 G711DEC_DPRINT ("%d ::OMX_ComponentInit - returning %d\n", __LINE__,eError);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 168 * OMX_ComponentInit() Set the all the function pointers of component
178 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
191 G711ENC_DPRINT("%d :: Entering OMX_ComponentInit\n", __LINE__);
410 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
418 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
425 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
429 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
433 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
437 G711ENC_DPRINT("%d :: Exiting OMX_ComponentInit\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 181 * @fn OMX_ComponentInit() function is called by OMX Core to initialize the component
197 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
210 G722DEC_DPRINT ("Entering OMX_ComponentInit\n");
460 G722DEC_DPRINT ("Exiting OMX_ComponentInit\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 181 * @fn OMX_ComponentInit() description for OMX_ComponentInit
182 OMX_ComponentInit().
189 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
628 G722ENC_DPRINT("Leaving OMX_ComponentInit\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 183 * @fn OMX_ComponentInit() function is called by OMX Core to initialize the component
199 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
213 G726DEC_DPRINT ("Entering OMX_ComponentInit\n");
466 G726DEC_DPRINT ("Exiting OMX_ComponentInit\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 174 * OMX_ComponentInit() Set the all the function pointers of component
184 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
196 G726ENC_DPRINT("%d :: Entering OMX_ComponentInit\n", __LINE__);
387 G726ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
395 G726ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
403 G726ENC_DPRINT("%d :: Exiting OMX_ComponentInit\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 200 * OMX_ComponentInit() Set the all the function pointers of component
210 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
224 G729DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
466 G729DEC_DPRINT ("%d ::OMX_ComponentInit\n", __LINE__);
473 G729DEC_DPRINT ("%d ::OMX_ComponentInit - returning %d\n", __LINE__,error);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 182 * OMX_ComponentInit() Set the all the function pointers of component
192 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
205 G729ENC_DPRINT("OMX_ComponentInit\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 184 * OMX_ComponentInit() Set the all the function pointers of component
194 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
464 OMX_PRINT1(pComponentPrivate->dbg, "OMX_ComponentInit\n");
468 OMX_PRINT1(pComponentPrivate->dbg, "OMX_ComponentInit\n");
473 OMX_PRINT1(pComponentPrivate->dbg, "OMX_ComponentInit\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 172 * OMX_ComponentInit() Set the all the function pointers of component
182 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
195 OMXDBG_PRINT(stderr, PRINT, 1, 0, "%d ::OMX_ComponentInit\n", __LINE__);
453 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);
462 /*OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);*/
468 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);
474 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);
480 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);
485 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);
497 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_ComponentInit - returning %d\n", __LINE__,eError)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 187 * OMX_ComponentInit() Set the all the function pointers of component
197 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
210 OMXDBG_PRINT(stderr, PRINT, 1, 0, "%d :: Entering OMX_ComponentInit\n", __LINE__);
514 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting OMX_ComponentInit\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 150 * OMX_ComponentInit() Set the all the function pointers of component
160 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
490 OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: Exiting OMX_ComponentInit\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 185 * @fn OMX_ComponentInit() function is called by OMX Core to initialize the component
201 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
216 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Entering OMX_ComponentInit\n");
514 OMX_PRINT1(pComponentPrivate->dbg, ":: Exiting OMX_ComponentInit\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 188 * OMX_ComponentInit() Set the all the function pointers of component
198 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
209 OMXDBG_PRINT(stderr, PRINT, 1, 0, "%d ::OMX_ComponentInit\n", __LINE__);
478 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__);
487 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__);
493 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__);
497 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__);
502 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__);
515 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit - returning %d\n", __LINE__, error);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 194 * OMX_ComponentInit() Set the all the function pointers of component
204 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp)
216 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Entering OMX_ComponentInit\n");
514 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ComponentInit\n", __LINE__);
522 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ComponentInit\n", __LINE__);
557 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting OMX_ComponentInit\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 179 * OMX_ComponentInit() Set the all the function pointers of component
189 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE hComp) {
    [all...]

Completed in 1320 milliseconds

12 3