Searched defs:nd (Results  1 – 9 of 9) sorted by relevance
| /packages/modules/Bluetooth/system/embdrv/lc3/test/ | 
| D | mdct_py.c | 39     int ns = LC3_NS(dt, sr), nd = LC3_ND(dt, sr);  in mdct_forward_py()  local 66     int ns = LC3_NS(dt, sr), nd = LC3_ND(dt, sr);  in mdct_inverse_py()  local
  | 
| D | ctypes.h | 705     int nd = LC3_ND(dt, sr);  in from_encoder()  local 762     int nd = LC3_ND(dt, sr);  in to_encoder()  local 797     int nd = LC3_ND(dt, sr);  in from_decoder()  local 854     int nd = LC3_ND(dt, sr);  in to_decoder()  local
  | 
| D | ltpf_py.c | 100     int ns = LC3_NS(dt,sr), nd = 18 * LC3_SRATE_KHZ(sr);  in synthesize_py()  local
  | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/ | 
| D | BmessageBuilder.java | 149         NameData nd = vcard.getNameData();  in buildVcardN()  local
  | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | ScanResults.java | 134             NetworkDetail nd = new NetworkDetail(bssid, ie, anqpLines, freq);  in generateNativeResults()  local
  | 
| D | WifiNetworkSelectorTestUtil.java | 251             NetworkDetail nd = new NetworkDetail(bssids[index], ies, new ArrayList<String>(),  in buildScanDetailsWithNetworkDetails()  local
  | 
| D | ClientModeImplTest.java | 416         NetworkDetail nd = new NetworkDetail(TEST_BSSID_STR, ie, new ArrayList<String>(), sFreq);  in getGoogleGuestScanDetail()  local 432         NetworkDetail nd = new NetworkDetail(TEST_BSSID_STR, ies, new ArrayList<String>(), sFreq);  in getHiddenScanDetail()  local
  | 
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ | 
| D | mdct.c | 209     int ns = LC3_NS(dt, sr), nd = LC3_ND(dt, sr);  in mdct_window()  local 375     int n4 = LC3_NS(dt, sr) >> 1, nd = LC3_ND(dt, sr);  in imdct_window()  local
  | 
| D | lc3.c | 550     int nd = LC3_ND(dt, sr_pcm);  in lc3_setup_decoder()  local
  |