Searched defs:u_width (Results 1 - 4 of 4) sorted by relevance
/frameworks/media/libvideoeditor/vss/common/inc/ |
H A D | M4VFL_transition.h | 35 UInt32 u_width; /* active width, in pixels */ member in struct:S_M4ViComImagePlane
|
H A D | M4VIFI_FiltersAPI.h | 100 M4VIFI_UInt32 u_width; /**< Width of luma in pixel unit */ 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 57 u_width = plane_in[0].u_width; 72 memset((void *)p_dest,16, u_width); 110 for (i = (u_width >> 1); i != 0; i--) 135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local 139 u_width = plane_in[1].u_width; 153 for (i = u_width; i != 0; i--) 155 memcpy((void *)p_cdest_line, (void *)p_csrc_line, u_width); [all...] |
/frameworks/media/libvideoeditor/lvpp/ |
H A D | VideoEditorTools.cpp | 278 if(PlaneIn[0].u_width != PlaneIn[0].u_stride) 285 PlaneOut[0].u_width * PlaneOut[0].u_height); 292 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++) 309 if(PlaneIn[0].u_width != PlaneIn[0].u_stride) 316 PlaneOut[0].u_width * PlaneOut[0].u_height); 323 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++) 378 PlaneIn[plane_number].u_width); 382 PlaneIn[plane_number].u_width); 386 PlaneIn[plane_number].u_width); 392 PlaneIn[plane_number].u_width); 842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local [all...] |
Completed in 9 milliseconds