Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dcore.h267 u32 intra_refresh_period; member
Dvenc.c900 if (ctr->intra_refresh_period) { in venc_set_properties()
905 if (mbs % ctr->intra_refresh_period) in venc_set_properties()
907 mbs /= ctr->intra_refresh_period; in venc_set_properties()
Dvenc_ctrls.c324 ctr->intra_refresh_period = ctrl->val; in venc_op_s_ctrl()