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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c163 M4OSA_UInt8* pInPlaneU = M4OSA_NULL; local
227 pInPlaneU = pImagePlanesTemp[1].pac_data ;
394 (void *)pInPlaneU,
396 pInPlaneU += pPlaneOut[1].u_width;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1691 M4OSA_UInt8* pInPlaneU = NULL; local
1755 pInPlaneU = pImagePlanesTemp[1].pac_data ;
1900 memcpy((void *)pOutPlaneU, (void *)pInPlaneU, pPlaneOut[1].u_width);
1901 pInPlaneU += pPlaneOut[1].u_width;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3157 M4OSA_UInt8* pInPlaneU = M4OSA_NULL; local
3220 pInPlaneU = pImagePlanesTemp[1].pac_data ;
3380 memcpy((void *)pOutPlaneU, (void *)pInPlaneU,
3382 pInPlaneU += pOutplane[1].u_width;

Completed in 71 milliseconds