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

1 2 3

  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 47 mComponent->SetParameter = SetParameterWrapper;
144 return me->setParameter(index, params);
269 OMX_ERRORTYPE SoftOMXComponent::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/intel/common/utils/ISV/include/
isv_omxcomponent.h 106 static OMX_ERRORTYPE SetParameter(
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 139 static OMX_ERRORTYPE SetParameter(
301 /* called in GetHandle (nr_roles == 1) or SetParameter(ComponentRole) */
341 /* Get/SetParameter */
  /hardware/qcom/media/msm8974/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/msm8974/mm-core/omxcore/inc/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
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/omap4-aah/domx/omx_core/inc/
OMX_Component.h 380 specification for details on the SetParameter method.
382 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/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 99 mBaseComponent.SetParameter = SetParameter;
289 OMX_ERRORTYPE ISVComponent::SetParameter(
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.cpp 60 component->SetParameter = &qc_omx_component_set_parameter;
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.cpp 60 component->SetParameter = &qc_omx_component_set_parameter;
  /hardware/qcom/media/msm8996/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...]

Completed in 1159 milliseconds

1 2 3