Home
last modified time | relevance | path

Searched refs:band (Results 1 – 16 of 16) sorted by relevance

/system/bt/embdrv/g722/
Dg722_decode.cc73 static void block4(g722_band_t *band, int d);
75 static void block4(g722_band_t *band, int d) in block4() argument
87 band->d[0] = d; in block4()
88 band->r[0] = __ssat16(band->s + d); in block4()
91 band->p[0] = __ssat16(band->sz + d); in block4()
96 sg[i] = band->p[i] >> 15; in block4()
98 wd1 = __ssat16(band->a[1] << 2); in block4()
106 ap2 += (band->a[2]*32512) >> 15; in block4()
111 band->ap[2] = ap2; in block4()
114 sg[0] = band->p[0] >> 15; in block4()
[all …]
Dg722_encode.cc72 static void block4(g722_band_t *band, int d) in block4() argument
84 band->d[0] = d; in block4()
85 band->r[0] = saturate(band->s + d); in block4()
88 band->p[0] = saturate(band->sz + d); in block4()
92 sg[i] = band->p[i] >> 15; in block4()
93 wd1 = saturate(band->a[1] << 2); in block4()
100 ap2 += (band->a[2]*32512) >> 15; in block4()
105 band->ap[2] = ap2; in block4()
108 sg[0] = band->p[0] >> 15; in block4()
109 sg[1] = band->p[1] >> 15; in block4()
[all …]
Dg722_enc_dec.h99 g722_band_t band[2]; member
124 g722_band_t band[2]; member
/system/chre/apps/wifi_offload/
Dutility.cc62 const char *ParseChreWifiBand(uint8_t band) { in ParseChreWifiBand() argument
63 switch (band) { in ParseChreWifiBand()
128 LOGI(" band: %s (%" PRIu8 ")", ParseChreWifiBand(result.band), result.band); in LogChreScanResult()
/system/chre/apps/chqts/src/general_test/
Dbasic_wifi_test.cc135 if (result.band == CHRE_WIFI_BAND_2_4_GHZ && in validatePrimaryChannel()
140 } else if (result.band == CHRE_WIFI_BAND_5_GHZ) { in validatePrimaryChannel()
327 if (results[i].band != CHRE_WIFI_BAND_2_4_GHZ in validateWifiScanResult()
328 && results[i].band != CHRE_WIFI_BAND_5_GHZ) { in validateWifiScanResult()
329 chreLog(CHRE_LOG_ERROR, "Got unexpected band %d", results[i].band); in validateWifiScanResult()
/system/chre/util/nanoapp/
Dwifi.cc66 const char *parseChreWifiBand(uint8_t band) { in parseChreWifiBand() argument
67 switch (band) { in parseChreWifiBand()
/system/chre/util/include/chre/util/nanoapp/
Dwifi.h60 const char *parseChreWifiBand(uint8_t band);
/system/chre/apps/wifi_world/
Dwifi_world.cc107 chre::parseChreWifiBand(result.band), result.band); in logChreWifiResult()
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc102 LOGI(" band: %s (%" PRIu8 ")", chre::parseChreWifiBand(result.band), in logChreWifiResult()
103 result.band); in logChreWifiResult()
/system/chre/chre_api/legacy/v1_1/chre/
Dwifi.h312 uint8_t band; member
/system/core/libsystem/include/system/
Dradio.h125 radio_hal_band_config_t band; member
/system/chre/chre_api/legacy/v1_2/chre/
Dwifi.h445 uint8_t band; member
/system/chre/chre_api/include/chre_api/chre/
Dwifi.h445 uint8_t band; member
/system/chre/apps/wifi_offload/test/
Dutility.cc155 init(result.band, rand_gen); in init()
/system/connectivity/wificond/scanning/
Dscan_utils.cpp449 rssi_adjust.band = NL80211_BAND_2GHZ; in StartScheduledScan()
/system/connectivity/wificond/net/kernel-header-latest/
Dnl80211.h5185 __u8 band; member