/external/bison/darwin-lib/ |
uniwidth.h | 54 u32_width (const uint32_t *s, size_t n, const char *encoding)
|
/external/bison/lib/ |
uniwidth.in.h | 53 u32_width (const uint32_t *s, size_t n, const char *encoding)
|
/external/bison/linux-lib/ |
uniwidth.h | 54 u32_width (const uint32_t *s, size_t n, const char *encoding)
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeRGB888toRGB888.c | 68 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);
|
M4VIFI_BGR565toYUV420.c | 56 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)
|
M4VIFI_RGB565toYUV420.c | 57 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)
|
M4VIFI_RGB888toYUV420.c | 42 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)
|
M4VIFI_ResizeRGB565toRGB565.c | 55 M4VIFI_UInt32 u32_width, u32_height; local 163 u32_width = u32_width_out; 241 } while(--u32_width);
|
M4VFL_transition.c | 295 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/ |
M4VIFI_xVSS_RGB565toYUV420.c | 57 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/ |
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...] |