HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 551 - 575 of 2436) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_stp.h 41 struct ebt_stp_config_info config; member in struct:ebt_stp_info
  /external/kernel-headers/original/uapi/linux/
sdla.h 83 short config; member in struct:sdla_conf
102 short config; member in struct:sdla_dlci_conf
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java 25 * config selection if requested. Taken from GLSurfaceView20, heavily modified to accommodate MSAA/CSAA.
75 EGLConfig config = chooseConfig(egl, display, configs); local
77 // FIXME print the chosen config
78 // printConfigs(egl, display, new EGLConfig[] { config });
79 return config;
87 for (EGLConfig config : configs) {
88 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE, 0);
89 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0);
95 int r = findConfigAttrib(egl, display, config, EGL10.EGL_RED_SIZE, 0);
96 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE, 0);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.c 299 uint8_t config = 0x00; local
305 NFC_ADDRESS_UICC_SESSION , config );
    [all...]
phHciNfc_Sequence.c 1056 static uint8_t config = 0; local
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 211 } config; /**< Configuration pointer aliasing union */ member in struct:vpx_codec_ctx
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 157 AString config; local
158 if (!ReadDataString(fullPath, kStartID, kEndID, config))
161 ShowErrorMessage(L"Can't load config info");
168 if (!config.IsEmpty())
171 if (!GetTextConfig(config, pairs))
174 ShowErrorMessage(L"Config failed");
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 752 const __DRIconfig *config; local
821 config = dri2_dpy->driver_configs[i];
823 dri2_add_config(disp, config, i + 1, 0, types, NULL, rgb_masks);
825 dri2_add_config(disp, config, i + 1, 0, types, NULL, argb_masks);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 31 union nouveau_bo_config config; member in struct:nouveau_mman
131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
171 size, cache->config.nv50.memtype, ret);
237 union nouveau_bo_config *config)
247 cache->config = *config;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 61 struct drm_config *config; member in struct:drm_display
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 68 struct native_config config; member in struct:fbdev_display
381 configs[0] = &fbdpy->config;
437 fbdpy->config.color_format, PIPE_TEXTURE_2D, 0,
451 struct native_config *nconf = &fbdpy->config;
499 fbdpy->config.scanout_bit = TRUE;
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 375 struct wayland_config *config = wayland_config(nconf); local
385 surface->color_format = config->base.color_format;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 51 struct Config
62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config)
69 config->input_width = DEFAULT_INPUT_WIDTH;
70 config->input_height = DEFAULT_INPUT_HEIGHT;
71 config->output_width = 0;
72 config->output_height = 0;
73 config->pipeline = 0
177 struct Config config; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 56 WebPConfig config; local
81 WebPConfigInit(&config);
82 config.lossless = 1;
83 config.method = effort_level; // impact is very small
85 config.quality = 10.f * effort_level;
86 assert(config.quality >= 0 && config.quality <= 100.f);
89 ok = ok && (VP8LEncodeStream(&config, &picture, &tmp_bw) == VP8_ENC_OK);
331 const WebPConfig* config = enc->config_; local
334 const int effort_level = config->method; // maps to [0..6
    [all...]
webpenc.c 98 // Mapping from config->method_ to coding tools used.
122 const WebPConfig* const config = enc->config_; local
123 const int method = config->method;
124 const int limit = 100 - config->partition_limit;
134 enc->thread_level_ = config->thread_level;
136 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0);
137 if (!config->low_memory) {
168 static VP8Encoder* InitVP8Encoder(const WebPConfig* const config,
171 (config->filter_strength > 0) || (config->autofilter > 0)
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 31 #include "Config.hpp"
97 Config getConfig()
99 Config config; local
100 config.components = nodeDesc("ComponentType", "component_type", getBasicParams());
101 config.instances =
107 return config;
575 Config getConfig()
577 Config config; local
    [all...]
  /external/pdfium/testing/
embedder_test.cpp 64 FPDF_LIBRARY_CONFIG config; local
65 config.version = 2;
66 config.m_pUserFontPaths = nullptr;
67 config.m_v8EmbedderSlot = 0;
68 config.m_pIsolate = external_isolate_;
69 FPDF_InitLibraryWithConfig(&config);
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 169 View config = null; local
172 config = mLeftBorder;
175 config = mRightBorder;
178 config = mJumpBorder;
181 config = mAttackBorder;
185 return config;
234 selectId(0); // deselect the current config box;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java 29 private RobolectricConfig config; field in class:RobolectricPackageManager
32 public RobolectricPackageManager(ContextWrapper contextWrapper, RobolectricConfig config) {
34 this.config = config;
50 if (config.getPackageName().equals(packageName)) {
53 applicationInfo.flags = config.getApplicationFlags();
54 applicationInfo.targetSdkVersion = config.getSdkVersion();
55 applicationInfo.packageName = config.getPackageName();
56 applicationInfo.processName = config.getProcessName();
57 applicationInfo.name = config.getApplicationName()
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 21 private Bitmap.Config config; field in class:ShadowBitmap
39 public static Bitmap createBitmap(int width, int height, Bitmap.Config config) {
45 shadowBitmap.setConfig(config);
81 public Bitmap copy(Bitmap.Config config, boolean isMutable) {
83 shadowBitmap.setConfig(config);
89 public final Bitmap.Config getConfig() {
90 return config;
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
WifiManagerTest.java 123 WifiConfiguration config = new WifiConfiguration(); local
124 config.networkId = -1;
125 assertThat(wifiManager.updateNetwork(config), equalTo(-1));
  /external/rootdev/
rootdev.c 308 const struct part_config *config; local
318 config = kPrimaryPart;
321 config = kSecondaryPart;
330 dev = makedev(major_num, minor_num + config[i].offset);
332 if (mknod(config[i].name,
335 warn("failed to create %s", config[i].name);
341 ret = rootdev_symlink_active(config[0].name);
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 283 throw new IllegalArgumentException("Could not get config data");
287 EGLConfig config = configs[i]; local
288 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &&
289 findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE, 0) == 8 &&
290 findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE, 0) == 8 &&
291 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 &&
292 findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0) == 8) {
293 return config;
297 throw new IllegalArgumentException("Could not find suitable EGL config");
301 EGLConfig config, int attribute, int defaultValue)
    [all...]
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h 129 AConfiguration* config; member in struct:android_app
  /external/skia/src/codec/
SkBmpStandardCodec.cpp 157 SkSwizzler::SrcConfig config = SkSwizzler::kUnknown; local
160 config = SkSwizzler::kIndex1;
163 config = SkSwizzler::kIndex2;
166 config = SkSwizzler::kIndex4;
169 config = SkSwizzler::kIndex;
172 config = SkSwizzler::kBGR;
176 config = SkSwizzler::kBGRX;
178 config = SkSwizzler::kBGRA;
189 fSwizzler.reset(SkSwizzler::CreateSwizzler(config, colorPtr, dstInfo, opts));

Completed in 1924 milliseconds

<<21222324252627282930>>