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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c156 M4OSA_UInt8* pOutPlaneY = pPlaneOut[0].pac_data + local
385 memcpy( (void *)pOutPlaneY,
389 pOutPlaneY += pPlaneOut[0].u_stride;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1687 M4OSA_UInt8* pOutPlaneY = pPlaneOut[0].pac_data + pPlaneOut[0].u_topleft; local
1894 memcpy((void *)pOutPlaneY, (void *)pInPlaneY, pPlaneOut[0].u_width);
1896 pOutPlaneY += pPlaneOut[0].u_stride;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3150 M4OSA_UInt8* pOutPlaneY = local
3374 memcpy((void *)pOutPlaneY, (void *)pInPlaneY,
3377 pOutPlaneY += pOutplane[0].u_stride;

Completed in 131 milliseconds