HomeSort by relevance Sort by last modified time
    Searched refs:Samples (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 63 EGLint Samples;
111 ATTRIB_MAP(EGL_SAMPLES, Samples);
eglconfig.c 397 if (!conf->SampleBuffers && conf->Samples)
400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
  /external/mesa3d/src/egl/main/
eglconfig.h 63 EGLint Samples;
111 ATTRIB_MAP(EGL_SAMPLES, Samples);
eglconfig.c 397 if (!conf->SampleBuffers && conf->Samples)
400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 24 // Tolerance for catching packets of silence. If all samples have absolute
26 // silence. A value of 2 was chosen, because Windows can give samples of 1 and
144 wave_format_extensible->Samples.wValidBitsPerSample = kBitsPerSample;
154 LOG(ERROR) << "Failed to force 16-bit samples";
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 127 'Samples CPU cycles by default. Use "list" to see '
  /build/tools/droiddoc/templates-sdk/
sample.cs 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
19 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
20 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
21 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
sampleindex.cs 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
21 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
23 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
24 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
  /build/tools/droiddoc/templates-sdk-dyn/
sample.cs 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
19 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
20 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
21 onclick="_gaq.push(['_trackEvent', 'Samples', 'Download', <?cs var:projectDir ?>]);"
sampleindex.cs 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
21 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
23 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
24 onclick="_gaq.push(['_trackEvent', 'Samples', 'Download', <?cs var:projectDir ?>]);"
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 108 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a>
129 <?cs if:training || guide || reference || tools || develop || google || samples ?>
170 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html"
171 >Samples</a>
  /external/chromium_org/media/audio/win/
waveout_output_win.cc 110 format_.Samples.wValidBitsPerSample = params.bits_per_sample();
175 // samples and that would leave too little time to react.
audio_low_latency_output_win.cc 97 format_.Samples.wValidBitsPerSample = params.bits_per_sample();
audio_low_latency_input_win.cc 592 format_ex->Samples.wValidBitsPerSample;
609 // application and the floating-point samples that the engine uses for its
700 // samples from the capture endpoint buffer.
core_audio_util_win_unittest.cc 260 EXPECT_GE(format.Samples.wValidBitsPerSample, 16);
core_audio_util_win.cc 119 << ", wValidBitsPerSample: " << format.Samples.wValidBitsPerSample
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 116 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a>
157 <?cs elif:training || guide || reference || tools || develop || google || samples ?>
227 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html"
228 >Samples</a>
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 129 // Fill samples per input direction and domain (which is number of nodes minus one)
157 cmsUInt32Number Samples[MAX_INPUT_DIMENSIONS];
161 Samples[i] = nSamples;
164 return _cmsComputeInterpParamsEx(ContextID, Samples, InputChan, OutputChan, Table, dwFlags);
    [all...]
  /external/chromium_org/v8/src/
store-buffer.cc 167 static const struct Samples {
170 } samples[kSampleFinenesses] = { local
178 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 258 * Samples calls so that they are not called too frequently.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmreg.h     [all...]
ksmedia.h 676 } Samples;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 209 } else if ($("body").hasClass("samples")) {
210 $("#nav-x li.samples a").addClass("selected");
612 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index)
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 193 } else if ($("body").hasClass("samples")) {
194 $("#nav-x li.samples a").addClass("selected");
580 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index)
    [all...]
  /external/chromium-trace/
script.js 29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var f=c[e];"function"!=typeof this[f]&&(a[f]="parent"==f?this[f].guid:this[f])}return a},get length(){return this.timestamps_.length},get name(){return this.name_},get color(){return this.color_},get samples(){return this.samples_},get timestamps(){return this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){return this.timestamps_[a]},addSample:function(a,
    [all...]

Completed in 1398 milliseconds