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

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 3830 M4VIFI_UInt8 *p_out2; local
4228 M4VIFI_UInt8 *p_out2; local
4343 M4VIFI_UInt8 *p_out2; local
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 529 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);
    [all...]

Completed in 95 milliseconds