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

1 2

  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 47 mComponent->SetParameter = SetParameterWrapper;
144 return me->setParameter(index, params);
269 OMX_ERRORTYPE SoftOMXComponent::setParameter(
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 157 (NULL == component->SetParameter) ||
  /frameworks/native/include/media/openmax/
OMX_Component.h 380 specification for details on the SetParameter method.
382 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 60 component->SetParameter = &qc_omx_component_set_parameter;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 60 component->SetParameter = &qc_omx_component_set_parameter;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 126 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
221 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 109 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
197 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 129 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
218 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 128 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
213 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 131 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
221 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 119 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
202 pHandle->SetParameter = SetParameter;
750 * SetParameter() Sets configuration paramets to the component
761 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
775 G726ENC_DPRINT("%d :: Entering the SetParameter\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 125 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
230 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 126 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
211 pHandle->SetParameter = SetParameter;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 126 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
212 pHandle->SetParameter = SetParameter;
    [all...]

Completed in 1226 milliseconds

1 2