Home
last modified time | relevance | path

Searched refs:max_width (Results 1 – 25 of 53) sorted by relevance

123

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
Dvou_chn.c103 hi_u32 max_width = 720; in vou_set_disp_max_size() local
109 max_width = g_vo_sync_basic_info[intf_sync].width; in vou_set_disp_max_size()
112 max_width = VO_DISP_1080_WIDTH; in vou_set_disp_max_size()
116 max_width = sync_info.hact; in vou_set_disp_max_size()
119 max_width = VO_DISP_1080_WIDTH; in vou_set_disp_max_size()
124 dev_ctx->max_width = max_width; in vou_set_disp_max_size()
127 vou_drv_set_disp_max_size(dev, max_width, max_height); in vou_set_disp_max_size()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_sink/encoder/jpeg/
Djpegenc.h155 u32 max_width; member
206 u32 max_width; member
Djpegenc.c113 .max_width = 640,
130 .max_width = 1600,
147 .max_width = 2048,
164 .max_width = 2624,
181 .max_width = 3264,
198 .max_width = 8192,
215 .max_width = 8192,
2899 if ((wq->cmd.encoder_width > wq->max_width) || in convert_cmd()
2905 wq->max_width, in convert_cmd()
3048 wq->max_width = gJpegenc.mem.bufspec->max_width; in jpegenc_open()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
Dhifb_vou_graphics.c30 hi_u32 max_width; /* Device resolution maximum width */ member
246 g_ast_vo_dev[vo_dev].max_width = sync_info.hact; in vou_graphics_init()
503 g_ast_vo_dev[vo_dev].max_width = sync_info.hact; in vou_graphics_get_intf_size()
508 *width = dev_info->max_width; in vou_graphics_get_intf_size()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v33x/de330/
Dde_fmt_type.h91 u32 max_width:2; member
/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_mode_config.h519 int max_width, max_height; member
Ddrm_connector.h895 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dtdls.c312 enum nl80211_chan_width max_width = ieee80211_sta_cap_chan_bw(sta); in ieee80211_tdls_chandef_vht_upgrade() local
316 if (max_width == NL80211_CHAN_WIDTH_5 || in ieee80211_tdls_chandef_vht_upgrade()
317 max_width == NL80211_CHAN_WIDTH_10) in ieee80211_tdls_chandef_vht_upgrade()
320 if (max_width > NL80211_CHAN_WIDTH_80) in ieee80211_tdls_chandef_vht_upgrade()
321 max_width = NL80211_CHAN_WIDTH_80; in ieee80211_tdls_chandef_vht_upgrade()
323 if (uc.width >= max_width) in ieee80211_tdls_chandef_vht_upgrade()
343 while (uc.width > max_width || in ieee80211_tdls_chandef_vht_upgrade()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-isp/isp520/
Disp520_reg.h243 unsigned int max_width:16; member
Disp520_reg_cfg.c320 return isp_regs[id].isp_max_width->bits.max_width; in bsp_isp_get_max_width()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c266 dev->mode_config.max_width = 0x4000; in rockchip_drm_mode_config_init()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_mode_config.c128 card_res->max_width = dev->mode_config.max_width; in drm_mode_getresources()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/include/
Dvou.h238 hi_u32 max_width; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-isp/isp522/
Disp522_reg.h286 unsigned int max_width:16; member
Disp522_reg_cfg.c268 return isp_regs[id].isp_max_width->bits.max_width; in bsp_isp_get_max_width()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-isp/isp521/
Disp521_reg.h323 unsigned int max_width:16; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_sink/encoder/h264/
Dencoder.h245 u32 max_width; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
Dstream.c770 u32 max_width = 1280, max_ratio = 8, min_ratio = 2; in limit_check_scl() local
783 max_width = 0XCC0; in limit_check_scl()
785 max_width = 0x820; in limit_check_scl()
790 …if (*w > max_width || *w * max_ratio < sdev->out_fmt.width || *h * max_ratio < sdev->out_fmt.heigh… in limit_check_scl()
795 stream->id - STREAM_S0, *w, *h, max_width, max_ratio, min_ratio); in limit_check_scl()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
Dstream.c783 u32 max_width = 1280, max_ratio = 8, min_ratio = 2; in limit_check_scl() local
795 max_width = 3264; in limit_check_scl()
797 max_width = 2080; in limit_check_scl()
801 if (*w > max_width || in limit_check_scl()
810 max_width, max_ratio, min_ratio); in limit_check_scl()
/device/board/isoftstone/yangfan/kernel/src/driv/media/ispp/
Dstream.c783 u32 max_width = 1280, max_ratio = 8, min_ratio = 2; in limit_check_scl() local
795 max_width = 3264; in limit_check_scl()
797 max_width = 2080; in limit_check_scl()
801 if (*w > max_width || in limit_check_scl()
810 max_width, max_ratio, min_ratio); in limit_check_scl()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_comm_sns_adapt.h224 hi_u32 max_width; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_comm_sns_adapt.h224 hi_u32 max_width; member
/device/soc/amlogic/a311d/hardware/media/libamcodec/include/yuvplayer/
Dvideodev2.h479 __u32 max_width; /* Maximum frame width [pixel] */ member
1156 __u32 max_width; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/
Dvou_drv.c182 hi_u32 max_width; member
1822 hi_void vou_drv_set_disp_max_size(hi_vo_dev dev, hi_u32 max_width, hi_u32 max_height) in vou_drv_set_disp_max_size() argument
1824 g_vo_drv_dev[dev].max_width = max_width; in vou_drv_set_disp_max_size()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
Dvideodev2.h801 __u32 max_width; /* Maximum frame width [pixel] */ member
1539 __u32 max_width; member

123