Home
last modified time | relevance | path

Searched defs:height (Results 126 – 150 of 1444) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c49 RK_U32 height = 0; in dump_mpp_frame_to_file() local
341 RK_U32 height = mpp_frame_get_height(frame); in calc_frm_crc() local
441 static MPP_RET read_with_pixel_width(RK_U8 *buf, RK_S32 width, RK_S32 height, in read_with_pixel_width()
472 MPP_RET read_image(RK_U8 *buf, FILE *fp, RK_U32 width, RK_U32 height, in read_image()
615 static void fill_MPP_FMT_YUV420SP(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_MPP_FMT_YUV420SP()
639 static void fill_MPP_FMT_YUV422SP(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_MPP_FMT_YUV422SP()
1027 MPP_RET fill_image(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_image()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c105 int height; member
136 int height; member
785 int x, y, off_x, off_y, width, height, area_w, area_h; in drm_crtc_update_offsets() local
894 int height = cursor_state->height; in drm_crtc_create_fb() local
1154 uint32_t width, uint32_t height, in drm_set_cursor()
1269 uint32_t width, uint32_t height, in drmModeSetCursor2()
1281 uint32_t width, uint32_t height) in drmModeSetCursor()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmem.c114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer()
120 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, in fb_pad_unaligned_buffer()
358 static void fb_rotate_logo_ud(const u8 *in, u8 *out, u32 width, u32 height) in fb_rotate_logo_ud()
368 static void fb_rotate_logo_cw(const u8 *in, u8 *out, u32 width, u32 height) in fb_rotate_logo_cw()
377 static void fb_rotate_logo_ccw(const u8 *in, u8 *out, u32 width, u32 height) in fb_rotate_logo_ccw()
563 static int fb_prepare_extra_logos(struct fb_info *info, unsigned int height, in fb_prepare_extra_logos()
601 unsigned int height, in fb_prepare_extra_logos()
619 int height; in fb_prepare_logo() local
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-misc.c29 int pwc_get_size(struct pwc_device *pdev, int width, int height) in pwc_get_size()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpixmap.c32 fbCreatePixmap(ScreenPtr pScreen, int width, int height, int depth, in fbCreatePixmap()
323 int height; in fbValidateDrawable() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Datafb_iplan2p8.c32 int height, int width) in atafb_iplan2p8_copyarea()
242 int sy, int sx, int height, int width) in atafb_iplan2p8_fillrect()
H A Datafb_iplan2p2.c25 int height, int width) in atafb_iplan2p2_copyarea()
193 int sy, int sx, int height, int width) in atafb_iplan2p2_fillrect()
H A Datafb_iplan2p4.c25 int height, int width) in atafb_iplan2p4_copyarea()
207 int sy, int sx, int height, int width) in atafb_iplan2p4_fillrect()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo_bmp.c47 ulong width, height; in video_display_rle8_bitmap() local
202 unsigned long width, height, byte_width; in video_bmp_display() local
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c278 RK_S32 width, height; in hal_h265d_v345_output_pps_packet() local
492 RK_S32 width, height; in hal_h265d_output_pps_packet() local
749 RK_S32 width, height; in hal_h265d_rkv_gen_regs() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dbtext.c111 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display()
166 unsigned int width, height, depth, pitch; in btext_initialize() local
266 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c246 int width, height, pitch, bpp, depth; in ms_exa_xv_create_dma_pixmap() local
344 short height) in ms_exa_xv_create_pixmap()
378 short height, in ms_exa_xv_put_image()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu382.c65 RK_S32 height; member
288 RK_S32 width, RK_S32 height, void* data) in vp9d_refine_rcb_size()
362 RK_S32 height = vp9_ver_align(pic_param->height); in hal_vp9d_rcb_info_update() local
1091 RK_U32 height = mpp_frame_get_height((MppFrame)param); in hal_vp9d_vdpu382_control() local
H A Dhal_vp9d_vdpu34x.c65 RK_S32 height; member
286 RK_S32 width, RK_S32 height, void* data) in vp9d_refine_rcb_size()
349 RK_S32 height = vp9_ver_align(pic_param->height); in hal_vp9d_rcb_info_update() local
1059 RK_U32 height = mpp_frame_get_height((MppFrame)param); in hal_vp9d_vdpu34x_control() local
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.h68 unsigned width, unsigned height) in ephyr_glamor_set_window_size()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dwebp_reader.cpp13 int width = 0, height = 0; in decodeWebP() local
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_jpeg.h7 int height; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h1441 uint32 height; member
1470 uint32 height; member
1541 uint32 height; member
1648 uint32 height; member
1672 uint32 height; member
1698 uint32 height; member
1725 uint32 height; member
1757 uint32 height; member
1776 uint32 height; member
1800 uint32 height; member
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/
H A Drknn_create_mem_demo.cpp99 int height = 0; in load_image() local
264 int height = input_attrs[0].dims[1]; in main() local
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/
H A Drknn_create_mem_demo.cpp99 int height = 0; in load_image() local
264 int height = input_attrs[0].dims[1]; in main() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Daccel.c39 static int hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_1()
172 static int hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drga_control.c38 int rga_control_buffer_init(bo_t *bo, int *buf_fd, int width, int height, int bpp) in rga_control_buffer_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h115 u32 height; /* in lines */ member
132 u32 height; /* in lines */ member
148 u32 height; /* in lines */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c213 DRI2BufferPtr * buffers, int count, int width, int height) in send_buffers_reply()
269 int status, width, height, count; in ProcDRI2GetBuffers() local
299 int status, width, height, count; in ProcDRI2GetBuffersWithFormat() local
/OK3568_Linux_fs/external/recovery/minui/
H A Dfont_10x18.h19 unsigned height; member

12345678910>>...58