Searched refs:pOutCr (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp745 M4VIFI_UInt8 *pInCr,* pOutCr; local
777 pOutCr = pPlaneOut[plane_number].pac_data + pPlaneOut[plane_number].u_topleft;
782 memset((void *)pOutCr, 117,pPlaneIn[plane_number].u_width); /* U value */
784 memset((void *)pOutCr, 139,pPlaneIn[plane_number].u_width); /* V value */
787 pOutCr += pPlaneOut[plane_number].u_stride;
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4021 M4VIFI_UInt8 *pInCr,* pOutCr; local
4062 pOutCr = pPlaneOut[plane_number].pac_data + pPlaneOut[plane_number].u_topleft;
4067 memset((void *)pOutCr, 117,pPlaneIn[plane_number].u_width); /* U value */
4069 memset((void *)pOutCr, 139,pPlaneIn[plane_number].u_width); /* V value */
4072 pOutCr += pPlaneOut[plane_number].u_stride;

Completed in 45 milliseconds