Searched defs:u32_width (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB565toRGB565.c55 M4VIFI_UInt32 u32_width, u32_height; local
163 u32_width = u32_width_out;
241 } while(--u32_width);
H A DM4VIFI_ResizeRGB888toRGB888.c68 M4VIFI_UInt32 u32_width, u32_height; local
192 u32_width = u32_width_out;
199 if ((u32_width == 1) && (u32_width_in == u32_width_out)) {
262 } while(--u32_width);
H A DM4VIFI_BGR565toYUV420.c56 M4VIFI_UInt32 u32_width, u32_height; local
97 u32_width = pPlaneOut[0].u_width;
126 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
H A DM4VIFI_RGB565toYUV420.c57 M4VIFI_UInt32 u32_width, u32_height; local
98 u32_width = pPlaneOut[0].u_width;
128 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
H A DM4VIFI_RGB888toYUV420.c42 M4VIFI_UInt32 u32_width, u32_height; local
78 u32_width = PlaneOut[0].u_width;
105 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
H A DM4VFL_transition.c295 UInt32 u32_height, u32_width; local
357 u32_width = pPlaneOut[0].u_width;
382 if ((u32_width >= u32_rangeA) && (u32_rangeA > 0) )
384 u32_blend_inc = ((u32_rangeA-1) * MAX_SHORT) / (u32_width - 1);
386 else /* (u32_width < u32_rangeA) || (u32_rangeA < 0) */
388 u32_blend_inc = (u32_rangeA * MAX_SHORT) / (u32_width);
420 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c57 M4VIFI_UInt32 u32_width, u32_height; local
99 u32_width = pPlaneOut[0].u_width;
129 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1085 M4VIFI_UInt32 u32_width, u32_height; local
1127 u32_width = pPlaneOut[0].u_width;
1157 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
1266 M4VIFI_UInt32 u32_width, u32_height; local
1301 u32_width = PlaneOut[0].u_width;
1328 for (u32_col = u32_width; u32_col != 0 ; u32_col -=2)
1451 M4VIFI_UInt32 u32_width, u32_height; local
1612 u32_width = u32_width_out;
1629 } while(--u32_width);

Completed in 1296 milliseconds