Home
last modified time | relevance | path

Searched refs:size_y (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Daccel_2d.c165 uint16_t size_x, uint16_t size_y) in psb_accel_2d_copy() argument
184 src_y += size_y - 1; in psb_accel_2d_copy()
185 dst_y += size_y - 1; in psb_accel_2d_copy()
212 (size_x << PSB_2D_DST_XSIZE_SHIFT) | (size_y << in psb_accel_2d_copy()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dlm8323.c144 int size_y; member
323 int keysize = (lm->size_x << 4) | lm->size_y; in lm8323_configure()
629 if (!pdata || !pdata->size_x || !pdata->size_y) { in lm8323_probe()
640 if (pdata->size_y > 12) { in lm8323_probe()
642 pdata->size_y); in lm8323_probe()
658 lm->size_y = pdata->size_y; in lm8323_probe()
660 lm->size_x, lm->size_y); in lm8323_probe()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c413 prep->size_y = hor_stride * MPP_ALIGN(prep->src_h, 16); in h264e_vepu_prep_setup()
419 prep->size_y = hor_stride * MPP_ALIGN(prep->src_h, 16); in h264e_vepu_prep_setup()
424 prep->size_y = hor_stride * MPP_ALIGN(prep->src_h, 16); in h264e_vepu_prep_setup()
433 prep->size_y = hor_stride * MPP_ALIGN(prep->src_h, 16); in h264e_vepu_prep_setup()
442 prep->size_y = hor_stride * MPP_ALIGN(prep->src_h, 16); in h264e_vepu_prep_setup()
468 if (size < prep->size_y) in h264e_vepu_prep_get_addr()
470 size, prep->size_y); in h264e_vepu_prep_get_addr()
H A Dhal_h264e_vepu_v2.h48 size_t size_y; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dlm8323.h25 int size_y; member
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...