Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dlpass-va-macro.c214 int dec_mode[VA_MACRO_NUM_DECIMATORS]; member
771 va->dec_mode[decimator] << CDC_VA_ADC_MODE_SHIFT); in va_macro_enable_dec()
838 ucontrol->value.enumerated.item[0] = va->dec_mode[path]; in va_macro_dec_mode_get()
852 va->dec_mode[path] = value; in va_macro_dec_mode_put()
H A Dlpass-tx-macro.c286 int dec_mode[NUM_DECIMATORS]; member
948 tx->dec_mode[decimator]); in tx_macro_enable_dec()
1080 ucontrol->value.enumerated.item[0] = tx->dec_mode[path]; in tx_macro_dec_mode_get()
1094 if (tx->dec_mode[path] == value) in tx_macro_dec_mode_put()
1097 tx->dec_mode[path] = value; in tx_macro_dec_mode_put()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu381-h264.c232 regs->common.reg009_dec_mode.dec_mode = VDPU381_MODE_H264; in config_registers()
H A Drkvdec-vp9.c509 regs->common.reg02.dec_mode = RKVDEC_MODE_VP9; in config_registers()