Home
last modified time | relevance | path

Searched refs:vpu_helper_valid_frame_height (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.h21 u32 vpu_helper_valid_frame_height(struct vpu_inst *inst, u32 height);
H A Dvpu_helpers.c133 u32 vpu_helper_valid_frame_height(struct vpu_inst *inst, u32 height) in vpu_helper_valid_frame_height() function
H A Dvpu_v4l2.c246 fmt->height = vpu_helper_valid_frame_height(inst, fmt->height); in vpu_try_fmt_common()