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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp794 M4VIFI_UInt8 *p_outYtmp, *p_inYtmp; local
804 p_inYtmp = pInYbegin + (xShift * pPlaneIn[0].u_stride); /* Apply the xShift */
814 *p_outYtmp = *p_inYtmp;
819 p_inYtmp++;
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4079 M4VIFI_UInt8 *p_outYtmp, *p_inYtmp; local
4090 p_inYtmp = pInYbegin + (xShift * pPlaneIn[0].u_stride); /* Apply the xShift */
4101 *p_outYtmp = *p_inYtmp;
4106 p_inYtmp++;

Completed in 57 milliseconds