Searched refs:u32_height (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB888toRGB888.c68 M4VIFI_UInt32 u32_width, u32_height; local
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)) {
273 } while(--u32_height);
H A DM4VIFI_ResizeRGB565toRGB565.c55 M4VIFI_UInt32 u32_width, u32_height; local
144 u32_height = u32_height_out;
171 if ((u32_height == 1) && (u32_height_in == u32_height_out)) {
251 } while(--u32_height);
H A DM4VIFI_BGR565toYUV420.c56 M4VIFI_UInt32 u32_width, u32_height; local
98 u32_height = pPlaneOut[0].u_height;
112 for (u32_row = u32_height ;u32_row != 0; u32_row -=2)
H A DM4VIFI_RGB565toYUV420.c57 M4VIFI_UInt32 u32_width, u32_height; local
99 u32_height = pPlaneOut[0].u_height;
114 for (u32_row = u32_height ;u32_row != 0; u32_row -=2)
H A DM4VIFI_RGB888toYUV420.c42 M4VIFI_UInt32 u32_width, u32_height; local
79 u32_height = PlaneOut[0].u_height;
93 for (u32_row = u32_height ;u32_row != 0; u32_row -=2)
H A DM4VFL_transition.c295 UInt32 u32_height, u32_width; local
356 u32_height = pPlaneOut[0].u_height;
392 for (u32_row = u32_height; u32_row != 0; u32_row -=2)
/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c57 M4VIFI_UInt32 u32_width, u32_height; local
100 u32_height = pPlaneOut[0].u_height;
115 for (u32_row = u32_height ;u32_row != 0; u32_row -=2)
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1085 M4VIFI_UInt32 u32_width, u32_height; local
1128 u32_height = pPlaneOut[0].u_height;
1143 for (u32_row = u32_height ;u32_row != 0; u32_row -=2)
1266 M4VIFI_UInt32 u32_width, u32_height; local
1302 u32_height = PlaneOut[0].u_height;
1316 for (u32_row = u32_height ;u32_row != 0; u32_row -=2)
1451 M4VIFI_UInt32 u32_width, u32_height; local
1591 u32_height = u32_height_out;
1649 } while(--u32_height);

Completed in 618 milliseconds