HomeSort by relevance Sort by last modified time
    Searched defs:cfg (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libvpx/
vpx_config.c 1 static const char* const cfg = "--target=generic-gnu"; variable
2 const char *vpx_codec_build_config(void) {return cfg;}
example_xma.c 86 vpx_codec_dec_cfg_t cfg; local
156 cfg.w = w;
157 cfg.h = h;
160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA))
210 decoder.name, alloc_sz, cfg.w, cfg.h);
  /device/samsung/crespo/include/
s3c_mem.h 47 int cfg; member in struct:s3c_mem_dma_param
  /external/iptables/include/linux/netfilter_ipv4/
ipt_dstlimit.h 30 struct dstlimit_cfg cfg; member in struct:ipt_dstlimit_info
ipt_hashlimit.h 31 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_hashlimit.h 31 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 31 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /external/bluetooth/bluez/input/
sixpair.c 147 handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itfnum, const struct libusb_interface_descriptor *alt)
260 struct libusb_config_descriptor *cfg; local
290 handle_device (dev, cfg, l, &alt);
  /external/libvpx/examples/
encoder_tmpl.c 68 const vpx_codec_enc_cfg_t *cfg,
72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
81 mem_put_le16(header+12, cfg->g_w); /* width */
82 mem_put_le16(header+14, cfg->g_h); /* height */
83 mem_put_le32(header+16, cfg->g_timebase.den); /* rate */
84 mem_put_le32(header+20, cfg->g_timebase.num); /* scale */
112 vpx_codec_enc_cfg_t cfg; local
143 write_ivf_file_header(outfile, &cfg, 0);
185 write_ivf_file_header(outfile, &cfg, frame_cnt-1)
    [all...]
  /frameworks/base/opengl/libs/EGL/
Loader.cpp 97 FILE* cfg = fopen("/system/lib/egl/egl.cfg", "r"); local
98 if (cfg == NULL) {
100 LOGD("egl.cfg not found, using default config");
103 while (fgets(line, 256, cfg)) {
111 fclose(cfg);
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 285 final Element cfg = (Element) i.next (); local
286 cfg.processGenericSettings ();
402 protected Element addCfgElement (final String type, final Element cfg)
413 m_cfgList.add (cfg);
416 return cfg;
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 59 unsigned cfg; local
67 cfg = CONFIG_MAX_PKT(max_pkt) | CONFIG_ZLT;
74 cfg |= CONFIG_IOS;
78 ept->head->config = cfg;
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 168 Configuration cfg = new Configuration(); local
169 System.getConfiguration(cr, cfg);
170 float store = cfg.fontScale;
173 cfg = new Configuration();
174 cfg.fontScale = 10.0f;
175 assertTrue(System.putConfiguration(cr, cfg));
177 System.getConfiguration(cr, cfg);
178 assertEquals(10.0f, cfg.fontScale);
181 cfg.fontScale = store;
182 assertTrue(System.putConfiguration(cr, cfg));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 74 struct wps_config cfg; local
106 os_memset(&cfg, 0, sizeof(cfg));
107 cfg.wps = wps;
108 cfg.registrar = registrar;
121 cfg.pin = (const u8 *) pos;
124 cfg.pin_len = pos - (const char *) cfg.pin;
128 cfg.pbc = 1;
131 if (cfg.pin == NULL && !cfg.pbc)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 86 struct wps_config cfg; local
108 os_memset(&cfg, 0, sizeof(cfg));
109 cfg.wps = sm->wps;
110 cfg.registrar = registrar;
125 cfg.pin = sm->user->password;
126 cfg.pin_len = sm->user->password_len;
128 cfg.assoc_wps_ie = sm->assoc_wps_ie;
129 data->wps = wps_init(&cfg);
  /system/core/fastboot/
usb_linux.c 97 struct usb_config_descriptor *cfg; local
114 cfg = (void*) ptr;
115 len -= cfg->bLength;
116 ptr += cfg->bLength;
153 for(i = 0; i < cfg->bNumInterfaces; i++) {
  /system/extras/sound/
playwav.c 195 struct msm_audio_config cfg; local
230 if (ioctl(afd, AUDIO_GET_CONFIG, &cfg)) {
235 cfg.channel_count = hdr.num_channels;
236 cfg.sample_rate = hdr.sample_rate;
237 if (ioctl(afd, AUDIO_SET_CONFIG, &cfg)) {
242 if (ioctl(afd, AUDIO_GET_CONFIG, &cfg)) {
247 sz = cfg.buffer_size;
248 fprintf(stderr,"buffer size %d x %d\n", sz, cfg.buffer_count);

Completed in 1187 milliseconds

1 2 3