Searched refs:p_out2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c3830 M4VIFI_UInt8 *p_out2; local
3860 p_out2 = PlaneOut[2].pac_data;
3939 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=
3955 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=
3959 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)+=
3981 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=
4228 M4VIFI_UInt8 *p_out2; local
4255 p_out2 = PlaneOut[2].pac_data;
4285 *( p_out2+(x>>1)+(y>>1)*PlaneOut[2].u_stride)=
4294 *( p_out2
4343 M4VIFI_UInt8 *p_out2; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp529 M4VIFI_UInt8 *p_out2; local
575 p_out2 = PlaneOut[2].pac_data;
674 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
682 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(currentFraming->FramingYuv[2].pac_data+((y-topleft[0])>>1)+((x-topleft[1])>>1)*currentFraming->FramingYuv[2].u_stride))*alphaBlending;
683 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)+=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride))*(1-alphaBlending);
701 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride);

Completed in 136 milliseconds