Searched refs:u32_height_in (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_ResizeRGB888toRGB888.c | 64 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; in M4VIFI_ResizeBilinearRGB888toRGB888() local 103 u32_height_in = pPlaneIn->u_height; in M4VIFI_ResizeBilinearRGB888toRGB888() 119 if (u32_height_out >= u32_height_in) in M4VIFI_ResizeBilinearRGB888toRGB888() 121 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1); in M4VIFI_ResizeBilinearRGB888toRGB888() 125 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out); in M4VIFI_ResizeBilinearRGB888toRGB888() 205 if ((u32_height == 1) && (u32_height_in == u32_height_out)) { in M4VIFI_ResizeBilinearRGB888toRGB888() 228 if ((u32_height == 1) && (u32_height_in == u32_height_out)) { in M4VIFI_ResizeBilinearRGB888toRGB888()
|
D | M4VIFI_ResizeRGB565toRGB565.c | 51 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; in M4VIFI_ResizeBilinearRGB565toRGB565() local 88 u32_height_in = pPlaneIn->u_height; in M4VIFI_ResizeBilinearRGB565toRGB565() 101 if (u32_height_out >= u32_height_in) { in M4VIFI_ResizeBilinearRGB565toRGB565() 102 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1); in M4VIFI_ResizeBilinearRGB565toRGB565() 104 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out); in M4VIFI_ResizeBilinearRGB565toRGB565() 171 if ((u32_height == 1) && (u32_height_in == u32_height_out)) { in M4VIFI_ResizeBilinearRGB565toRGB565()
|
D | M4VIFI_ResizeYUVtoBGR565.c | 66 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; in M4VIFI_ResizeBilinearYUV420toBGR565() local 125 u32_height_in[u32_plane] = pPlaneIn[u32_plane].u_height; in M4VIFI_ResizeBilinearYUV420toBGR565() 138 if (u32_height_out >= u32_height_in[YPlane]) in M4VIFI_ResizeBilinearYUV420toBGR565() 140 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1); in M4VIFI_ResizeBilinearYUV420toBGR565() 144 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out); in M4VIFI_ResizeBilinearYUV420toBGR565() 159 if (u32_height2_RGB >= u32_height_in[UPlane]) in M4VIFI_ResizeBilinearYUV420toBGR565() 161 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1); in M4VIFI_ResizeBilinearYUV420toBGR565() 165 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHORT) / (u32_height2_RGB); in M4VIFI_ResizeBilinearYUV420toBGR565()
|
D | M4VIFI_ResizeYUVtoRGB565.c | 69 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; in M4VIFI_ResizeBilinearYUV420toRGB565() local 129 u32_height_in[u32_plane] = pPlaneIn[u32_plane].u_height; in M4VIFI_ResizeBilinearYUV420toRGB565() 142 if (u32_height_out >= u32_height_in[YPlane]) in M4VIFI_ResizeBilinearYUV420toRGB565() 144 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1); in M4VIFI_ResizeBilinearYUV420toRGB565() 148 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out); in M4VIFI_ResizeBilinearYUV420toRGB565() 163 if (u32_height2_RGB >= u32_height_in[UPlane]) in M4VIFI_ResizeBilinearYUV420toRGB565() 165 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1); in M4VIFI_ResizeBilinearYUV420toRGB565() 169 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHORT) / (u32_height2_RGB); in M4VIFI_ResizeBilinearYUV420toRGB565()
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4AIR_API.c | 224 M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in, u32_height_out; in M4AIR_configure() local 275 u32_height_in = ((i==0)||(i==3))?pC->m_params.m_inputSize.m_height:\ in M4AIR_configure() 293 if (u32_height_out >= u32_height_in) in M4AIR_configure() 295 pC->u32_y_inc[i] = ((u32_height_in - 1) * 0x10000) / (u32_height_out-1); in M4AIR_configure() 299 pC->u32_y_inc[i] = (u32_height_in * 0x10000) / (u32_height_out); in M4AIR_configure()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 1447 M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in, u32_height_out; in M4VIFI_ResizeBilinearYUV420toYUV420() local 1499 u32_height_in = pPlaneIn[u32_plane].u_height; in M4VIFI_ResizeBilinearYUV420toYUV420() 1529 if (u32_height_out == u32_height_in) { in M4VIFI_ResizeBilinearYUV420toYUV420() 1535 if (u32_height_out >= u32_height_in) in M4VIFI_ResizeBilinearYUV420toYUV420() 1537 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1); in M4VIFI_ResizeBilinearYUV420toYUV420() 1541 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out); in M4VIFI_ResizeBilinearYUV420toYUV420() 2113 M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in, u32_height_out; in M4AIR_configure() local 2163 …u32_height_in = ((i==0)||(i==3))?pC->m_params.m_inputSize.m_height:(pC->m_params.m_inputSize.m_hei… in M4AIR_configure() 2178 if (u32_height_out >= u32_height_in) in M4AIR_configure() 2180 pC->u32_y_inc[i] = ((u32_height_in - 1) * 0x10000) / (u32_height_out-1); in M4AIR_configure() [all …]
|