| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | tests.sh | 131 convertToAndFrom s8 u8 s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sph wv sox 134 convertToAndFrom s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sph wv sox 137 convertToAndFrom s24 u24 s32 u32 f32 f64 wav aiff aifc flac sph wv sox 141 convertToAndFrom s32 u32 f64 wav aiff aifc caf sph wv mat4 mat5 sox 147 convertToAndFrom ul s16 u16 s32 f32 f64 dat aiff aifc flac caf sph 150 convertToAndFrom wavu8 aiff aifc au dat sf flac caf sph 266 timeIO s8 u8 s16 u16 s24 u24 s32 u32 f32 f64 au wav aiff aifc sph # FIXME?: caf flac dat
|
| H A D | formats.c | 60 CHECK(sph , 0, 0, "" , 0, 7, "NIST_1A") in auto_detect_format()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispresizer.c | 784 const unsigned int sph = DEFAULT_PHASE; in resizer_calc_ratios() local 827 min_width = ((input->width - 7) * 256 - 32 - 64 * sph) / 1024 + 1; in resizer_calc_ratios() 861 max_width = min(((input->width - 7) * 256 + 255 - 16 - 32 * sph) / 64 in resizer_calc_ratios() 876 ratio->horz = ((input->width - 7) * 256 + 255 - 16 - 32 * sph) in resizer_calc_ratios() 879 ratio->horz = ((input->width - 7) * 256 + 255 - 32 - 64 * sph) in resizer_calc_ratios() 886 + 32 * sph + 16; in resizer_calc_ratios() 890 + 64 * sph + 32; in resizer_calc_ratios() 1186 const unsigned int sph = DEFAULT_PHASE; in resizer_try_crop() local 1192 ((32 * sph + (source->width - 1) * 64 + 16) >> 8) + 7; in resizer_try_crop() 1196 ((64 * sph + (source->width - 1) * 1024 + 32) >> 8) + 7; in resizer_try_crop()
|
| H A D | isppreview.c | 1066 unsigned int sph = prev->crop.left; in preview_config_input_size() local 1074 sph -= 2; in preview_config_input_size() 1084 sph -= 2; in preview_config_input_size() 1090 sph -= 2; in preview_config_input_size() 1094 sph -= 2; in preview_config_input_size() 1096 isp_reg_writel(isp, (sph << ISPPRV_HORZ_INFO_SPH_SHIFT) | eph, in preview_config_input_size()
|
| H A D | ispccdc.c | 1129 unsigned int sph; in ccdc_configure() local 1232 sph = crop->left * 2; in ccdc_configure() 1235 sph = crop->left; in ccdc_configure() 1239 isp_reg_writel(isp, (sph << ISPCCDC_HORZ_INFO_SPH_SHIFT) | in ccdc_configure()
|
| /OK3568_Linux_fs/kernel/sound/firewire/motu/ |
| H A D | amdtp-motu.c | 386 u32 sph; in write_sph() local 390 sph = ((next_cycles << 12) | p->next_ticks) & 0x01ffffff; in write_sph() 391 *buffer = cpu_to_be32(sph); in write_sph() 476 s->sph = 1; in amdtp_motu_init()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | area.hpp | 99 static inline CT authalic_radius(Spheroid const& sph, CT const& a2, CT const& e2) in authalic_radius() argument 112 ((math::sqr(get_radius<2>(sph)) * boost::math::atanh(sqrt_e2)) in authalic_radius()
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | amdtp-stream.c | 499 ((s->sph << CIP_SPH_SHIFT) & CIP_SPH_MASK) | in generate_cip_header() 538 unsigned int sph; in check_cip_header() local 561 sph = (cip_header[0] & CIP_SPH_MASK) >> CIP_SPH_SHIFT; in check_cip_header() 563 if (sph != s->sph || fmt != s->fmt) { in check_cip_header()
|
| H A D | amdtp-stream.h | 157 unsigned int sph; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-common.c | 432 hw_feat->sph = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features() 658 pdata->hw_feat.sph ? "YES" : "NO"); in xlgmac_print_all_hw_features()
|
| H A D | dwc-xlgmac.h | 520 unsigned int sph; /* Split Header Feature */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac.h | 157 int sph; member
|
| H A D | stmmac_main.c | 1356 if (priv->sph) { in stmmac_init_rx_buffers() 2819 if (priv->sph && priv->hw->rx_csum) { in stmmac_hw_setup() 3729 if (priv->sph && !buf->sec_page) { in stmmac_rx_refill() 3739 if (priv->sph) in stmmac_rx_refill() 3774 if (priv->sph && len) in stmmac_rx_buf1_len() 3779 if (priv->sph && hlen) { in stmmac_rx_buf1_len() 3802 if (!priv->sph) in stmmac_rx_buf2_len() 4197 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_set_features() 5090 priv->sph = true; in stmmac_dvr_probe()
|
| H A D | stmmac_selftests.c | 1720 if (!priv->sph) in stmmac_test_sph()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_user.c | 1133 struct xfrmu_spdhinfo sph; in build_spdinfo() local 1153 sph.spdhcnt = si.spdhcnt; in build_spdinfo() 1154 sph.spdhmcnt = si.spdhmcnt; in build_spdinfo() 1167 err = nla_put(skb, XFRMA_SPD_HINFO, sizeof(sph), &sph); in build_spdinfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 985 unsigned int sph; /* Split Header Feature */ member
|
| H A D | xgbe-drv.c | 769 hw_feat->sph = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in xgbe_get_all_hw_features() 879 hw_feat->sph ? "yes" : "no"); in xgbe_get_all_hw_features()
|