HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 375 DFBCardCapabilities caps; local
377 DFBGraphicsDeviceDescription caps; local
451 dfb->GetCardCapabilities (dfb, &caps);
453 dfb->GetDeviceDescription (dfb, &caps);
462 this->info.video_mem = caps.video_memory / 1024;
659 dsc.caps = DSCAPS_PRIMARY | ((flags & SDL_DOUBLEBUF) ? DSCAPS_FLIPPING : 0);
666 dsc.caps &= ~DSCAPS_FLIPPING;
687 if (dsc.caps & DSCAPS_FLIPPING)
817 dsc.caps = (surface->flags & SDL_DOUBLEBUF) ? DSCAPS_FLIPPING : 0;
SDL_DirectFB_yuv.c 62 if ((desc.caps & DLCAPS_SURFACE) && (desc.type & DLTF_VIDEO))
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 476 GstCaps* caps = GST_PAD_CAPS(pad); local
487 if (!GST_IS_CAPS(caps) || !gst_caps_is_fixed(caps)
488 || !gst_video_format_parse_caps(caps, 0, &originalWidth, &originalHeight)
489 || !gst_video_parse_caps_pixel_aspect_ratio(caps, &pixelAspectRatioNumerator,
492 // The video-sink has likely not yet negotiated its caps.
1465 GstCaps* caps = gst_type_find_factory_get_caps(factory); local
    [all...]
VideoSinkGStreamer.cpp 152 // For the unlikely case where the buffer has no caps, the caps
153 // are implicitely the caps of the pad. This shouldn't happen.
159 GstCaps *caps = GST_BUFFER_CAPS(buffer); local
162 if (G_UNLIKELY(!gst_video_format_parse_caps(caps, &format, &width, &height))) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 447 int caps = 0; local
450 caps = getCurrentInputConnection().getCursorCapsMode(attr.inputType);
452 mInputView.setShifted(mCapsLock || caps != 0);
  /external/qemu/android/
charmap.c 32 * Caps value, followed by one or more space or tab characters.
41 * # keycode display number base caps fn caps_fn
141 /* keycode base caps fn caps+fn number */
453 // 5-th token is caps.
454 line = kcm_get_char_or_hex_token_value(line, &key_entry->caps);
456 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
682 /* check caps + keys */
684 if (cmap->entries[n].caps == unicode) {
710 /* check caps + fn + keys *
    [all...]
  /external/quake/quake/src/WinQuake/
snd_sun.cpp 55 int caps; local
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 119 static const GrGLenum* GetTexParamSwizzle(GrPixelConfig config, const GrGLCaps& caps);
GrGpuGL.h 112 const GrGLCaps& glCaps() const { return fGLContextInfo.caps(); }
211 // Inits GrDrawTarget::Caps, subclass may enable additional caps.
  /external/valgrind/main/coregrind/
m_debuglog.c 659 Bool is_long, caps; local
791 caps = toBool(format[i] == 'X');
798 ret += myvprintf_int64(send, send_arg2, flags, 16, width, caps,
801 ret += myvprintf_int64(send, send_arg2, flags, 16, width, caps,
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 120 Vector<CodecCapabilities> caps; local
124 &caps) == OK) {
126 for (size_t j = 0; j < caps.size(); ++j) {
127 CodecCapabilities cap = caps[j];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
frontend.h 82 fe_caps_t caps; member in struct:dvb_frontend_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
frontend.h 82 fe_caps_t caps; member in struct:dvb_frontend_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
frontend.h 82 fe_caps_t caps; member in struct:dvb_frontend_info
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 299 vpx_codec_caps_t caps; /**< Decoder capabilities */ member in struct:vpx_codec_iface
  /external/qemu/android/camera/
camera-capture-linux.c 98 struct v4l2_capability caps; member in struct:LinuxCameraDevice
516 if (_xioctl(cd->handle, VIDIOC_QUERYCAP, &cd->caps) < 0) {
533 if (!(cd->caps.capabilities & V4L2_CAP_VIDEO_CAPTURE)) {
896 if (!(cd->caps.capabilities & V4L2_CAP_READWRITE)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 252 dst->caps = src->caps;
424 int caps_diff = old->caps ^ new->caps;
scan.c     [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 70 const FrameBufferCaps &caps = fb->getCaps(); local
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 77 private final EnumSet<Caps> caps = EnumSet.noneOf(Caps.class); field in class:OGLESShaderRenderer
149 public EnumSet<Caps> getCaps() {
150 return caps;
191 caps.add(Caps.GLSL100);
195 if (!caps.contains(Caps.GLSL100)) {
197 caps.add(Caps.GLSL100)
    [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 396 CodecCapabilities *caps);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seqmid.h 329 unsigned int caps, unsigned int type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 329 unsigned int caps, unsigned int type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 329 unsigned int caps, unsigned int type);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 10 import com.jme3.renderer.Caps;
51 private final EnumSet<Caps> caps = EnumSet.noneOf(Caps.class); field in class:LwjglGL1Renderer
85 public EnumSet<Caps> getCaps() {
86 return caps;
108 caps.add(Caps.NonPowerOfTwoTextures);
    [all...]

Completed in 1042 milliseconds

1 2 3 45 6 7 8