Searched defs:p_out0 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c3828 M4VIFI_UInt8 *p_out0; local
3858 p_out0 = PlaneOut[0].pac_data;
3936 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
3944 *( p_out0+y+x*PlaneOut[0].u_stride)=
3947 *( p_out0+y+x*PlaneOut[0].u_stride)+=
3978 *( p_out0+y+x*PlaneOut[0].u_stride)=*(p_in_Y+y+x*PlaneIn[0].u_stride);
4226 M4VIFI_UInt8 *p_out0; local
4253 p_out0 = PlaneOut[0].pac_data;
4282 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in1_Y+x+y*PlaneIn1[0].u_stride);
4291 *( p_out0
4341 M4VIFI_UInt8 *p_out0; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp527 M4VIFI_UInt8 *p_out0; local
573 p_out0 = PlaneOut[0].pac_data;
672 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
678 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(currentFraming->FramingYuv[0].pac_data+(y-topleft[0])+(x-topleft[1])*currentFraming->FramingYuv[0].u_stride))*alphaBlending;
679 *( p_out0+y+x*PlaneOut[0].u_stride)+=(*(p_in_Y+y+x*PlaneIn[0].u_stride))*(1-alphaBlending);
699 *( p_out0+y+x*PlaneOut[0].u_stride)=*(p_in_Y+y+x*PlaneIn[0].u_stride);

Completed in 272 milliseconds