HomeSort by relevance Sort by last modified time
    Searched refs:SetCallbacks (Results 1 - 25 of 50) sorted by null

1 2

  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 53 OMX_ERRORTYPE SetCallbacks(OMX_HANDLETYPE hComponent,
componentbase.h 233 static OMX_ERRORTYPE SetCallbacks(
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 110 mBaseComponent.SetCallbacks = SetCallbacks;
823 OMX_ERRORTYPE ISVComponent::SetCallbacks(
851 return mComponent->SetCallbacks(mComponent, mpISVCallBacks, pAppData);
853 return mComponent->SetCallbacks(mComponent, pCallbacks, pAppData);
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.c 259 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.c 259 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 257 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 58 mComponent->SetCallbacks = NULL;
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 265 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.c 265 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /frameworks/native/include/media/openmax/
OMX_Component.h 539 /** The SetCallbacks method is used by the core to specify the callback
557 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 190 static OMX_ERRORTYPE SetCallbacks(
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 539 /** The SetCallbacks method is used by the core to specify the callback
557 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 290 handle->SetCallbacks = SetCallbacks;
1194 OMX_ERRORTYPE ComponentBase::SetCallbacks(
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.cpp 71 component->SetCallbacks = &qc_omx_component_set_callbacks;
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.cpp 71 component->SetCallbacks = &qc_omx_component_set_callbacks;
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.cpp 71 component->SetCallbacks = &qc_omx_component_set_callbacks;
  /hardware/qcom/media/msmcobalt/mm-core/src/common/
omx_core_cmp.cpp 71 component->SetCallbacks = &qc_omx_component_set_callbacks;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 113 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
217 pHandle->SetCallbacks = SetCallbacks;
475 * SetCallbacks() Sets application callbacks to the component
491 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 98 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
193 pHandle->SetCallbacks = SetCallbacks;
444 * SetCallbacks() Sets application callbacks to the component
460 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent,
470 G711ENC_DPRINT("%d :: Entering SetCallbacks\n", __LINE__);
486 G711ENC_DPRINT("%d :: Exiting SetCallbacks\n", __LINE__);
    [all...]

Completed in 782 milliseconds

1 2