You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//The kernel is using the rectangle data to calculate mask. If the rectangle configuration does not comply to kernel requirement, the mask calculation will be incorrect and will see corruption.
6101
+
if (pcRenderParam->pColorFillParams == nullptr &&
6102
+
pcRenderParam->uSrcCount == 1 &&
6103
+
pcRenderParam->uDstCount == 1 &&
6104
+
pcRenderParam->pSrc[0] != nullptr &&
6105
+
pcRenderParam->pTarget[0] != nullptr)
6106
+
{
6107
+
if (pcRenderParam->pSrc[0]->rcDst.top >= pcRenderParam->pTarget[0]->rcDst.top &&
VPHAL_RENDER_NORMALMESSAGE("Render Path : 1 Surface to 1 Surface FC Composition. ColorFill is Disabled. Output Dst is bigger than Input Dst. Will make Output Dst become Input Dst to Avoid FC Corruption. (%d %d %d %d) -> (%d %d %d %d)",
0 commit comments