Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dcore.h310 u32 intra_refresh_period; member
H A Dvenc.c1001 if (ctr->intra_refresh_period) { in venc_set_properties()
1006 if (mbs % ctr->intra_refresh_period) in venc_set_properties()
1008 mbs /= ctr->intra_refresh_period; in venc_set_properties()
H A Dvenc_ctrls.c330 ctr->intra_refresh_period = ctrl->val; in venc_op_s_ctrl()