Searched refs:pPlaneIn2 (Results 1 – 2 of 2) sorted by relevance
282 M4ViComImagePlane *pPlaneIn2, in M4VIFI_ImageBlendingonYUV420() argument303 (IS_EVEN(pPlaneIn2[0].u_height) == FALSE) || in M4VIFI_ImageBlendingonYUV420()306 (pPlaneIn2[0].u_height != pPlaneOut[0].u_height) ) in M4VIFI_ImageBlendingonYUV420()313 (IS_EVEN(pPlaneIn2[0].u_width) == FALSE) || in M4VIFI_ImageBlendingonYUV420()316 (pPlaneIn2[0].u_width != pPlaneOut[0].u_width) ) in M4VIFI_ImageBlendingonYUV420()327 pu8_data_Y_start2 = pPlaneIn2[0].pac_data + pPlaneIn2[0].u_topleft; in M4VIFI_ImageBlendingonYUV420()328 pu8_data_U_start2 = pPlaneIn2[1].pac_data + pPlaneIn2[1].u_topleft; in M4VIFI_ImageBlendingonYUV420()329 pu8_data_V_start2 = pPlaneIn2[2].pac_data + pPlaneIn2[2].u_topleft; in M4VIFI_ImageBlendingonYUV420()342 u32_stride_Y2 = pPlaneIn2[0].u_stride; in M4VIFI_ImageBlendingonYUV420()343 u32_stride_U2 = pPlaneIn2[1].u_stride; in M4VIFI_ImageBlendingonYUV420()[all …]
95 M4ViComImagePlane *pPlaneIn2,