Searched refs:rate_control (Results 1 – 4 of 4) sorted by relevance
368 __u32 rate_control; member407 __u32 rate_control; member
675 u32 ptype, rate_control, bitrate; in venc_set_properties() local801 rate_control = HFI_RATE_CONTROL_OFF; in venc_set_properties()803 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_VBR_VFR : in venc_set_properties()806 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_CBR_VFR : in venc_set_properties()809 rate_control = HFI_RATE_CONTROL_CQ; in venc_set_properties()812 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties()816 if (rate_control == HFI_RATE_CONTROL_CQ && ctr->const_quality) { in venc_set_properties()971 (rate_control == HFI_RATE_CONTROL_CBR_VFR || in venc_set_properties()972 rate_control == HFI_RATE_CONTROL_CBR_CFR)) { in venc_set_properties()
7297 __le32 rate_control; member
9024 cmd->rate_control = cpu_to_le32(arg->rate_ctrl); in ath10k_wmi_10_4_gen_per_peer_per_tid_cfg()