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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c162 M4OSA_UInt8* pInPlaneY = M4OSA_NULL; local
226 pInPlaneY = pImagePlanesTemp[0].pac_data ;
386 (void *)pInPlaneY,
388 pInPlaneY += pPlaneOut[0].u_width;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1690 M4OSA_UInt8* pInPlaneY = NULL; local
1754 pInPlaneY = pImagePlanesTemp[0].pac_data ;
1894 memcpy((void *)pOutPlaneY, (void *)pInPlaneY, pPlaneOut[0].u_width);
1895 pInPlaneY += pPlaneOut[0].u_width;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3156 M4OSA_UInt8* pInPlaneY = M4OSA_NULL; local
3219 pInPlaneY = pImagePlanesTemp[0].pac_data ;
3374 memcpy((void *)pOutPlaneY, (void *)pInPlaneY,
3376 pInPlaneY += pOutplane[0].u_width;

Completed in 846 milliseconds