HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 226 - 250 of 1439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 69 __DRIconfig **config; local
71 config = driCreateConfigs(fb_formats[i].format,
80 assert(config);
82 configs = driConcatConfigs(configs, config);
nv10_state_fb.c 65 union nouveau_bo_config config = { local
72 &config, &nfb->hierz.bo); local
  /external/chromium_org/third_party/skia/bench/
ResultsWriter.h 34 // then config and timer can be called multiple times to record runs.
38 virtual void config(const char name[]) = 0;
65 virtual void config(const char name[]) { function in class:LoggerResultsWriter
126 virtual void config(const char name[]) { function in class:JSONResultsWriter
168 virtual void config(const char name[]) { function in class:MultiResultsWriter
170 writers[i]->config(name);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 54 const BweTestConfig& config = GetParam(); local
55 SetupTestFromConfig(config);
  /external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_impl.cc 34 VoiceEngine* GetVoiceEngine(const Config* config, bool owns_config)
46 delete config;
53 VoiceEngineImpl* self = new VoiceEngineImpl(config, owns_config);
88 Config* config = new Config(); local
89 return GetVoiceEngine(config, true);
92 VoiceEngine* VoiceEngine::Create(const Config& config) {
    [all...]
  /external/deqp/framework/opengl/
gluRenderContext.cpp 122 RenderConfig config; local
133 config.type = glu::ContextType(apiType, ctxFlags);
134 parseRenderConfig(&config, cmdLine);
160 return new FboRenderContext(*factory, config, cmdLine);
162 return factory->createContext(config, cmdLine);
168 if (config.type.getAPI() == ApiType::es(3,1))
171 return new ES3PlusWrapperContext(*factory, config, cmdLine);
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 62 // Config id set.
68 m_testCtx.getLog() << tcu::TestLog::Message << "Warning: Duplicate config IDs in list" << TestLog::EndMessage;
92 // Init config iter
104 EGLConfig config = *m_configIter++; local
108 executeForConfig(display, config);
220 // Sort config ids
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 144 printf( " config| (configuration string)\n");
153 const char *config = uplug_getConfiguration(plug); local
167 if(config!=NULL&&*config) {
168 printf(" config| %s\n", config);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.h 25 extern struct tracepoint_path *tracepoint_id_to_path(u64 config);
55 char *config; member in struct:parse_events_term
77 int type_term, char *config, u64 num);
79 int type_term, char *config, char *str);
81 char *config, unsigned idx);
91 u32 type, u64 config,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 69 __DRIconfig **config; local
71 config = driCreateConfigs(fb_formats[i].format,
80 assert(config);
82 configs = driConcatConfigs(configs, config);
nv10_state_fb.c 65 union nouveau_bo_config config = { local
72 &config, &nfb->hierz.bo); local
  /external/oprofile/gui/
oprof_start.h 90 /// update config on user change
92 /// update config and validate
115 /// load the extra config file
117 /// save the config
145 /// current config
146 config_setting config; member in class:oprof_start
  /external/skia/bench/
ResultsWriter.h 34 // then config and timer can be called multiple times to record runs.
38 virtual void config(const char name[]) = 0;
65 virtual void config(const char name[]) { function in class:LoggerResultsWriter
126 virtual void config(const char name[]) { function in class:JSONResultsWriter
168 virtual void config(const char name[]) { function in class:MultiResultsWriter
170 writers[i]->config(name);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 42 AACENC_CONFIG config; local
141 AACENC_CONFIG config; local
142 config.adtsUsed = 1;
143 config.bitRate = 128000;
144 config.nChannelsIn = 2;
145 config.nChannelsOut = 2;
146 config.sampleRate = 44100;
147 config.bandWidth = 20000;
149 AacEncOpen(hAacEnc, config);
189 length = min(hAacEnc->config.nChannelsIn*AACENC_BLOCKSIZE - hAacEnc->intlen, hAacEnc->inlen)
317 AACENC_CONFIG config; local
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java 63 WifiConfiguration config = new WifiConfiguration(); local
64 config.SSID = "abcdefghijklmnopqrstuvwxyz";
65 config.allowedKeyManagement.set(KeyMgmt.NONE);
66 mWifiConfig = config;
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 46 return "Invalid compiler config supplied (getTarget() returns NULL.) "
54 "TargetMachine. (missing call to Compiler::config()?)";
100 enum ErrorCode err = config(pConfig);
110 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { function in class:Compiler
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 126 const LinkerConfig& config() const { return m_Config; } function in class:mcld::Relocator
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 185 const LinkerConfig& config() const { return m_Config; } function in class:mcld::ELFDynamic
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 59 EGLConfig config; local
67 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
77 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
80 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
91 EGLConfig config; local
101 EXPECT_TRUE(eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs));
117 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
129 EGLConfig config; local
141 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs)
    [all...]
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 43 EGLConfig config; local
55 dpy, configAttribs, window, &config);
61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
62 context = eglCreateContext(dpy, config, NULL, NULL);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 41 EGLConfig config; local
57 dpy, configAttribs, window, &config);
65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
66 eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g);
67 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b);
68 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
69 eglGetConfigAttrib(dpy, config, EGL_NATIVE_VISUAL_ID, &vid);
71 surface = eglCreateWindowSurface(dpy, config, window, NULL);
74 fprintf(stderr, "error: %s, config=%p, format = %d-%d-%d-%d, visual-id = %d\n",
75 EGLUtils::strerror(err), config, r,g,b,a, vid)
    [all...]
  /hardware/intel/common/libva/test/basic/
test_11.c 29 VAConfigID config; variable
38 va_status = vaCreateConfig(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, NULL, 0, &config);
40 status("vaCreateConfig returns %08x\n", config);
49 // TODO: Don't assume VA_RT_FORMAT_YUV420 is supported / needed for each config
53 status("vaCreateContext with config %08x\n", config);
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
169 status("vaDestroyConfig for config %08x\n", config);
170 va_status = vaDestroyConfig( va_dpy, config );
    [all...]
  /hardware/intel/img/hwcomposer/common/devices/
ExternalDevice.cpp 231 ELOGTRACE("failed to detect display config");
334 bool ExternalDevice::getDisplayAttributes(uint32_t config,
339 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
342 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
393 DisplayConfig *config = mDisplayConfigs.itemAt(index); local
394 setRefreshRate(config->getRefreshRate());
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 117 void *config = pm->getZOrderConfig(); local
118 if (config) {
119 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 235 printf("Could not create config file\n");
267 /* no config file */
269 test_PERF("no config file");
331 PERF_Config config; local
333 PERF_Config_Init(&config);
347 PERF_Config_Read(&config, 0);
348 assert(config.mask == 0xFFFFFFFF);
349 assert(config.detailed_debug = 0x1234567A);
350 assert(config.debug = 0xFFFFFFFF);
351 assert(config.buffer_size = 0xFFFFFFFE)
    [all...]

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 91011>>