Home
last modified time | relevance | path

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

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