Home
last modified time | relevance | path

Searched refs:u32_width (Results 1 – 8 of 8) sorted by relevance

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