Home
last modified time | relevance | path

Searched refs:spb (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dmc34vr500.c25 uint8_t spb; in mc34vr500_get_sw_volt() local
53 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() local
83 spb = swx_set_point_base[sw]; in mc34vr500_set_sw_volt()
85 swxvolt = (sw_volt - 625) / 25 + spb; in mc34vr500_set_sw_volt()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0014-riff-Fix-bps-caculation-error-for-ADPCM.patch25 - 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);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0014-riff-Fix-bps-caculation-error-for-ADPCM.patch25 - 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);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0014-riff-Fix-bps-caculation-error-for-ADPCM.patch25 - 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);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsndio.c207 unsigned sc, spb; in writesamples() local
211 spb = SNDIO_BUFSZ / p->par.bps; in writesamples()
213 sc = spb; in writesamples()
/OK3568_Linux_fs/buildroot/package/solarus/
H A D0002-Add-a-basic-FindOpenGLES2.cmake.patch2 From: Gleb Mazovetskiy <glex.spb@gmail.com>
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-module17 Contact: Kirill Smelkov <kirr@mns.spb.ru>
/OK3568_Linux_fs/buildroot/package/gcc/12.2.0/
H A D0002-fix-condvar.patch35 Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...