Home
last modified time | relevance | path

Searched refs:rate_control (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c675 u32 ptype, rate_control, bitrate; in venc_set_properties() local
824 rate_control = HFI_RATE_CONTROL_OFF; in venc_set_properties()
826 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_VBR_VFR : in venc_set_properties()
829 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_CBR_VFR : in venc_set_properties()
832 rate_control = HFI_RATE_CONTROL_CQ; in venc_set_properties()
835 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties()
839 if (rate_control == HFI_RATE_CONTROL_CQ && ctr->const_quality) { in venc_set_properties()
996 (rate_control == HFI_RATE_CONTROL_CBR_VFR || in venc_set_properties()
997 rate_control == HFI_RATE_CONTROL_CBR_CFR)) { in venc_set_properties()
/linux/include/uapi/sound/
H A Dcompress_params.h418 __u32 rate_control; member
464 __u32 rate_control; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h7306 __le32 rate_control; member
H A Dwmi.c9072 cmd->rate_control = cpu_to_le32(arg->rate_ctrl); in ath10k_wmi_10_4_gen_per_peer_per_tid_cfg()