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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c160 M4OSA_UInt8* pOutPlaneV = pPlaneOut[2].pac_data + local
401 memcpy( (void *)pOutPlaneV,
405 pOutPlaneV += pPlaneOut[2].u_stride;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1689 M4OSA_UInt8* pOutPlaneV = pPlaneOut[2].pac_data + pPlaneOut[2].u_topleft; local
1906 memcpy((void *)pOutPlaneV, (void *)pInPlaneV, pPlaneOut[2].u_width);
1908 pOutPlaneV += pPlaneOut[2].u_stride;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3154 M4OSA_UInt8* pOutPlaneV = local
3386 memcpy((void *)pOutPlaneV, (void *)pInPlaneV,
3389 pOutPlaneV += pOutplane[2].u_stride;

Completed in 698 milliseconds