Home
last modified time | relevance | path

Searched refs:pInPlaneV (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_VideoPreProcessing.c164 M4OSA_UInt8* pInPlaneV = M4OSA_NULL; in M4MCS_intApplyVPP() local
228 pInPlaneV = pImagePlanesTemp[2].pac_data ; in M4MCS_intApplyVPP()
402 (void *)pInPlaneV, in M4MCS_intApplyVPP()
404 pInPlaneV += pPlaneOut[2].u_width; in M4MCS_intApplyVPP()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp1692 M4OSA_UInt8* pInPlaneV = NULL; in applyRenderingMode() local
1756 pInPlaneV = pImagePlanesTemp[2].pac_data ; in applyRenderingMode()
1906 memcpy((void *)pOutPlaneV, (void *)pInPlaneV, pPlaneOut[2].u_width); in applyRenderingMode()
1907 pInPlaneV += pPlaneOut[2].u_width; in applyRenderingMode()
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_EditVideo.c3158 M4OSA_UInt8* pInPlaneV = M4OSA_NULL; in M4VSS3GPP_intApplyRenderingMode() local
3221 pInPlaneV = pImagePlanesTemp[2].pac_data ; in M4VSS3GPP_intApplyRenderingMode()
3386 memcpy((void *)pOutPlaneV, (void *)pInPlaneV, in M4VSS3GPP_intApplyRenderingMode()
3388 pInPlaneV += pOutplane[2].u_width; in M4VSS3GPP_intApplyRenderingMode()