Home
last modified time | relevance | path

Searched refs:gsm (Results 1 – 25 of 50) sorted by relevance

12

/third_party/libsnd/src/GSM610/
Dgsm.h16 typedef struct gsm_state * gsm ; typedef
34 gsm gsm_create (void) ;
37 void gsm_init (gsm) ;
39 void gsm_destroy (gsm) ;
41 int gsm_print (FILE *, gsm, gsm_byte *) ;
42 int gsm_option (gsm, int, int *) ;
44 void gsm_encode (gsm, gsm_signal *, gsm_byte *) ;
45 int gsm_decode (gsm, gsm_byte *, gsm_signal *) ;
47 int gsm_explode (gsm, gsm_byte *, gsm_signal *) ;
48 void gsm_implode (gsm, gsm_signal *, gsm_byte *) ;
Dgsm_create.c18 gsm gsm_create (void) in gsm_create()
20 gsm r ; in gsm_create()
32 void gsm_init (gsm state) in gsm_init()
Dgsm_destroy.c20 void gsm_destroy (gsm S) in gsm_destroy()
Dgsm_option.c11 int gsm_option (gsm r, int opt, int * val) in gsm_option()
/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dmeson.build1 if get_option('gsm').disabled()
7 gsm_dep = cc.find_library('gsm', required : get_option('gsm')) build
8 have_gsm_create = cc.has_header_symbol('gsm.h', 'gsm_create')
10 have_gsm_create = cc.has_header_symbol('gsm/gsm.h', 'gsm_create')
11 if not have_gsm_create and get_option('gsm').enabled()
Dgstgsm.c42 gsm,
Dgstgsmenc.h52 gsm state;
Dgstgsmdec.h52 gsm state;
/third_party/ffmpeg/tests/fate/
Dvoice.mak57 FATE_GSM-$(call DEMDEC, WAV, GSM) += fate-gsm-ms
58 fate-gsm-ms: CMD = framecrc -i $(TARGET_SAMPLES)/gsm/ciao.wav
60 FATE_GSM-$(call DEMDEC, MOV, GSM) += fate-gsm-toast
61 fate-gsm-toast: CMD = framecrc -i $(TARGET_SAMPLES)/gsm/sample-gsm-8000.mov -t 10
64 fate-gsm: $(FATE_GSM-yes)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth.c2756 struct wpa_group *gsm; in fils_prepare_plainbuf() local
2783 gsm = sm->group; in fils_prepare_plainbuf()
2787 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, in fils_prepare_plainbuf()
2790 gtk = gsm->GTK[gsm->GN - 1]; in fils_prepare_plainbuf()
2791 gtk_len = gsm->GTK_len; in fils_prepare_plainbuf()
2803 hdr[0] = gsm->GN & 0x03; in fils_prepare_plainbuf()
3255 struct wpa_group *gsm = sm->group; in ieee80211w_kde_add() local
3263 igtk.keyid[0] = gsm->GN_igtk; in ieee80211w_kde_add()
3265 if (gsm->wpa_group_state != WPA_GROUP_SETKEYSDONE || in ieee80211w_kde_add()
3266 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0) in ieee80211w_kde_add()
[all …]
Dwpa_auth_ft.c2168 struct wpa_group *gsm = sm->group; in wpa_ft_gtk_subelem() local
2184 key_len = gsm->GTK_len; in wpa_ft_gtk_subelem()
2198 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len); in wpa_ft_gtk_subelem()
2221 key = gsm->GTK[gsm->GN - 1]; in wpa_ft_gtk_subelem()
2236 WPA_PUT_LE16(&subelem[2], gsm->GN & 0x03); in wpa_ft_gtk_subelem()
2237 subelem[4] = gsm->GTK_len; in wpa_ft_gtk_subelem()
2238 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5); in wpa_ft_gtk_subelem()
2257 struct wpa_group *gsm = sm->group; in wpa_ft_igtk_subelem() local
2284 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_ft_igtk_subelem()
2286 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth.c2659 struct wpa_group *gsm; in fils_prepare_plainbuf() local
2681 gsm = sm->group; in fils_prepare_plainbuf()
2685 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, in fils_prepare_plainbuf()
2688 gtk = gsm->GTK[gsm->GN - 1]; in fils_prepare_plainbuf()
2689 gtk_len = gsm->GTK_len; in fils_prepare_plainbuf()
2702 hdr[0] = gsm->GN & 0x03; in fils_prepare_plainbuf()
3074 struct wpa_group *gsm = sm->group; in ieee80211w_kde_add() local
3081 igtk.keyid[0] = gsm->GN_igtk; in ieee80211w_kde_add()
3083 if (gsm->wpa_group_state != WPA_GROUP_SETKEYSDONE || in ieee80211w_kde_add()
3084 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0) in ieee80211w_kde_add()
[all …]
Dwpa_auth_ft.c2168 struct wpa_group *gsm = sm->group; in wpa_ft_gtk_subelem() local
2184 key_len = gsm->GTK_len; in wpa_ft_gtk_subelem()
2198 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len); in wpa_ft_gtk_subelem()
2204 key = gsm->GTK[gsm->GN - 1]; in wpa_ft_gtk_subelem()
2218 WPA_PUT_LE16(&subelem[2], gsm->GN & 0x03); in wpa_ft_gtk_subelem()
2219 subelem[4] = gsm->GTK_len; in wpa_ft_gtk_subelem()
2220 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5); in wpa_ft_gtk_subelem()
2239 struct wpa_group *gsm = sm->group; in wpa_ft_igtk_subelem() local
2265 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_ft_igtk_subelem()
2267 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem()
[all …]
/third_party/grpc/src/csharp/Grpc.Tools/
DGeneratorServices.cs52 string gsm = proto.GetMetadata(Metadata.GrpcServices); in GrpcOutputPossible()
53 return !gsm.EqualNoCase("") && !gsm.EqualNoCase("none") in GrpcOutputPossible()
54 && !gsm.EqualNoCase("false"); in GrpcOutputPossible()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_device_test.dart459 [gsm.current.phone-type]: [1]
460 [gsm.network.type]: [Unknown]
461 [gsm.nitz.time]: [1473102078793]
462 [gsm.operator.alpha]: []
463 [gsm.operator.iso-country]: []
464 [gsm.operator.isroaming]: [false]
465 [gsm.operator.numeric]: []
466 [gsm.sim.operator.alpha]: []
467 [gsm.sim.operator.iso-country]: []
468 [gsm.sim.operator.numeric]: []
[all …]
/third_party/libphonenumber/resources/carrier/en/
D32.txt21 # http://www.voo.be/en/gsm/abonnement-gsm/
/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-license.txt15 Please see gsm/gen-lic.txt for the ITU-T GSM codec copyright.
/third_party/gstreamer/gstplugins_bad/ext/
Dmeson.build23 subdir('gsm') subdir
/third_party/gstreamer/gstplugins_bad/
DREQUIREMENTS40 libgsm (for the gsm plugin)
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/
Ducmfiles.mk124 gsm-03.38-2009.ucm
/third_party/skia/third_party/externals/icu/source/data/mappings/
Ducmfiles.mk124 gsm-03.38-2009.ucm
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctionsplugin.h110 GST_TYPE_FIND_REGISTER_DECLARE (gsm);
Dgsttypefindfunctionsplugin.c124 GST_TYPE_FIND_REGISTER (gsm, plugin); in plugin_init()
/third_party/icu/icu4c/source/data/mappings/
Ducmfiles.mk124 gsm-03.38-2009.ucm
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dcapsnego2209 gsm -> audioscaler -> osssink
211 Somebody sets some crazy low rate on the gsm srcpad (1000Hz).

12