/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeRGB565toRGB565.c | 51 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; 52 M4VIFI_UInt32 u32_stride_in, u32_stride_out; 53 M4VIFI_UInt32 u32_x_inc, u32_y_inc; 54 M4VIFI_UInt32 u32_x_accum, u32_y_accum, u32_x_accum_start; 55 M4VIFI_UInt32 u32_width, u32_height; 56 M4VIFI_UInt32 u32_y_frac; 57 M4VIFI_UInt32 u32_x_frac; 58 M4VIFI_UInt32 u32_Rtemp_value,u32_Gtemp_value,u32_Btemp_value; 61 M4VIFI_UInt32 i32_b00, i32_g00, i32_r00; 62 M4VIFI_UInt32 i32_b01, i32_g01, i32_r01 [all...] |
M4VIFI_ResizeRGB888toRGB888.c | 64 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; 65 M4VIFI_UInt32 u32_stride_in, u32_stride_out; 66 M4VIFI_UInt32 u32_x_inc, u32_y_inc; 67 M4VIFI_UInt32 u32_x_accum, u32_y_accum, u32_x_accum_start; 68 M4VIFI_UInt32 u32_width, u32_height; 69 M4VIFI_UInt32 u32_y_frac; 70 M4VIFI_UInt32 u32_x_frac; 71 M4VIFI_UInt32 u32_Rtemp_value,u32_Gtemp_value,u32_Btemp_value; 74 M4VIFI_UInt32 i32_b00, i32_g00, i32_r00; 75 M4VIFI_UInt32 i32_b01, i32_g01, i32_r01 [all...] |
M4VIFI_ResizeYUVtoBGR565.c | 64 M4VIFI_UInt32 *pu32_rgb_data_current, *pu32_rgb_data_next, *pu32_rgb_data_start; 66 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; 67 M4VIFI_UInt32 u32_stride_in[PLANES]; 68 M4VIFI_UInt32 u32_stride_out, u32_stride2_out, u32_width2_RGB, u32_height2_RGB; 69 M4VIFI_UInt32 u32_x_inc[PLANES], u32_y_inc[PLANES]; 70 M4VIFI_UInt32 u32_x_accum_Y, u32_x_accum_U, u32_x_accum_start; 71 M4VIFI_UInt32 u32_y_accum_Y, u32_y_accum_U; 72 M4VIFI_UInt32 u32_x_frac_Y, u32_x_frac_U, u32_y_frac_Y,u32_y_frac_U; 75 M4VIFI_UInt32 u32_row, u32_col; 77 M4VIFI_UInt32 u32_plane [all...] |
M4VIFI_ResizeYUVtoRGB565.c | 67 M4VIFI_UInt32 *pu32_rgb_data_current, *pu32_rgb_data_next, *pu32_rgb_data_start; 69 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; 70 M4VIFI_UInt32 u32_stride_in[PLANES]; 71 M4VIFI_UInt32 u32_stride_out, u32_stride2_out, u32_width2_RGB, u32_height2_RGB; 72 M4VIFI_UInt32 u32_x_inc[PLANES], u32_y_inc[PLANES]; 73 M4VIFI_UInt32 u32_x_accum_Y, u32_x_accum_U, u32_x_accum_start; 74 M4VIFI_UInt32 u32_y_accum_Y, u32_y_accum_U; 75 M4VIFI_UInt32 u32_x_frac_Y, u32_x_frac_U, u32_y_frac_Y,u32_y_frac_U; 78 M4VIFI_UInt32 u32_row, u32_col; 80 M4VIFI_UInt32 u32_plane [all...] |
M4VIFI_BGR565toYUV420.c | 56 M4VIFI_UInt32 u32_width, u32_height; 57 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; 58 M4VIFI_UInt32 u32_stride_bgr, u32_stride_2bgr; 59 M4VIFI_UInt32 u32_col, u32_row;
|
M4VIFI_RGB565toYUV420.c | 57 M4VIFI_UInt32 u32_width, u32_height; 58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; 59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; 60 M4VIFI_UInt32 u32_col, u32_row;
|
M4VIFI_RGB888toYUV420.c | 42 M4VIFI_UInt32 u32_width, u32_height; 43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\ 45 M4VIFI_UInt32 u32_col, u32_row;
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VIFI_xVSS_RGB565toYUV420.c | 57 M4VIFI_UInt32 u32_width, u32_height; 58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; 59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; 60 M4VIFI_UInt32 u32_col, u32_row;
|
M4xVSS_internal.c | [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_FiltersAPI.h | 47 typedef unsigned long M4VIFI_UInt32; 100 M4VIFI_UInt32 u_width; /**< Width of luma in pixel unit */ 101 M4VIFI_UInt32 u_height; /**< Height of luma in pixel unit */ 102 M4VIFI_UInt32 u_topleft; /**< Pointer to first texture active pixel */ 103 M4VIFI_UInt32 u_stride; /**< Stride value */ 116 M4VIFI_UInt32 124 M4VIFI_UInt32 [all...] |
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | 273 M4VIFI_UInt32 i; 303 M4VIFI_UInt32 i; 356 M4VIFI_UInt32 i,j; 517 M4VIFI_UInt32 x,y; 531 M4VIFI_UInt32 topleft[2]; 742 M4VIFI_UInt32 x, y, xShift; [all...] |