| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_voutlib.c | 48 crop->height = (pix->height < fbuf->fmt.height) ? in omap_vout_default_crop() 49 pix->height : fbuf->fmt.height; in omap_vout_default_crop() 51 crop->height &= ~1; in omap_vout_default_crop() 53 crop->top = ((pix->height - crop->height) >> 1) & ~1; in omap_vout_default_crop() 79 try_win.height += try_win.top; in omap_vout_try_window() 84 try_win.height = (try_win.height < fbuf->fmt.height) ? in omap_vout_try_window() 85 try_win.height : fbuf->fmt.height; in omap_vout_try_window() 88 if (try_win.top + try_win.height > fbuf->fmt.height) in omap_vout_try_window() 89 try_win.height = fbuf->fmt.height - try_win.top; in omap_vout_try_window() 91 try_win.height &= ~1; in omap_vout_try_window() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 35 unsigned int height, 40 unsigned int height, 47 unsigned int height, 53 unsigned int height, 77 unsigned int height, 84 unsigned int height, 115 ia_css_frame_allocate(frame, info->res.width, info->res.height, in ia_css_frame_allocate_from_info() 125 unsigned int height, in ia_css_frame_allocate() argument 132 if (!frame || width == 0 || height == 0) in ia_css_frame_allocate() 137 width, height, format, padded_width, raw_bit_depth); in ia_css_frame_allocate() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-rect.h | 22 r->height = size->height; in v4l2_rect_set_size_to() 35 if (r->height < min_size->height) in v4l2_rect_set_min_size() 36 r->height = min_size->height; in v4l2_rect_set_min_size() 49 if (r->height > max_size->height) in v4l2_rect_set_max_size() 50 r->height = max_size->height; in v4l2_rect_set_max_size() 68 if (r->top + r->height > boundary->top + boundary->height) in v4l2_rect_map_inside() 69 r->top = boundary->top + boundary->height - r->height; in v4l2_rect_map_inside() 82 return r1->width == r2->width && r1->height == r2->height; in v4l2_rect_same_size() 125 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect() 127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_framebuffer.c | 29 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888, 34 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 39 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 44 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 49 .cmd = { .width = MAX_WIDTH + 1, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 54 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 59 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0, 64 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, 69 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888, 74 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888, [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_buffer.h | 54 IM_API rga_buffer_handle_t importbuffer_fd(int fd, int width, int height, int format); 55 IM_API rga_buffer_handle_t importbuffer_virtualaddr(void *va, int width, int height, int format); 56 IM_API rga_buffer_handle_t importbuffer_physicaladdr(uint64_t pa, int width, int height, int format… 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument 107 im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, width, height, format); \ 109 … im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, __args[0], __args[1], format); \ 117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument 123 … im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, width, height, format); \ 125 …im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, __args[0], __args[1], format);… 133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_buffer.h | 54 IM_API rga_buffer_handle_t importbuffer_fd(int fd, int width, int height, int format); 55 IM_API rga_buffer_handle_t importbuffer_virtualaddr(void *va, int width, int height, int format); 56 IM_API rga_buffer_handle_t importbuffer_physicaladdr(uint64_t pa, int width, int height, int format… 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument 107 im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, width, height, format); \ 109 … im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, __args[0], __args[1], format); \ 117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument 123 … im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, width, height, format); \ 125 …im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, __args[0], __args[1], format);… 133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument [all …]
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_buffer.h | 54 IM_API rga_buffer_handle_t importbuffer_fd(int fd, int width, int height, int format); 55 IM_API rga_buffer_handle_t importbuffer_virtualaddr(void *va, int width, int height, int format); 56 IM_API rga_buffer_handle_t importbuffer_physicaladdr(uint64_t pa, int width, int height, int format… 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument 107 im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, width, height, format); \ 109 … im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, __args[0], __args[1], format); \ 117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument 123 … im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, width, height, format); \ 125 …im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, __args[0], __args[1], format);… 133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_buffer.h | 54 IM_API rga_buffer_handle_t importbuffer_fd(int fd, int width, int height, int format); 55 IM_API rga_buffer_handle_t importbuffer_virtualaddr(void *va, int width, int height, int format); 56 IM_API rga_buffer_handle_t importbuffer_physicaladdr(uint64_t pa, int width, int height, int format… 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument 107 im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, width, height, format); \ 109 … im2d_api_buffer = wrapbuffer_handle_t(handle, width, height, __args[0], __args[1], format); \ 117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument 123 … im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, width, height, format); \ 125 …im2d_api_buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, __args[0], __args[1], format);… 133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | hal.hpp | 113 …_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int height, void* ); 114 …_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int height, void* ); 115 … step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int height, void* ); 116 …_t step1, const short* src2, size_t step2, short* dst, size_t step, int width, int height, void* ); 117 …size_t step1, const int* src2, size_t step2, int* dst, size_t step, int width, int height, void* ); 118 …_t step1, const float* src2, size_t step2, float* dst, size_t step, int width, int height, void* ); 119 … step1, const double* src2, size_t step2, double* dst, size_t step, int width, int height, void* ); 121 …_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int height, void* ); 122 …_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int height, void* ); 123 … step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int height, void* ); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | hal.hpp | 113 …_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int height, void* ); 114 …_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int height, void* ); 115 … step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int height, void* ); 116 …_t step1, const short* src2, size_t step2, short* dst, size_t step, int width, int height, void* ); 117 …size_t step1, const int* src2, size_t step2, int* dst, size_t step, int width, int height, void* ); 118 …_t step1, const float* src2, size_t step2, float* dst, size_t step, int width, int height, void* ); 119 … step1, const double* src2, size_t step2, double* dst, size_t step, int width, int height, void* ); 121 …_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int height, void* ); 122 …_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int height, void* ); 123 … step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int height, void* ); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | hal.hpp | 113 …_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int height, void* ); 114 …_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int height, void* ); 115 … step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int height, void* ); 116 …_t step1, const short* src2, size_t step2, short* dst, size_t step, int width, int height, void* ); 117 …size_t step1, const int* src2, size_t step2, int* dst, size_t step, int width, int height, void* ); 118 …_t step1, const float* src2, size_t step2, float* dst, size_t step, int width, int height, void* ); 119 … step1, const double* src2, size_t step2, double* dst, size_t step, int width, int height, void* ); 121 …_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int height, void* ); 122 …_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int height, void* ); 123 … step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int height, void* ); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | msm_media_info.h | 895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument 899 if (!height) in VENUS_Y_SCANLINES() 908 sclines = MSM_MEDIA_ALIGN(height, 32); in VENUS_Y_SCANLINES() 912 sclines = MSM_MEDIA_ALIGN(height, 16); in VENUS_Y_SCANLINES() 926 static unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument 930 if (!height) in VENUS_UV_SCANLINES() 940 sclines = MSM_MEDIA_ALIGN((height + 1) >> 1, 16); in VENUS_UV_SCANLINES() 943 sclines = MSM_MEDIA_ALIGN((height + 1) >> 1, 32); in VENUS_UV_SCANLINES() 987 static unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES() argument 991 if (!height) in VENUS_Y_META_SCANLINES() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 108 int width, int height, int refresh) in output_handle_mode() argument 118 xwl_output->height = height; in output_handle_mode() 126 int *height, int *width) in output_get_new_size() argument 132 output_height = xwl_output->height; in output_get_new_size() 134 output_width = xwl_output->height; in output_get_new_size() 141 if (*height < xwl_output->y + output_height) in output_get_new_size() 142 *height = xwl_output->y + output_height; in output_get_new_size() 159 update_backing_pixmaps(struct xwl_screen *xwl_screen, int width, int height) in update_backing_pixmaps() argument 166 new_pixmap = pScreen->CreatePixmap(pScreen, width, height, in update_backing_pixmaps() 176 pScreen->ResizeWindow(pRoot, 0, 0, width, height, NULL); in update_backing_pixmaps() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-3775.patch | 6 The expression (ctx.bounds.height - combining_glyphs[i]->height) / 2 may 7 evaluate to a very big invalid value even if both ctx.bounds.height and 8 combining_glyphs[i]->height are small integers. For example, if 9 ctx.bounds.height is 10 and combining_glyphs[i]->height is 12, this 11 coordinates are allowed to be negative but ctx.bounds.height is an 16 This patch fixes the problem by casting ctx.bounds.height to int. As 19 uses of ctx.bounds.height (and ctx.bounds.width) are also casted to int, 43 ctx.bounds.height = main_glyph->height; 46 - above_righty = ctx.bounds.y + ctx.bounds.height; 47 + above_righty = ctx.bounds.y + (int) ctx.bounds.height; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcon_cw.c | 28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2; in cw_update_attr() 29 int width = (vc->vc_font.height + 7) >> 3; in cw_update_attr() 49 int sx, int dy, int dx, int height, int width) in cw_bmove() argument 55 area.sx = vxres - ((sy + height) * vc->vc_font.height); in cw_bmove() 57 area.dx = vxres - ((dy + height) * vc->vc_font.height); in cw_bmove() 59 area.width = height * vc->vc_font.height; in cw_bmove() 60 area.height = width * vc->vc_font.width; in cw_bmove() 66 int sx, int height, int width) in cw_clear() argument 74 region.dx = vxres - ((sy + height) * vc->vc_font.height); in cw_clear() 76 region.height = width * vc->vc_font.width; in cw_clear() [all …]
|
| H A D | fbcon_ud.c | 28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in ud_update_attr() 30 unsigned int cellsize = vc->vc_font.height * width; in ud_update_attr() 49 int sx, int dy, int dx, int height, int width) in ud_bmove() argument 56 area.sy = vyres - ((sy + height) * vc->vc_font.height); in ud_bmove() 58 area.dy = vyres - ((dy + height) * vc->vc_font.height); in ud_bmove() 60 area.height = height * vc->vc_font.height; in ud_bmove() 67 int sx, int height, int width) in ud_clear() argument 76 region.dy = vyres - ((sy + height) * vc->vc_font.height); in ud_clear() 79 region.height = height * vc->vc_font.height; in ud_clear() 105 image->height); in ud_putcs_aligned() [all …]
|
| H A D | bitblit.c | 28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in update_attr() 30 unsigned int cellsize = vc->vc_font.height * width; in update_attr() 47 int sx, int dy, int dx, int height, int width) in bit_bmove() argument 52 area.sy = sy * vc->vc_font.height; in bit_bmove() 54 area.dy = dy * vc->vc_font.height; in bit_bmove() 55 area.height = height * vc->vc_font.height; in bit_bmove() 62 int sx, int height, int width) in bit_clear() argument 69 region.dy = sy * vc->vc_font.height; in bit_clear() 71 region.height = height * vc->vc_font.height; in bit_clear() 97 image->height); in bit_putcs_aligned() [all …]
|
| H A D | fbcon_rotate.h | 40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) in rotate_ud() argument 47 for (i = 0; i < height; i++) { in rotate_ud() 51 height - (1 + i), in rotate_ud() 58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() argument 60 int i, j, h = height, w = width; in rotate_cw() 61 int shift = (8 - (height % 8)) & 7; in rotate_cw() 64 height = (height + 7) & ~7; in rotate_cw() 69 pattern_set_bit(height - 1 - i - shift, j, in rotate_cw() 70 height, out); in rotate_cw() 76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) in rotate_ccw() argument [all …]
|
| H A D | fbcon_ccw.c | 28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2; in ccw_update_attr() 29 int width = (vc->vc_font.height + 7) >> 3; in ccw_update_attr() 30 int mod = vc->vc_font.height % 8; in ccw_update_attr() 64 int sx, int dy, int dx, int height, int width) in ccw_bmove() argument 70 area.sx = sy * vc->vc_font.height; in ccw_bmove() 72 area.dx = dy * vc->vc_font.height; in ccw_bmove() 74 area.width = height * vc->vc_font.height; in ccw_bmove() 75 area.height = width * vc->vc_font.width; in ccw_bmove() 81 int sx, int height, int width) in ccw_clear() argument 89 region.dx = sy * vc->vc_font.height; in ccw_clear() [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/ |
| H A D | utils.cpp | 43 void draw_rgba(char *buffer, int width, int height) { in draw_rgba() argument 44 for (int i = 0; i < height; i++) { in draw_rgba() 72 void draw_YUV420(char *buffer, int width, int height) { in draw_YUV420() argument 74 memset(buffer, 0xa8, width * height / 2); in draw_YUV420() 75 memset(buffer + width * height / 2, 0x54, width * height / 2); in draw_YUV420() 77 memset(buffer + width * height, 0x80, width * height / 4); in draw_YUV420() 78 memset(buffer + (int)(width * height * 1.25), 0x30, width * height / 4); in draw_YUV420() 81 void draw_YUV422(char *buffer, int width, int height) { in draw_YUV422() argument 83 memset(buffer, 0xa8, width * height / 2); in draw_YUV422() 84 memset(buffer + width * height / 2, 0x54, width * height / 2); in draw_YUV422() [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipolyrect.c | 85 int x, y, width, height; in miPolyRectangle() local 99 height = pR->height; in miPolyRectangle() 101 if (width == 0 && height == 0) { in miPolyRectangle() 108 else if (height < offset2 || width < offset1) { in miPolyRectangle() 109 if (height == 0) { in miPolyRectangle() 119 t->height = height; in miPolyRectangle() 123 MAXUBOUND(t->height, height + offset2) in miPolyRectangle() 131 t->height = offset2; in miPolyRectangle() 136 t->height = height - offset2; in miPolyRectangle() 141 t->height = height - offset2; in miPolyRectangle() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 90 …ne__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), val(val_… in BrdColConstant() 99 return y < height ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_high() 104 … return (y >= 0 && y < height) ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at() 107 int height; member 115 …onstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(wi… in BrdConstant() 121 …return (x >= 0 && x < width && y >= 0 && y < height) ? saturate_cast<D>(((const T*)((const uchar*)… in at() 126 … return (x >= 0 && x < width && y >= 0 && y < height) ? saturate_cast<D>(src(y, x)) : val; in at() 129 int height; member 181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate() 182 …ame U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_row(height - 1) {} in BrdColReplicate() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 90 …ne__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), val(val_… in BrdColConstant() 99 return y < height ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_high() 104 … return (y >= 0 && y < height) ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at() 107 int height; member 115 …onstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(wi… in BrdConstant() 121 …return (x >= 0 && x < width && y >= 0 && y < height) ? saturate_cast<D>(((const T*)((const uchar*)… in at() 126 … return (x >= 0 && x < width && y >= 0 && y < height) ? saturate_cast<D>(src(y, x)) : val; in at() 129 int height; member 181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate() 182 …ame U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_row(height - 1) {} in BrdColReplicate() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 90 …ne__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), val(val_… in BrdColConstant() 99 return y < height ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_high() 104 … return (y >= 0 && y < height) ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at() 107 int height; member 115 …onstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(wi… in BrdConstant() 121 …return (x >= 0 && x < width && y >= 0 && y < height) ? saturate_cast<D>(((const T*)((const uchar*)… in at() 126 … return (x >= 0 && x < width && y >= 0 && y < height) ? saturate_cast<D>(src(y, x)) : val; in at() 129 int height; member 181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate() 182 …ame U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_row(height - 1) {} in BrdColReplicate() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | tool.h | 27 extern void ReadBmpFile(char *pFilePath, unsigned char *pData, int & width, int & height); 37 extern void SaveBmpFile(char *pFilePath, unsigned char *pData, int width, int height); 47 extern void SaveRaw(char *pSavePath, short *pRawData, int width, int height); 49 extern void SaveRaw32bit(char *pSavePath, long *pRawData, int width, int height); 61 extern void SaveBmpFile2(char *pFilePath, int width, int height, int bitValue, short *pRGBData); 72 extern void SaveYUVData(char *pSavePath, unsigned char *pData, int width, int height); 85 extern void SaveYUVData2(char *pSavePath, short *pData, int width, int height, int bitValue); 95 extern void SaveYUVData1(char *pSavePath, unsigned char *pData, int width, int height, int fmt); 105 extern void ReadYUVData1(char *pReadPath, unsigned char *pData, int width, int height, int fmt); 117 extern void Yuvfmtconv(void *pDatain, void *pDataout, int width, int height, int fmt_in, int fmt_ou… [all …]
|