HomeSort by relevance Sort by last modified time
    Searched refs:p_out1 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 3829 M4VIFI_UInt8 *p_out1; local
4227 M4VIFI_UInt8 *p_out1; local
4342 M4VIFI_UInt8 *p_out1; local
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 528 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);
    [all...]

Completed in 53 milliseconds