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

1 2

  /external/opencore/codecs_v2/omx/omx_aac/include/
omx_aac_component.h 67 OMX_ERRORTYPE GetConfig(
  /external/opencore/codecs_v2/omx/omx_mp3/include/
omx_mp3_component.h 68 OMX_ERRORTYPE GetConfig(
  /external/opencore/codecs_v2/omx/omx_amr/include/
omx_amr_component.h 73 OMX_ERRORTYPE GetConfig(
  /external/opencore/codecs_v2/omx/omx_h264/include/
omx_avc_component.h 73 OMX_ERRORTYPE GetConfig(
  /external/opencore/codecs_v2/omx/omx_m4v/include/
omx_mpeg4_component.h 75 OMX_ERRORTYPE GetConfig(
  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 152 iOmxComponent.GetConfig = OpenmaxMp3AO::BaseComponentProxyGetConfig;
168 iOmxComponent.GetConfig = OpenmaxMp3AO::BaseComponentGetConfig;
    [all...]
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 87 return getBase(hComponent)->getConfig(nIndex, pComponentConfigStructure);
181 result->GetConfig = GetConfigWrapper;
  /external/opencore/codecs_v2/omx/omx_amrenc/src/
omx_amrenc_component.cpp 147 iOmxComponent.GetConfig = OmxComponentAmrEncoderAO::BaseComponentProxyGetConfig;
163 iOmxComponent.GetConfig = OmxComponentAmrEncoderAO::BaseComponentGetConfig;
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 389 specification for details on the GetConfig method.
391 OMX_ERRORTYPE (*GetConfig)(
OMX_Core.h 89 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 372 specification for details on the GetConfig method.
374 OMX_ERRORTYPE (*GetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
    [all...]
  /external/opencore/codecs_v2/omx/omx_aac/src/
omx_aac_component.cpp 160 iOmxComponent.GetConfig = OpenmaxAacAO::BaseComponentProxyGetConfig;
176 iOmxComponent.GetConfig = OpenmaxAacAO::BaseComponentGetConfig;
    [all...]
  /external/opencore/codecs_v2/omx/omx_amr/src/
omx_amr_component.cpp 155 iOmxComponent.GetConfig = OpenmaxAmrAO::BaseComponentProxyGetConfig;
171 iOmxComponent.GetConfig = OpenmaxAmrAO::BaseComponentGetConfig;
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 157 iOmxComponent.GetConfig = OpenmaxAvcAO::BaseComponentProxyGetConfig;
173 iOmxComponent.GetConfig = OpenmaxAvcAO::BaseComponentGetConfig;
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp 236 iOmxComponent.GetConfig = OpenmaxMpeg4AO::BaseComponentProxyGetConfig;
252 iOmxComponent.GetConfig = OpenmaxMpeg4AO::BaseComponentGetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 129 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
222 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 112 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
198 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 132 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
219 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 131 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
214 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 134 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
222 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 122 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
203 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 128 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
231 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 129 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
212 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 129 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
213 pHandle->GetConfig = GetConfig;
    [all...]

Completed in 516 milliseconds

1 2