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

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

Completed in 94 milliseconds