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

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_virtual.h53 int SetConfig(uint32_t width, uint32_t height);
H A Dhwc_display_virtual.cpp67 status = hwc_display_virtual->SetConfig(width, height);
160 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { function in class:sdm::HWCDisplayVirtual
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_virtual.h55 int SetConfig(uint32_t width, uint32_t height);
H A Dhwc_display_virtual.cpp69 status = hwc_display_virtual->SetConfig(width, height);
163 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { function in class:sdm::HWCDisplayVirtual
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h122 static OMX_ERRORTYPE SetConfig(
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
910 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
910 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
910 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp101 mBaseComponent.SetConfig = SetConfig;
438 OMX_ERRORTYPE ISVComponent::SetConfig( function in class:ISVComponent
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h157 static OMX_ERRORTYPE SetConfig(
349 /* Get/SetConfig */
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config;
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config;
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config;
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config;
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp282 handle->SetConfig = SetConfig;
727 OMX_ERRORTYPE ComponentBase::SetConfig( function in class:ComponentBase

Completed in 273 milliseconds