Searched refs:u32_height_out (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB888toRGB888.c64 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
106 u32_height_out = pPlaneOut->u_height;
119 if (u32_height_out >= u32_height_in)
121 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1);
125 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out);
173 u32_height = u32_height_out;
205 if ((u32_height == 1) && (u32_height_in == u32_height_out)) {
228 if ((u32_height == 1) && (u32_height_in == u32_height_out)) {
H A DM4VIFI_ResizeRGB565toRGB565.c51 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
91 u32_height_out = pPlaneOut->u_height;
101 if (u32_height_out >= u32_height_in) {
102 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1);
104 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out);
144 u32_height = u32_height_out;
171 if ((u32_height == 1) && (u32_height_in == u32_height_out)) {
H A DM4VIFI_ResizeYUVtoBGR565.c66 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; local
107 u32_height_out = pPlaneOut->u_height;
138 if (u32_height_out >= u32_height_in[YPlane])
140 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
144 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out);
229 for (u32_row = u32_height_out; u32_row != 0; u32_row -= 2)
H A DM4VIFI_ResizeYUVtoRGB565.c69 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; local
110 u32_height_out = pPlaneOut->u_height;
142 if (u32_height_out >= u32_height_in[YPlane])
144 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
148 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out);
233 for (u32_row = u32_height_out; u32_row != 0; u32_row -= 2)
/frameworks/av/libvideoeditor/vss/src/
H A DM4AIR_API.c224 M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
279 u32_height_out = ((i==0)||(i==3))?pC->m_params.m_outputSize.m_height:\
293 if (u32_height_out >= u32_height_in)
295 pC->u32_y_inc[i] = ((u32_height_in - 1) * 0x10000) / (u32_height_out-1);
299 pC->u32_y_inc[i] = (u32_height_in * 0x10000) / (u32_height_out);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1447 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
1502 u32_height_out = pPlaneOut[u32_plane].u_height;
1529 if (u32_height_out == u32_height_in) {
1530 u32_height_out = u32_height_out-1;
1535 if (u32_height_out >= u32_height_in)
1537 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1);
1541 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out);
1591 u32_height = u32_height_out;
2113 M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
[all...]

Completed in 767 milliseconds