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

1 2

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 166 (NULL == component.SetConfig) ||
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 49 mComponent->SetConfig = SetConfigWrapper;
168 return me->setConfig(index, params);
279 OMX_ERRORTYPE SoftOMXComponent::setConfig(
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 398 specification for details on the SetConfig method.
400 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 89 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
336 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)(
OMX_Core.h 72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /external/chromium/net/proxy/
proxy_service_unittest.cc 55 void SetConfig(const ProxyConfig& config) {
591 config_service->SetConfig(
622 config_service->SetConfig(
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 67 component->SetConfig = &qc_omx_component_set_config;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 132 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
223 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 115 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
199 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 135 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
220 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 134 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
215 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 137 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
223 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 125 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
204 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 131 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
232 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 132 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
213 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 132 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
214 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 127 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
212 pHandle->SetConfig = SetConfig;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 341 pHandle->SetConfig = CameraSetConfig;

Completed in 789 milliseconds

1 2