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

1 2 3

  /external/chromium_org/chrome/installer/util/
wmi.h 45 // WMI method that you can fill with parameter values using SetParameter.
55 static bool SetParameter(IWbemClassObject* class_method,
wmi.cc 82 bool SetParameter(IWbemClassObject* class_method,
110 if (!SetParameter(process_create, L"CommandLine", b_command_line.AsInput()))
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 80 GLenum SetParameter(Texture* texture, GLenum pname, GLint param) {
227 SetParameter(texture, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
228 SetParameter(texture, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
438 SetParameter(texture1, GL_TEXTURE_MIN_FILTER, GL_NEAREST));
446 SetParameter(texture2, GL_TEXTURE_MAG_FILTER, GL_NEAREST));
texture_manager_unittest.cc 81 void SetParameter(
133 TEST_F(TextureManagerTest, SetParameter) {
143 SetParameter(texture_ref, GL_TEXTURE_MIN_FILTER, GL_NEAREST, GL_NO_ERROR);
145 SetParameter(texture_ref, GL_TEXTURE_MAG_FILTER, GL_NEAREST, GL_NO_ERROR);
147 SetParameter(texture_ref, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE, GL_NO_ERROR);
149 SetParameter(texture_ref, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE, GL_NO_ERROR);
151 SetParameter(texture_ref, GL_TEXTURE_MAX_ANISOTROPY_EXT, 1, GL_NO_ERROR);
152 SetParameter(texture_ref, GL_TEXTURE_MAX_ANISOTROPY_EXT, 2, GL_NO_ERROR);
153 SetParameter(
156 SetParameter(
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 47 mComponent->SetParameter = SetParameterWrapper;
144 return me->setParameter(index, params);
269 OMX_ERRORTYPE SoftOMXComponent::setParameter(
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 157 (NULL == component->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 104 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/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/mm-core/omxcore/inc/
OMX_Component.h 363 specification for details on the SetParameter method.
365 OMX_ERRORTYPE (*SetParameter)(
OMX_Core.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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 89 mBaseComponent.SetParameter = SetParameter;
278 OMX_ERRORTYPE ISVComponent::SetParameter(
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 60 component->SetParameter = &qc_omx_component_set_parameter;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 60 component->SetParameter = &qc_omx_component_set_parameter;

Completed in 447 milliseconds

1 2 3