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

1 2

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 165 (NULL == component.GetConfig) ||
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 87 return getBase(hComponent)->getConfig(nIndex, pComponentConfigStructure);
181 result->GetConfig = GetConfigWrapper;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
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...]
  /frameworks/base/include/media/stagefright/openmax/
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/qcom/media/mm-core/omxcore/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...]
  /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...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 66 component->GetConfig = &qc_omx_component_get_config;
  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 124 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
203 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 140 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
220 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 116 static OMX_ERRORTYPE GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR pComponentConfigStructure);
183 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 140 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
225 pHandle->GetConfig = GetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 123 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
217 pHandle->GetConfig = GetConfig;
    [all...]

Completed in 1126 milliseconds

1 2