HomeSort by relevance Sort by last modified time
    Searched refs:center_freq (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACenc/src/
psy_configuration.cpp 297 FIXP_DBL center_freq, x1, x2; local
300 /* Theoritical maximum of center_freq (samp_freq*0.5) is 96khz * 0.5 = 48000 */
301 /* Theoritical maximum of x1 is 1.3333333e-4f * center_freq = 6.4, can keep in q28 */
302 /* Theoritical maximum of x2 is 0.00076f * center_freq = 36.48, can keep in q25 */
304 center_freq = fftLine * samplingFreq; /* q11 or q8 */
308 center_freq = center_freq << 2; /* q13 */
311 center_freq = center_freq << 5; /* q13 */
314 center_freq = (fftLine * samplingFreq) << 3; // q1
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 124 Word32 center_freq, temp, bvalFFTLine; local
127 center_freq = (fftLine * samplingFreq) / (noOfLines << 1);
128 temp = atan_1000((center_freq << 2) / (3*10));
130 (26600 * atan_1000((center_freq*76) / 100) + 7*temp*temp) / (2*1000*1000 / BARC_SCALE);
  /external/iw/
event.c 13 __u16 center_freq; member in struct:ieee80211_beacon_channel
34 chan->center_freq = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_FREQ]);
426 if (chan_before_beacon.center_freq != chan_after_beacon.center_freq)
434 chan_before_beacon.center_freq,
435 ieee80211_frequency_to_channel(chan_before_beacon.center_freq));
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 62 wifi_channel center_freq; // primary 20 MHz channel member in struct:__anon32334
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 811 pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ]);
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 257 milliseconds