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

1 2

  /external/opencore/codecs_v2/omx/omx_baseclass/include/
pv_omxcomponent.h 304 virtual OMX_ERRORTYPE SetParameter(
542 OSCL_IMPORT_REF OMX_ERRORTYPE SetParameter(
566 OSCL_IMPORT_REF OMX_ERRORTYPE SetParameter(
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 180 result->SetParameter = SetParameterWrapper;
  /external/opencore/codecs_v2/omx/omx_amrenc/src/
omx_amrenc_component.cpp 146 iOmxComponent.SetParameter = OmxComponentAmrEncoderAO::BaseComponentProxySetParameter;
162 iOmxComponent.SetParameter = OmxComponentAmrEncoderAO::BaseComponentSetParameter;
218 //Set to a default value, will change later during setparameter call
234 //Set to a default value, will change later during setparameter call
  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 151 iOmxComponent.SetParameter = OpenmaxMp3AO::BaseComponentProxySetParameter;
167 iOmxComponent.SetParameter = OpenmaxMp3AO::BaseComponentSetParameter;
222 //Set to a default value, will change later during setparameter call
237 //Set to a default value, will change later during setparameter call
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 380 specification for details on the SetParameter method.
382 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/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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 121 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
202 pHandle->SetParameter = SetParameter;
    [all...]
  /external/opencore/codecs_v2/omx/omx_aac/src/
omx_aac_component.cpp 159 iOmxComponent.SetParameter = OpenmaxAacAO::BaseComponentProxySetParameter;
175 iOmxComponent.SetParameter = OpenmaxAacAO::BaseComponentSetParameter;
230 //Set to a default value, will change later during setparameter call
245 //Set to a default value, will change later during setparameter call
    [all...]
  /external/opencore/codecs_v2/omx/omx_amr/src/
omx_amr_component.cpp 154 iOmxComponent.SetParameter = OpenmaxAmrAO::BaseComponentProxySetParameter;
170 iOmxComponent.SetParameter = OpenmaxAmrAO::BaseComponentSetParameter;
225 //Set to a default value, will change later during setparameter call
240 //Set to a default value, will change later during setparameter call
864 // SetParameter() for index OMX_IndexParamStandardComponentRole
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 156 iOmxComponent.SetParameter = OpenmaxAvcAO::BaseComponentProxySetParameter;
172 iOmxComponent.SetParameter = OpenmaxAvcAO::BaseComponentSetParameter;
250 //Set to a default value, will change later during setparameter call
271 //Set to a default value, will change later during setparameter call
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 158 iOmxComponent.SetParameter = OmxComponentAvcEncAO::BaseComponentProxySetParameter;
174 iOmxComponent.SetParameter = OmxComponentAvcEncAO::BaseComponentSetParameter;
259 //Set to a default value, will change later during setparameter call
280 //Set to a default value, will change later during setparameter call
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp 235 iOmxComponent.SetParameter = OpenmaxMpeg4AO::BaseComponentProxySetParameter;
251 iOmxComponent.SetParameter = OpenmaxMpeg4AO::BaseComponentSetParameter;
324 //Set to a default value, will change later during setparameter call
346 //Set to a default value, will change later during setparameter call
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4venc/src/
omx_mpeg4enc_component.cpp 220 iOmxComponent.SetParameter = OmxComponentMpeg4EncAO::BaseComponentProxySetParameter;
236 iOmxComponent.SetParameter = OmxComponentMpeg4EncAO::BaseComponentSetParameter;
297 //Set to a default value, will change later during setparameter call
328 //Set to a default value, will change later during setparameter call
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 137 static OMX_ERRORTYPE SetParameter (OMX_HANDLETYPE hComp,
218 pHandle->SetParameter = SetParameter;
733 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: SetParameter OMX_IndexParamAudioInit \n",__LINE__);
    [all...]

Completed in 530 milliseconds

1 2