Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dcore.h299 u32 intra_refresh_period; member
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()
Dvenc_ctrls.c324 ctr->intra_refresh_period = ctrl->val; in venc_op_s_ctrl()