Searched refs:u32_width_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
105 u32_width_out = pPlaneOut->u_width;
109 if (u32_width_out >= u32_width_in)
111 u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (u32_width_out-1);
115 u32_x_inc = (u32_width_in * MAX_SHORT) / (u32_width_out);
192 u32_width = u32_width_out;
199 if ((u32_width == 1) && (u32_width_in == u32_width_out)) {
264 //pu16_data_out = pu16_data_out + (u32_stride_out>>1) - (u32_width_out);
H A DM4VIFI_ResizeRGB565toRGB565.c51 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
90 u32_width_out = pPlaneOut->u_width;
94 if (u32_width_out >= u32_width_in) {
95 u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (u32_width_out-1);
97 u32_x_inc = (u32_width_in * MAX_SHORT) / (u32_width_out);
163 u32_width = u32_width_out;
H A DM4VIFI_ResizeYUVtoBGR565.c66 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; local
105 u32_width_out = pPlaneOut->u_width;
128 if (u32_width_out >= u32_width_in[YPlane])
130 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
134 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
256 for (u32_col = u32_width_out; u32_col != 0; u32_col -= 2)
H A DM4VIFI_ResizeYUVtoRGB565.c69 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; local
108 u32_width_out = pPlaneOut->u_width;
132 if (u32_width_out >= u32_width_in[YPlane])
134 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
138 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
260 for (u32_col = u32_width_out; u32_col != 0; u32_col -= 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
277 u32_width_out = ((i==0)||(i==3))?pC->m_params.m_outputSize.m_width:\
283 if (u32_width_out >= u32_width_in)
285 pC->u32_x_inc[i] = ((u32_width_in-1) * 0x10000) / (u32_width_out-1);
289 pC->u32_x_inc[i] = (u32_width_in * 0x10000) / (u32_width_out);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1447 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
1501 u32_width_out = pPlaneOut[u32_plane].u_width;
1509 if (u32_width_out == u32_width_in) {
1510 u32_width_out = u32_width_out-1;
1515 if (u32_width_out >= u32_width_in)
1517 u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (u32_width_out-1);
1521 u32_x_inc = (u32_width_in * MAX_SHORT) / (u32_width_out);
1612 u32_width = u32_width_out;
1640 pu8dum = (pu8_data_out-u32_width_out);
2113 M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in, u32_height_out; local
[all...]

Completed in 78 milliseconds