Searched refs:rate_control (Results 1 – 4 of 4) sorted by relevance
402 __u32 rate_control; member441 __u32 rate_control; member
539 u32 ptype, rate_control, bitrate; in venc_set_properties() local620 rate_control = HFI_RATE_CONTROL_OFF; in venc_set_properties()622 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_VBR_VFR : in venc_set_properties()625 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_CBR_VFR : in venc_set_properties()628 rate_control = HFI_RATE_CONTROL_CQ; in venc_set_properties()631 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties()635 if (rate_control == HFI_RATE_CONTROL_CQ && ctr->const_quality) { in venc_set_properties()
7288 __le32 rate_control; member
9015 cmd->rate_control = cpu_to_le32(arg->rate_ctrl); in ath10k_wmi_10_4_gen_per_peer_per_tid_cfg()