Home
last modified time | relevance | path

Searched refs:rc_force (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c231 EncRcForceCfg *rc_force = &task->rc_task->force; in h265e_start() local
262 rc_force->force_flag = ENC_RC_FORCE_QP; in h265e_start()
263 rc_force->force_qp = force_frame_qp; in h265e_start()
265 rc_force->force_flag &= (~ENC_RC_FORCE_QP); in h265e_start()
266 rc_force->force_qp = -1; in h265e_start()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c358 EncRcForceCfg *rc_force = &task->rc_task->force; in h264e_start() local
389 rc_force->force_flag = ENC_RC_FORCE_QP; in h264e_start()
390 rc_force->force_qp = force_frame_qp; in h264e_start()
392 rc_force->force_flag &= (~ENC_RC_FORCE_QP); in h264e_start()
393 rc_force->force_qp = -1; in h264e_start()