Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 1444) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c125 unsigned int height, in ia_css_frame_allocate()
277 unsigned int height, in ia_css_frame_allocate_contiguous()
504 unsigned int height, in ia_css_frame_info_init()
623 unsigned int height, in frame_init_plane()
634 unsigned int height, in frame_init_single_plane()
655 unsigned int height, in frame_init_raw_single_plane()
673 unsigned int height, in frame_init_mipi_plane()
762 height = frame->info.res.height, stride, bytes; in frame_init_rgb_planes() local
778 height = frame->info.res.height / 2, bytes, stride; in frame_init_qplane6_planes() local
816 unsigned int height, in frame_allocate_with_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES()
926 static unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES()
987 static unsigned int VENUS_Y_META_SCANLINES(int color_fmt, int height) in VENUS_Y_META_SCANLINES()
1047 static unsigned int VENUS_UV_META_SCANLINES(int color_fmt, int height) in VENUS_UV_META_SCANLINES()
1096 static unsigned int VENUS_RGB_SCANLINES(int color_fmt, int height) in VENUS_RGB_SCANLINES()
1137 static unsigned int VENUS_RGB_META_SCANLINES(int color_fmt, int height) in VENUS_RGB_META_SCANLINES()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c108 int width, int height, int refresh) in output_handle_mode()
126 int *height, int *width) in output_get_new_size()
159 update_backing_pixmaps(struct xwl_screen *xwl_screen, int width, int height) in update_backing_pixmaps()
180 update_screen_size(struct xwl_output *xwl_output, int width, int height) in update_screen_size()
217 int width = 0, height = 0, has_this_output = 0; in apply_output_change() local
304 int32_t width, int32_t height) in xdg_output_handle_logical_size()
404 int width = 0, height = 0; in xwl_output_remove() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dwimage.hpp303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer()
360 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC()
514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate()
525 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate()
534 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView()
545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
557 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) in WImageViewC()
575 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) in WImageViewC()
588 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { in View()
593 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { in View()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dwimage.hpp303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer()
360 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC()
514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate()
525 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate()
534 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView()
545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
557 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) in WImageViewC()
575 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) in WImageViewC()
588 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { in View()
593 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { in View()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dwimage.hpp303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer()
360 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC()
514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate()
525 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate()
534 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView()
545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
557 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) in WImageViewC()
575 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) in WImageViewC()
588 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { in View()
593 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { in View()
/OK3568_Linux_fs/external/recovery/minui/
H A Dresources.c50 png_uint_32* width, png_uint_32* height, png_byte* channels) in open_png()
143 static gr_surface init_display_surface(png_uint_32 width, png_uint_32 height) in init_display_surface()
210 png_uint_32 width, height; in res_create_display_surface() local
246 png_uint_32 width, height; in res_create_multi_display_surface() local
321 png_uint_32 width, height; in res_create_alpha_surface() local
385 png_uint_32 width, height; in res_create_localized_alpha_surface() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
137 def __init__( self, x, y, width, height ): argument
153 def __init__( self, x, y, width, height ): argument
173 def __init__( self, x, y, width, height ): argument
180 def __init__( self, x, y, width, height ): argument
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dresources.c49 png_uint_32* width, png_uint_32* height, png_byte* channels) { in open_png()
141 static gr_surface init_display_surface(png_uint_32 width, png_uint_32 height) { in init_display_surface()
205 png_uint_32 width, height; in res_create_display_surface() local
240 png_uint_32 width, height; in res_create_multi_display_surface() local
314 png_uint_32 width, height; in res_create_alpha_surface() local
376 png_uint_32 width, height; in res_create_localized_alpha_surface() local
/OK3568_Linux_fs/kernel/include/video/
H A Domapvrfb.h44 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size()
46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size()
51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
52 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle()
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Dmali_fbdev_types.h16 unsigned short height; member
22 unsigned short height; member
32 int width, height; member
65 int height; member
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c54 u32 amvdec_am21c_body_size(u32 width, u32 height) in amvdec_am21c_body_size()
64 u32 amvdec_am21c_head_size(u32 width, u32 height) in amvdec_am21c_head_size()
73 u32 amvdec_am21c_size(u32 width, u32 height) in amvdec_am21c_size()
99 u32 height, u32 reg) in set_canvas_yuv420m()
143 u32 height, u32 reg) in set_canvas_nv12m()
185 u32 height = ALIGN(sess->height, 32); in amvdec_set_canvases() local
443 u32 height, u32 dpb_size) in amvdec_src_change()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c72 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1()
121 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8()
160 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16()
194 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local
254 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_display_pattern.c84 unsigned int height, unsigned int stride) in fill_smpte_yuv_planar()
183 unsigned int width, unsigned int height, in fill_smpte_rgb16()
244 unsigned int width, unsigned int height, in fill_smpte_rgb24()
305 unsigned int width, unsigned int height, in fill_smpte_rgb32()
364 unsigned int width, unsigned int height, unsigned int stride) in fill_smpte()
411 unsigned int height, unsigned int stride) in rockchip_drm_fill_color_bar()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c28 int height; member
336 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk()
371 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk()
/OK3568_Linux_fs/external/linux-rga/samples/utils/
H A Dutils.cpp43 void draw_rgba(char *buffer, int width, int height) { in draw_rgba()
72 void draw_YUV420(char *buffer, int width, int height) { in draw_YUV420()
81 void draw_YUV422(char *buffer, int width, int height) { in draw_YUV422()
90 void draw_gray256(char *buffer, int width, int height) { in draw_gray256()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c209 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove()
250 int sy, int sx, int dy, int dx, int height, in matrox_accel_bmove_lin()
308 int sy, int sx, int height, int width) in matroxfb_accel_clear()
338 int sy, int sx, int height, int width) in matroxfb_cfb4_clear()
407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c54 int y, int x, int height) in print_arrows()
89 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
105 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dchecklist.c66 int y, int x, int height) in print_arrows()
101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dchecklist.c53 int y, int x, int height) in print_arrows()
88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.cpp194 void computeSamplingInterval(int width, int height, int *xInterval, int *yInterval) in computeSamplingInterval()
212 void calculateCorrectFactor(uint16_t *table, uint16_t *correctTable, int width, int height, int *xI… in calculateCorrectFactor()
274 …6_t *r, uint16_t *gr, uint16_t *gb, uint16_t *b, uint16_t *table, int width, int height, int bayer) in getLscParameter()
306 …uint16_t* disR, uint16_t* disGr, uint16_t* disGb, uint16_t* disB, int width, int height, int bayer) in separateBayerChannel()
469 void lightFallOff(uint16_t *table, float *percenttable, float percent, int width, int height) in lightFallOff()
490 …ableB, uint16_t *tableGb, uint16_t *tableGr, uint16_t *tableR, float newVig, int width, int height) in adjustVignettingForLscOTP()

12345678910>>...58