Home
last modified time | relevance | path

Searched refs:vic_round_dim (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/platform/vicodec/
Dcodec-fwht.h96 #define vic_round_dim(dim, div) (round_up((dim) / (div), 8) * (div)) macro
Dvicodec-core.c542 q_dst->coded_width = vic_round_dim(q_dst->visible_width, hdr_width_div); in update_capture_data_from_header()
543 q_dst->coded_height = vic_round_dim(q_dst->visible_height, in update_capture_data_from_header()
858 pix->width = vic_round_dim(pix->width, info->width_div); in vidioc_try_fmt()
861 pix->height = vic_round_dim(pix->height, info->height_div); in vidioc_try_fmt()
881 pix_mp->width = vic_round_dim(pix_mp->width, info->width_div); in vidioc_try_fmt()
884 pix_mp->height = vic_round_dim(pix_mp->height, in vidioc_try_fmt()