Home
last modified time | relevance | path

Searched refs:SetConfig (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_virtual.h53 int SetConfig(uint32_t width, uint32_t height);
Dhwc_display_virtual.cpp67 status = hwc_display_virtual->SetConfig(width, height); in Create()
160 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { in SetConfig() function in sdm::HWCDisplayVirtual
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_virtual.h55 int SetConfig(uint32_t width, uint32_t height);
Dhwc_display_virtual.cpp69 status = hwc_display_virtual->SetConfig(width, height); in Create()
163 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { in SetConfig() function in sdm::HWCDisplayVirtual
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp101 mBaseComponent.SetConfig = SetConfig; in ISVComponent()
438 OMX_ERRORTYPE ISVComponent::SetConfig( in SetConfig() function in ISVComponent
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Component.h383 OMX_ERRORTYPE (*SetConfig)( member
DOMX_Core.h910 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Component.h383 OMX_ERRORTYPE (*SetConfig)( member
DOMX_Core.h910 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Component.h383 OMX_ERRORTYPE (*SetConfig)( member
DOMX_Core.h910 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Component.h383 OMX_ERRORTYPE (*SetConfig)( member
DOMX_Core.h901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h122 static OMX_ERRORTYPE SetConfig(
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h157 static OMX_ERRORTYPE SetConfig(
/hardware/qcom/media/msm8998/mm-core/src/common/
Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config; in qc_omx_create_component_wrapper()
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config; in qc_omx_create_component_wrapper()
/hardware/qcom/media/msm8974/mm-core/src/common/
Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config; in qc_omx_create_component_wrapper()
/hardware/qcom/media/msm8996/mm-core/src/common/
Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config; in qc_omx_create_component_wrapper()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp282 handle->SetConfig = SetConfig; in GetHandle()
727 OMX_ERRORTYPE ComponentBase::SetConfig( in SetConfig() function in ComponentBase