Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dcore.h298 u32 intra_refresh_period; member
H A Dvenc.c976 if (ctr->intra_refresh_period) { in venc_set_properties()
981 if (mbs % ctr->intra_refresh_period) in venc_set_properties()
983 mbs /= ctr->intra_refresh_period; in venc_set_properties()
H A Dvenc_ctrls.c324 ctr->intra_refresh_period = ctrl->val; in venc_op_s_ctrl()