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

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c3829 M4VIFI_UInt8 *p_out1; local
3859 p_out1 = PlaneOut[1].pac_data;
3937 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=
3949 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=
3953 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)+=
3979 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=
4227 M4VIFI_UInt8 *p_out1; local
4254 p_out1 = PlaneOut[1].pac_data;
4283 *( p_out1+(x>>1)+(y>>1)*PlaneOut[1].u_stride)=
4292 *( p_out1
4342 M4VIFI_UInt8 *p_out1; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp528 M4VIFI_UInt8 *p_out1; local
574 p_out1 = PlaneOut[1].pac_data;
673 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride));
680 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(currentFraming->FramingYuv[1].pac_data+((y-topleft[0])>>1)+((x-topleft[1])>>1)*currentFraming->FramingYuv[1].u_stride))*alphaBlending;
681 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)+=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride))*(1-alphaBlending);
700 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride);

Completed in 63 milliseconds