Home
last modified time | relevance | path

Searched refs:rate_val (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/sound/
Dwm8994.c289 int rate_val = 0; in wm8994_hw_params() local
344 rate_val |= i << WM8994_AIF1_SR_SHIFT; in wm8994_hw_params()
358 rate_val |= best; in wm8994_hw_params()
401 WM8994_AIF1CLK_RATE_MASK, rate_val); in wm8994_hw_params()
403 debug("rate vale = %x , bclk val= %x\n", rate_val, bclk); in wm8994_hw_params()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c182 GValue rate_val = { 0, }; in gst_oss4_audio_detect_rates() local
184 g_value_init (&rate_val, G_TYPE_INT); in gst_oss4_audio_detect_rates()
185 g_value_set_int (&rate_val, ai->rates[i]); in gst_oss4_audio_detect_rates()
186 gst_value_list_append_value (&val, &rate_val); in gst_oss4_audio_detect_rates()
187 g_value_unset (&rate_val); in gst_oss4_audio_detect_rates()