Searched refs:spb (Results 1 – 9 of 9) sorted by relevance
25 uint8_t spb; in mc34vr500_get_sw_volt() local53 spb = swx_set_point_base[sw]; in mc34vr500_get_sw_volt()55 sw_volt = 625 + (swxvolt - spb) * 25; in mc34vr500_get_sw_volt()65 uint8_t spb; in mc34vr500_set_sw_volt() local83 spb = swx_set_point_base[sw]; in mc34vr500_set_sw_volt()85 swxvolt = (sw_volt - 625) / 25 + spb; in mc34vr500_set_sw_volt()
25 - int spb = ((strf->blockalign - strf->channels * 7) / 2) * 2;26 + int spb = ((strf->blockalign - strf->channels * 7) / strf->channels) * 2;28 gst_util_uint64_scale_int (strf->rate, strf->blockalign, spb);34 - int spb = ((strf->blockalign - strf->channels * 4) / 2) * 2;35 + int spb = ((strf->blockalign - strf->channels * 4) / strf->channels) * 2;37 gst_util_uint64_scale_int (strf->rate, strf->blockalign, spb);
25 - int spb = ((strf->blockalign - strf->channels * 7) / 2) * 2;26 + int spb = (strf->blockalign - strf->channels * 7) * 2;28 gst_util_uint64_scale_int (strf->rate, strf->blockalign, spb);34 - int spb = ((strf->blockalign - strf->channels * 4) / 2) * 2;35 + int spb = (strf->blockalign - strf->channels * 4) * 2;37 gst_util_uint64_scale_int (strf->rate, strf->blockalign, spb);
207 unsigned sc, spb; in writesamples() local211 spb = SNDIO_BUFSZ / p->par.bps; in writesamples()213 sc = spb; in writesamples()
2 From: Gleb Mazovetskiy <glex.spb@gmail.com>
17 Contact: Kirill Smelkov <kirr@mns.spb.ru>
35 Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...