Searched defs:u_width (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VFL_transition.h35 UInt32 u_width; /* active width, in pixels */ member in struct:S_M4ViComImagePlane
H A DM4VIFI_FiltersAPI.h100 M4VIFI_UInt32 u_width; /**< Width of luma in pixel unit */ 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
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/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp278 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 64 milliseconds