HomeSort by relevance Sort by last modified time
    Searched refs:u32_height (Results 1 - 8 of 8) sorted by null

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c 68 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);
M4VIFI_ResizeRGB565toRGB565.c 55 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);
M4VIFI_BGR565toYUV420.c 56 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)
M4VIFI_RGB565toYUV420.c 57 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)
M4VIFI_RGB888toYUV420.c 42 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)
M4VFL_transition.c 295 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/
M4VIFI_xVSS_RGB565toYUV420.c 57 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/
VideoEditorTools.cpp 1085 M4VIFI_UInt32 u32_width, u32_height; local
1266 M4VIFI_UInt32 u32_width, u32_height; local
1451 M4VIFI_UInt32 u32_width, u32_height; local
    [all...]

Completed in 24 milliseconds