HomeSort by relevance Sort by last modified time
    Searched full:pcomponent (Results 51 - 75 of 89) sorted by null

1 23 4

  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 805 * @param pComponent OMX Handle
811 OMX_ERRORTYPE G722Enc_FreeCompResources(OMX_HANDLETYPE pComponent);
817 * @param pComponent OMX Handle
823 OMX_ERRORTYPE G722Enc_StartCompThread(OMX_HANDLETYPE pComponent);
841 * @param pComponent handle for this instance of the component
850 OMX_ERRORTYPE G722ENC_StopComponentThread(OMX_HANDLETYPE pComponent);
868 * @param pComponent OMX Handle
874 OMX_ERRORTYPE G722ENC_CleanupInitParams(OMX_HANDLETYPE pComponent);
994 * @param pComponent OMX Handle
999 OMX_ERRORTYPE G722ENC_Fill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 95 extern OMX_ERRORTYPE VIDDEC_Stop_ComponentThread(OMX_HANDLETYPE pComponent);
184 OMX_VERSIONTYPE* pComponent,
509 static OMX_ERRORTYPE VIDDEC_SetCallbacks (OMX_HANDLETYPE pComponent,
517 OMX_CONF_CHECK_CMD(pComponent, pCallBacks, OMX_TRUE);
519 pHandle = (OMX_COMPONENTTYPE*)pComponent;
    [all...]
OMX_VideoDec_Thread.c 90 extern OMX_ERRORTYPE VIDDEC_Stop_ComponentThread(OMX_HANDLETYPE pComponent);
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 499 OMX_ERRORTYPE VPP_Free_ComponentResources(OMX_HANDLETYPE pComponent);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 95 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 657 OMX_ERRORTYPE AACENCFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent);
678 OMX_ERRORTYPE AACENC_FreeCompResources(OMX_HANDLETYPE pComponent);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 275 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
276 eError = pComponent->GetState(pHandle, &CurState);
283 eError = pComponent->GetState(pHandle, &CurState);
309 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent;
314 eError = pComponent->GetState (hComponent, &state);
455 OMX_COMPONENTTYPE* pComponent,*pComponent_dasf = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Dec_Utils.h 185 OMX_ERRORTYPE G729DEC_CleanupInitParams(OMX_HANDLETYPE pComponent);
189 OMX_ERRORTYPE G729DECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 493 OMX_ERRORTYPE Fill_JpegEncLCMLInitParams(LCML_DSP *lcml_dsp, OMX_U16 arr[], OMX_HANDLETYPE pComponent);
494 OMX_ERRORTYPE GetJpegEncLCMLHandle(OMX_HANDLETYPE pComponent);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 153 /*OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/
301 OMX_COMPONENTTYPE *pComponent = NULL;
752 pComponent = (OMX_COMPONENTTYPE *)(pHandle);
779 OMX_FillThisBuffer(pComponent,pOutputBufferHeader);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 332 OMX_COMPONENTTYPE* pComponent;
    [all...]
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 91 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 172 OMX_ERRORTYPE VPP_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, OMX_U16 arr[], LCML_DSP *plcml_Init)
190 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
494 * @param pComponent handle for this instance of the component
503 OMX_ERRORTYPE VPP_Start_ComponentThread(OMX_HANDLETYPE pComponent)
506 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
580 * @param pComponent handle for this instance of the component
590 OMX_ERRORTYPE VPP_Free_ComponentResources(OMX_HANDLETYPE pComponent)
592 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 936 OMX_ERRORTYPE WMADEC_FreeCompResources(OMX_HANDLETYPE pComponent);
982 OMX_ERRORTYPE WMADECFill_LCMLInitParams(OMX_COMPONENTTYPE* pComponent,
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 542 VideoComponentCapabilities* pComponent = pVideoDecoder->component;
544 if (pComponent != M4OSA_NULL) {
545 VideoProfileLevel *pProfileLevel = pComponent->profileLevel;
546 for (size_t j =0; j < pComponent->profileNumber; j++) {
562 pComponent++;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 486 OMX_ERRORTYPE G711DEC_FreeCompResources(OMX_HANDLETYPE pComponent);
843 OMX_ERRORTYPE G711DEC_CleanupInitParams(OMX_HANDLETYPE pComponent);
849 OMX_ERRORTYPE G711DECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent);

Completed in 1283 milliseconds

1 23 4