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

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 3828 M4VIFI_UInt8 *p_out0; local
4226 M4VIFI_UInt8 *p_out0; local
4341 M4VIFI_UInt8 *p_out0; local
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 527 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);
    [all...]

Completed in 37 milliseconds