Searched defs:u_stride (Results 1 - 4 of 4) sorted by relevance
/frameworks/media/libvideoeditor/vss/common/inc/ |
H A D | M4VFL_transition.h | 38 UInt32 u_stride; /* line stride, in bytes */ member in struct:S_M4ViComImagePlane
|
H A D | M4VIFI_FiltersAPI.h | 103 M4VIFI_UInt32 u_stride; /**< Stride value */ member in struct:__anon1470
|
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
H A D | M4VFL_transition.c | 46 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...] |
/frameworks/media/libvideoeditor/lvpp/ |
H A D | VideoEditorTools.cpp | 278 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...] |
Completed in 64 milliseconds