Searched defs:u_stride (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp278 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
309 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
485 p_buf_src += PlaneIn[plane_number].u_stride;
486 p_buf_dest += PlaneOut[plane_number].u_stride;
672 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
673 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride));
674 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
3680 M4VIFI_UInt32 i,j, u_stride; local
3717 M4VIFI_UInt32 i,j, u_stride; local
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VFL_transition.h38 UInt32 u_stride; /* line stride, in bytes */ member in struct:S_M4ViComImagePlane
H A DM4VIFI_FiltersAPI.h103 M4VIFI_UInt32 u_stride; /**< Stride value */ member in struct:__anon186
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c46 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
59 u_stride = (plane_in[0].u_stride >> 1);
60 u_stride_out = (plane_out[0].u_stride >> 1);
120 p_src_line += u_stride;
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
141 u_stride = plane_in[1].u_stride;
142 u_stride_out = plane_out[1].u_stride;
160 p_csrc_line += u_stride;
[all...]

Completed in 244 milliseconds