Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dcore.h260 u32 intra_refresh_period; member
Dvenc.c829 if (ctr->intra_refresh_period) { in venc_set_properties()
834 if (mbs % ctr->intra_refresh_period) in venc_set_properties()
836 mbs /= ctr->intra_refresh_period; in venc_set_properties()
Dvenc_ctrls.c320 ctr->intra_refresh_period = ctrl->val; in venc_op_s_ctrl()