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

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VFL_transition.h36 UInt32 u_height; /* active height, in lines */ member in struct:S_M4ViComImagePlane
H A DM4VIFI_FiltersAPI.h101 M4VIFI_UInt32 u_height; /**< Height 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
58 u_height = plane_in[0].u_height;
70 for (j = u_height; j != 0; j--)
106 for (j = u_height; j != 0; j--)
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
140 u_height = plane_in[1].u_height;
151 for (j = u_height; j != 0; j--)
168 for (j = u_height;
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp285 PlaneOut[0].u_width * PlaneOut[0].u_height);
292 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++)
316 PlaneOut[0].u_width * PlaneOut[0].u_height);
323 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++)
367 for (i = 0; i < PlaneOut[plane_number].u_height; i++)
441 b = (M4OSA_UInt16)( b - ((b*i)/PlaneIn[plane_number].u_height));
442 g = (M4OSA_UInt16)(g - ((g*i)/PlaneIn[plane_number].u_height));
443 r = (M4OSA_UInt16)(r - ((r*i)/PlaneIn[plane_number].u_height));
625 for( x=0 ;x < PlaneIn[0].u_height ; x++)
634 x < (topleft[1] + currentFraming->FramingYuv[0].u_height)
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
[all...]

Completed in 101 milliseconds