Home
last modified time | relevance | path

Searched refs:blendingParams (Results 1 – 11 of 11) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/features/
Dvp_fc_filter.cpp123 layer.blendingParams = blending ? blending->GetSwFilterParams().blendingParams : nullptr; in InitLayer()
124 … = blending ? BLEND_XOR_MONO == blending->GetSwFilterParams().blendingParams->BlendType : f… in InitLayer()
315 if (layer.blendingParams && in CalculateConstantAlpha()
316 ((layer.blendingParams->BlendType == BLEND_CONSTANT) || in CalculateConstantAlpha()
317 (layer.blendingParams->BlendType == BLEND_CONSTANT_SOURCE) || in CalculateConstantAlpha()
318 (layer.blendingParams->BlendType == BLEND_CONSTANT_PARTIAL))) in CalculateConstantAlpha()
320 float fAlpha = layer.blendingParams->fAlpha; in CalculateConstantAlpha()
337 layer.blendingParams->BlendType, in CalculateConstantAlpha()
338 layer.blendingParams->fAlpha); in CalculateConstantAlpha()
342 if (layer.blendingParams->BlendType == BLEND_CONSTANT) in CalculateConstantAlpha()
[all …]
Dvp_hdr_render_filter.cpp102 auto &blendingParams = blending->GetSwFilterParams(); in CalculateEngineParams() local
103 m_renderHdrParams.pBlendingParams = blendingParams.blendingParams; in CalculateEngineParams()
Dvp_l0_fc_filter.cpp740 if (blending && blending->GetSwFilterParams().blendingParams) in InitLayer()
742 layer.blendingParams = *blending->GetSwFilterParams().blendingParams; in InitLayer()
746 layer.blendingParams.BlendType = BLEND_NONE; in InitLayer()
944 …VP_PUBLIC_CHK_STATUS_RETURN(ConvertBlendingToKrnParam(layer.blendingParams, imageParam.controlSett… in GenerateInputImageParam()
1716 inputLayer.blendingParams.BlendType != BLEND_NONE || in FastExpressConditionMeet()
2115 …ayerParam: Blending type %d, alpha %f", layerParam.blendingParams.BlendType, layerParam.blendingPa… in PrintCompLayerParam()
Dvp_l0_fc_filter.h56 VPHAL_BLENDING_PARAMS blendingParams = {}; member
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
Dsw_filter.h969 PVPHAL_BLENDING_PARAMS blendingParams = nullptr; member
985 …_NORMAL, MT_VP_FEATURE_GRAPH_FILTER_BLENDTYPE, m_Params.blendingParams ? m_Params.blendingParams->… in AddFeatureGraphRTLog()
986 …m_Params.blendingParams ? (int64_t) m_Params.blendingParams->fAlpha : -1, MT_VP_FEATURE_GRAPH_FILT… in AddFeatureGraphRTLog()
987 …ing: BlendType %d, fAlpha %f, FeatureType %d", m_Params.blendingParams ? m_Params.blendingParams->… in AddFeatureGraphRTLog()
988 … m_Params.blendingParams ? m_Params.blendingParams->fAlpha : -1, GetFeatureType()); in AddFeatureGraphRTLog()
Dsw_filter.cpp1706 m_Params.blendingParams = surfInput->pBlendingParams; in Configure()
1709 if (m_Params.blendingParams && m_Params.blendingParams->BlendType == BLEND_PARTIAL) in Configure()
1718 m_Params.blendingParams->BlendType = BLEND_SOURCE; in Configure()
/external/intel-media-driver/media_softlet/linux/common/vp/ddi/
Dddi_vp_functions.cpp3799 PVPHAL_BLENDING_PARAMS blendingParams, in SetBlendingTypes() argument
3803 DDI_VP_CHK_NULL(blendingParams, "nullptr blendingParams.", ); in SetBlendingTypes()
3806 blendingParams->BlendType = BLEND_PARTIAL; in SetBlendingTypes()
3812 blendingParams->BlendType = BLEND_CONSTANT_PARTIAL; in SetBlendingTypes()
3817 blendingParams->BlendType = BLEND_PARTIAL; in SetBlendingTypes()
3819 blendingParams->fAlpha = globalalpha; in SetBlendingTypes()
3823 blendingParams->BlendType = BLEND_CONSTANT; in SetBlendingTypes()
3824 blendingParams->fAlpha = globalalpha; in SetBlendingTypes()
3829 blendingParams->BlendType = BLEND_SOURCE; in SetBlendingTypes()
Dddi_vp_functions.h1418 PVPHAL_BLENDING_PARAMS blendingParams,
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
Dvp_render_fc_types.h1372 PVPHAL_BLENDING_PARAMS blendingParams; member
Dvp_render_hdr_kernel.h857 PVPHAL_BLENDING_PARAMS blendingParams; member
Dvp_render_fc_kernel.cpp988 if (src->blendingParams != nullptr) in BuildFilter()
990 switch (src->blendingParams->BlendType) in BuildFilter()