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

1 2 3 4 5 6 7 8 9

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Caps.java 44 * <code>Caps</code> is an enum specifying a capability that the {@link Renderer}
49 public enum Caps {
239 * @param caps The collection of renderer capabilities {@link Renderer#getCaps() }.
243 public static boolean supports(Collection<Caps> caps, Texture tex){
245 && !caps.contains(Caps.TextureArray))
255 return caps.contains(Caps.FloatDepthBuffer);
257 return caps.contains(Caps.TextureCompressionLATC)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 52 /**** look up tables to translate OMX Caps to Parameter ****/
224 /**** Utility functions to help translate OMX Caps to Parameter ****/
305 status_t OMXCameraAdapter::encodeVFramerateCap(OMX_TI_CAPTYPE &caps,
322 if(caps.ulPrvVarFPSModesCount < 1) {
327 minVFR = caps.tPrvVarFPSModes[caps.ulPrvVarFPSModesCount-1].nVarFPSMin >> VFR_OFFSET;
328 maxVFR = caps.tPrvVarFPSModes[caps.ulPrvVarFPSModesCount-1].nVarFPSMax >> VFR_OFFSET;
349 // if we haven't found any caps in the list to populate
458 status_t OMXCameraAdapter::insertImageSizes(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) {
1225 OMX_TI_CAPTYPE** caps = NULL;; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCairo.cpp 33 GstCaps* caps = gst_buffer_get_caps(buffer); local
35 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
36 gst_caps_unref(caps);
40 gst_caps_unref(caps);
ImageGStreamerQt.cpp 32 GstCaps* caps = gst_buffer_get_caps(buffer); local
34 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
35 gst_caps_unref(caps);
39 gst_caps_unref(caps);
ImageGStreamerCG.mm 31 GstCaps* caps = gst_buffer_get_caps(buffer);
33 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
34 gst_caps_unref(caps);
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 35 GrGLCaps::GrGLCaps(const GrGLCaps& caps) {
36 *this = caps;
39 GrGLCaps& GrGLCaps::operator = (const GrGLCaps& caps) {
40 fVerifiedColorConfigs = caps.fVerifiedColorConfigs;
41 fStencilFormats = caps.fStencilFormats;
42 fStencilVerifiedColorConfigs = caps.fStencilVerifiedColorConfigs;
43 fMaxFragmentUniformVectors = caps.fMaxFragmentUniformVectors;
44 fMSFBOType = caps.fMSFBOType;
45 fRGBA8RenderbufferSupport = caps.fRGBA8RenderbufferSupport;
46 fBGRAFormatSupport = caps.fBGRAFormatSupport
    [all...]
GrGLContextInfo.h 60 const GrGLCaps& caps() const { return fGLCaps; } function in class:GrGLContextInfo
61 GrGLCaps& caps() { return fGLCaps; } function in class:GrGLContextInfo
GrGLCaps.h 55 GrGLCaps(const GrGLCaps& caps);
57 GrGLCaps& operator = (const GrGLCaps& caps);
60 * Resets the caps such that nothing is supported.
111 * Prints the caps info using GrPrintf.
  /external/chromium/base/
time_win_unittest.cc 139 TIMECAPS caps; local
140 MMRESULT status = timeGetDevCaps(&caps, sizeof(caps));
147 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
148 EXPECT_GT(static_cast<int>(caps.wPeriodMax), 1);
149 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
150 EXPECT_GT(static_cast<int>(caps.wPeriodMax), 1);
151 printf("timeGetTime range is %d to %dms\n", caps.wPeriodMin,
152 caps.wPeriodMax);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 120 std::string caps; local
121 caps.append(s.phone_capability() ? "voice-v1" : "");
122 caps.append(s.pmuc_capability() ? " pmuc-v1" : "");
123 caps.append(s.video_capability() ? " video-v1" : "");
124 caps.append(s.camera_capability() ? " camera-v1" : "");
126 result->AddAttr(QN_EXT, caps, 1);
  /external/qemu/android/
charmap.h 22 unsigned short caps; member in struct:AKeyEntry
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 243 jvmtiCapabilities caps; local
274 memset(&caps, '\0', sizeof(caps));
275 caps.can_generate_compiled_method_load_events = 1;
276 error = (*jvmti)->AddCapabilities(jvmti, &caps);
284 memset(&caps, '\0', sizeof(caps));
285 caps.can_get_line_numbers = 1;
286 caps.can_get_source_file_name = 1;
287 error = (*jvmti)->AddCapabilities(jvmti, &caps);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArrayModifier.java 177 // getting start and end caps
178 Node[] caps = new Node[]{null, null}; local
182 caps[i] = (Node) blenderContext.getLoadedFeature(pCaps[i].getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
183 if (caps[i] != null) {
184 caps[i] = (Node) caps[i].clone();
190 caps[i] = (Node) objectHelper.toObject(capStructure, blenderContext);
191 if (caps[i] == null) {
218 // adding translated nodes and caps
231 if (caps[0] != null) {
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 49 int header = 0, show_all = 0, caps; local
120 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
121 if (caps > CAPNG_NONE) {
175 if (caps == CAPNG_PARTIAL) {
netcap.c 60 capng_results_t caps; local
101 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
102 if (caps <= CAPNG_NONE)
104 if (caps == CAPNG_FULL)
134 if (caps == CAPNG_PARTIAL) {
135 caps = capng_have_capabilities(CAPNG_SELECT_BOUNDS);
136 if (caps == CAPNG_FULL)
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 52 private static boolean isFormatSupported(Format fmt, ContextCapabilities caps){
57 return caps.OpenGL12 || caps.GL_EXT_bgra;
62 return caps.GL_EXT_texture_compression_s3tc;
67 return caps.OpenGL14 || caps.GL_ARB_depth_texture;
74 return caps.OpenGL30 || caps.GL_ARB_texture_float;
77 return caps.GL_EXT_texture_compression_latc;
80 return caps.OpenGL30 || caps.GL_EXT_texture_shared_exponent
    [all...]
  /external/libvpx/vpx/src/
vpx_decoder.c 41 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
43 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC))
45 else if (!(iface->caps & VPX_CODEC_CAP_DECODER))
167 || !(ctx->iface->caps & VPX_CODEC_CAP_PUT_FRAME))
189 || !(ctx->iface->caps & VPX_CODEC_CAP_PUT_FRAME))
210 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
227 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
vpx_encoder.c 36 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER))
38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
41 && !(iface->caps & VPX_CODEC_CAP_PSNR))
76 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER))
128 else if (!(ctx->iface->caps & VPX_CODEC_CAP_ENCODER))
156 else if (!(ctx->iface->caps & VPX_CODEC_CAP_ENCODER))
233 else if (!(ctx->iface->caps & VPX_CODEC_CAP_ENCODER))
253 else if (!(ctx->iface->caps & VPX_CODEC_CAP_ENCODER))
272 else if (!(ctx->iface->caps & VPX_CODEC_CAP_ENCODER))
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 38 PgScalerCaps_t caps; member in struct:private_yuvhwdata
  /external/quake/quake/src/QW/client/
snd_linux.c 27 int caps; local
50 if (ioctl(audio_fd, SNDCTL_DSP_GETCAPS, &caps)==-1)
58 if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP))
  /external/quake/quake/src/WinQuake/
snd_linux.cpp 46 int caps; local
69 if (ioctl(audio_fd, SNDCTL_DSP_GETCAPS, &caps)==-1)
77 if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP))
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
scan_helpers.c 151 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 &&
152 (wb->caps & IEEE80211_CAP_PRIVACY))
154 if ((wa->caps & IEEE80211_CAP_PRIVACY) &&
155 (wb->caps & IEEE80211_CAP_PRIVACY) == 0)
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 111 jobject caps = env->AllocObject(capsClazz); local
145 env->SetObjectField(caps, profileLevelsField, profileLevelArray);
160 env->SetObjectField(caps, colorFormatsField, colorFormatsArray);
165 return caps;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 76 static bool hardwareCapabilitiesIndicateCoreAnimationSupport(const D3DCAPS9& caps)
79 if (caps.MaxTextureBlendStages < 2)
83 if ((caps.TextureCaps & D3DPTEXTURECAPS_POW2) && !(caps.TextureCaps & D3DPTEXTURECAPS_NONPOW2CONDITIONAL))
87 if (D3DSHADER_VERSION_MAJOR(caps.VertexShaderVersion) < 2)
91 if (D3DSHADER_VERSION_MAJOR(caps.PixelShaderVersion) < 2)
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 431 DSBCAPS caps; local
461 SDL_memset(&caps, 0, sizeof(caps));
462 caps.dwSize = sizeof(caps);
463 result = IDirectSoundBuffer_GetCaps(*sndbuf, &caps);
471 if ( (chunksize > caps.dwBufferBytes) ||
472 ((caps.dwBufferBytes%chunksize) != 0) ) {
480 caps.dwBufferBytes, chunksize);
483 numchunks = (caps.dwBufferBytes/chunksize)
    [all...]

Completed in 1833 milliseconds

1 2 3 4 5 6 7 8 9