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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c158 M4OSA_UInt8* pOutPlaneU = pPlaneOut[1].pac_data + local
393 memcpy( (void *)pOutPlaneU,
397 pOutPlaneU += pPlaneOut[1].u_stride;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1688 M4OSA_UInt8* pOutPlaneU = pPlaneOut[1].pac_data + pPlaneOut[1].u_topleft; local
1900 memcpy((void *)pOutPlaneU, (void *)pInPlaneU, pPlaneOut[1].u_width);
1902 pOutPlaneU += pPlaneOut[1].u_stride;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3152 M4OSA_UInt8* pOutPlaneU = local
3380 memcpy((void *)pOutPlaneU, (void *)pInPlaneU,
3383 pOutPlaneU += pOutplane[1].u_stride;

Completed in 80 milliseconds