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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp794 M4VIFI_UInt8 *p_outYtmp, *p_inYtmp; local
803 p_outYtmp = pOutY + 1; /* yShift of 1 pixel */
810 *p_outYtmp = 40; /* Add some horizontal black lines between the two parts of the image */
812 *p_outYtmp = 90; /* Add a random vertical line for the bulk */
814 *p_outYtmp = *p_inYtmp;
818 p_outYtmp++;
823 p_outYtmp = pOutY;
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4079 M4VIFI_UInt8 *p_outYtmp, *p_inYtmp; local
4089 p_outYtmp = pOutY + 1; /* yShift of 1 pixel */
4096 *p_outYtmp = 40; /* Add some horizontal black lines between the
4099 *p_outYtmp = 90; /* Add a random vertical line for the bulk */
4101 *p_outYtmp = *p_inYtmp;
4105 p_outYtmp++;
4110 p_outYtmp = pOutY;

Completed in 1917 milliseconds