HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 351 - 375 of 611) sorted by null

<<11121314151617181920>>

  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 204 CodecCapabilities caps = null; local
206 caps = info.getCapabilitiesForType(mime);
210 if (caps.isFormatSupported(format)) {
554 CodecCapabilities caps; local
556 caps = info.getCapabilitiesForType(mime);
562 VideoCapabilities vidCaps = caps.getVideoCapabilities();
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 246 void GrConicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps,
248 GrGLConicEffect::GenKey(*this, caps, b);
462 void GrQuadEffect::getGLSLProcessorKey(const GrGLSLCaps& caps,
464 GrGLQuadEffect::GenKey(*this, caps, b);
695 void GrCubicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const {
696 GrGLCubicEffect::GenKey(*this, caps, b);
    [all...]
GrDistanceFieldGeoProc.cpp 229 void GrDistanceFieldA8TextGeoProc::getGLSLProcessorKey(const GrGLSLCaps& caps,
231 GrGLDistanceFieldA8TextGeoProc::GenKey(*this, caps, b);
439 void GrDistanceFieldPathGeoProc::getGLSLProcessorKey(const GrGLSLCaps& caps,
441 GrGLDistanceFieldPathGeoProc::GenKey(*this, caps, b);
    [all...]
GrDashingEffect.cpp 150 *endingInt -= 0.01f; // make sure we capture the last zero size pnt (used if has caps)
491 // For EdgeAA, we bloat in X & Y for both square and round caps.
492 // For MSAA, we don't bloat at all for square caps, and bloat in Y only for round caps.
527 // need to adjust this for round caps to correctly set the dashPos attrib on
635 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
638 that->bounds(), caps)) {
769 * This effect will draw a dotted line (defined as a dashed lined with round caps and no on
    [all...]
GrMatrixConvolutionEffect.cpp 162 void GrMatrixConvolutionEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
164 GrGLMatrixConvolutionEffect::GenKey(*this, caps, b);
  /external/skia/src/gpu/batches/
GrPLSPathRenderer.cpp 409 virtual void getGLSLProcessorKey(const GrGLSLCaps& caps,
411 GLSLProcessor::GenKey(*this, caps, b);
598 virtual void getGLSLProcessorKey(const GrGLSLCaps& caps,
600 GLSLProcessor::GenKey(*this, caps, b);
    [all...]
GrAALinearizingConvexPathRenderer.cpp 278 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
281 that->bounds(), caps)) {
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 158 CodecCapabilities caps = info.getCapabilitiesForType(mime); local
159 if (!caps.isFormatSupported(mFormat)) {
1162 CodecCapabilities caps = null; local
1168 assertNotNull(info.getName() + " capabilties for " + mime + " returned null", caps); local
    [all...]
  /external/ImageMagick/scripts/
txt2html 89 # * swapped order of caps & heading in main loop
114 # * Fixed minor bug in CAPS handling (paragraph breaks broke)
189 # [-c <n> ] | [--caps <n> ]
190 $min_caps_length = 3; # min sequential CAPS for an all-caps line
193 $caps_tag = "STRONG"; # Tag to put around all-caps lines
253 $CAPS = 512;
275 $s [-c <n> ] | [--caps <n> ]
352 if (($ARGV[0] eq "-c" || $ARGV[0] eq "--caps") &&
790 sub caps subroutine
    [all...]
  /external/iputils/
clockdiff.c 537 cap_t caps = cap_init(); local
538 if (cap_set_proc(caps)) {
542 cap_free(caps);
traceroute6.c 355 cap_t caps = cap_init(); local
356 if (cap_set_proc(caps)) {
360 cap_free(caps);
  /external/skia/gm/
beziereffects.cpp 166 *context->caps()));
309 *context->caps(), SkMatrix::I(), false));
546 *context->caps(), SkMatrix::I(), false));
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc 448 VIDEO_STREAM_CONFIG_CAPS caps; local
473 reinterpret_cast<BYTE*> (&caps));
513 reinterpret_cast<BYTE*> (&caps));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 341 String caps = null; local
494 caps = "";
519 caps, rssi, freq, (long) 0, seen);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 657 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override;
817 void GrRectBlurEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
819 GrGLRectBlurEffect::GenKey(*this, caps, b);
    [all...]
SkMagnifierImageFilter.cpp 179 void GrMagnifierEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
181 GrGLMagnifierEffect::GenKey(*this, caps, b);
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 617 if (bss->caps & WLAN_CAPABILITY_SPECTRUM_MGMT)
619 if (bss->caps & WLAN_CAPABILITY_QOS)
621 if (bss->caps & WLAN_CAPABILITY_APSD)
623 if (bss->caps & WLAN_CAPABILITY_RADIO_MEASUREMENT)
625 if (bss->caps & WLAN_CAPABILITY_DELAYED_BLOCK_ACK)
627 if (bss->caps & WLAN_CAPABILITY_IMM_BLOCK_ACK)
    [all...]
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 323 virtual void onGetGLSLProcessorKey(const GrGLSLCaps& caps,
325 GLSLProcessor::GenKey(*this, caps, b);
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 292 virtual void onGetGLSLProcessorKey(const GrGLSLCaps& caps,
294 GrGLRadialGradient::GenKey(*this, caps, b);
  /external/skia/tests/
PaintTest.cpp 223 const SkPaint::Cap caps[] = { local
255 FOR_SETUP(l, caps, setStrokeCap)
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 432 static int makeTextContentType(Capitalize caps, boolean autoText) {
434 switch (caps) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java 63 String[] bssids, int[] frequencies, String[] caps, int[] levels,
70 bssids[index], caps[index], levels[index], frequencies[index], timeStamp,
86 String[] bssids, int[] frequencies, String[] caps, int[] levels,
94 bssids[index], caps[index], levels[index], frequencies[index], timeStamp,
833 String[] caps = {"[WPA2-EAP-CCMP][ESS]", "[WPA2-EAP-CCMP][ESS]", local
1438 String[] caps = {"[WPA2-EAP-CCMP][ESS]", "[WPA2-EAP-CCMP][ESS]", local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asoc.h 279 struct snd_soc_tplg_stream_caps caps[2]; member in struct:snd_soc_tplg_pcm
  /external/kernel-headers/original/uapi/sound/
asoc.h 393 struct snd_soc_tplg_stream_caps caps[2]; /* playback and capture for DAI */ member in struct:snd_soc_tplg_pcm
  /external/libopus/celt/
celt.c 189 cap[i] = (m->cache.caps[m->nbEBands*(2*LM+C-1)+i]+64)*C*N>>2;

Completed in 1428 milliseconds

<<11121314151617181920>>