Searched refs:rate_control (Results 1 – 2 of 2) sorted by relevance
353 * @rate_control: value is specified by SND_RATECONTROLMODE defines.379 __u32 rate_control; member 402 * @rate_control: Encoding rate control. See SND_RATECONTROLMODE defines.425 __u32 rate_control; member
673 u32 ptype, rate_control, bitrate; in venc_set_properties() local 822 rate_control = HFI_RATE_CONTROL_OFF; in venc_set_properties() 824 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_VBR_VFR : in venc_set_properties() 827 rate_control = ctr->frame_skip_mode ? HFI_RATE_CONTROL_CBR_VFR : in venc_set_properties() 830 rate_control = HFI_RATE_CONTROL_CQ; in venc_set_properties() 833 ret = hfi_session_set_property(inst, ptype, &rate_control); in venc_set_properties() 837 if (rate_control == HFI_RATE_CONTROL_CQ && ctr->const_quality) { in venc_set_properties() 994 (rate_control == HFI_RATE_CONTROL_CBR_VFR || in venc_set_properties() 995 rate_control == HFI_RATE_CONTROL_CBR_CFR)) { in venc_set_properties()