Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/
H A Dcompress_params.h368 __u32 rate_control; member
407 __u32 rate_control; member
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c675 u32 ptype, rate_control, bitrate; in venc_set_properties() local
801 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()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h7297 __le32 rate_control; member
H A Dwmi.c9024 cmd->rate_control = cpu_to_le32(arg->rate_ctrl); in ath10k_wmi_10_4_gen_per_peer_per_tid_cfg()