Searched refs:u32_width (Results 1 – 8 of 8) sorted by relevance
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_ResizeRGB888toRGB888.c | 68 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()
|
D | M4VFL_transition.c | 295 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()
|
D | M4VIFI_RGB888toYUV420.c | 42 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()
|
D | M4VIFI_BGR565toYUV420.c | 56 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()
|
D | M4VIFI_RGB565toYUV420.c | 57 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()
|
D | M4VIFI_ResizeRGB565toRGB565.c | 55 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/ |
D | M4VIFI_xVSS_RGB565toYUV420.c | 57 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/ |
D | VideoEditorTools.cpp | 1085 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()
|