Home
last modified time | relevance | path

Searched refs:min_ratio (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_comm_video_adapt.h354 hi_s32 min_ratio; /* RW; range: [-300, 300], to remove the black region around when performing member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_video_adapt.h351 hi_s32 min_ratio; /* RW; range: [-300, 300], to remove the black region around when performing member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_video_adapt.h350 hi_s32 min_ratio; /* RW; range: [-300, 300], to remove the black region around when performing member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstream.c770 u32 max_width = 1280, max_ratio = 8, min_ratio = 2; in limit_check_scl() local
787 min_ratio = 1; in limit_check_scl()
791 *w * min_ratio > sdev->out_fmt.width || *h * min_ratio > sdev->out_fmt.height) { 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/
H A Dstream.c783 u32 max_width = 1280, max_ratio = 8, min_ratio = 2; in limit_check_scl() local
798 min_ratio = 1; in limit_check_scl()
804 *w * min_ratio > sdev->out_fmt.width || in limit_check_scl()
805 *h * min_ratio > sdev->out_fmt.height) { in limit_check_scl()
810 max_width, max_ratio, min_ratio); in limit_check_scl()

Completed in 11 milliseconds