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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
query.c 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
88 *is_supported = true;
106 VdpBool *is_supported)
111 if (!is_supported)
127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422;
132 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444;
136 *is_supported = true;
140 *is_supported &= pscreen->is_video_format_supported
156 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
88 *is_supported = true;
106 VdpBool *is_supported)
111 if (!is_supported)
127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422;
132 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444;
136 *is_supported = true;
140 *is_supported &= pscreen->is_video_format_supported
156 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.cc 59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
84 if (!is_supported)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
profiler_finder.py 28 if p.is_supported(browser_type='any')])
__init__.py 32 def is_supported(cls, browser_type): member in class:Profiler
android_screen_recorder_profiler.py 33 def is_supported(cls, browser_type): member in class:AndroidScreenRecordingProfiler
netlog_profiler.py 19 def is_supported(cls, browser_type): member in class:NetLogProfiler
perf_profiler_unittest.py 17 if not perf_profiler.PerfProfiler.is_supported(options.browser_type):
v8_profiler.py 20 def is_supported(cls, browser_type): member in class:V8Profiler
android_systrace_profiler.py 52 def is_supported(cls, browser_type): member in class:AndroidSystraceProfiler
oomkiller_profiler.py 57 def is_supported(cls, browser_type): member in class:OOMKillerProfiler
trace_profiler.py 32 def is_supported(cls, browser_type): member in class:TraceProfiler
android_traceview_profiler.py 43 def is_supported(cls, browser_type): member in class:AndroidTraceviewProfiler
iprofiler_profiler.py 87 def is_supported(cls, browser_type): member in class:IprofilerProfiler
monsoon_profiler.py 86 def is_supported(cls, browser_type): member in class:MonsoonProfiler
sample_profiler.py 78 def is_supported(cls, browser_type): member in class:SampleProfiler
java_heap_profiler.py 41 def is_supported(cls, browser_type): member in class:JavaHeapProfiler
tcmalloc_heap_profiler.py 111 def is_supported(cls, browser_type): member in class:TCMallocHeapProfiler
tcpdump_profiler.py 113 def is_supported(cls, browser_type): member in class:TCPDumpProfiler
vtune_profiler.py 115 def is_supported(cls, browser_type): member in class:VTuneProfiler
vtune_profiler_unittest.py 89 vtune_profiler.VTuneProfiler.is_supported(options.browser_type) or
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
profiling_controller_backend.py 28 if not profiler_class.is_supported(browser_backend.browser_type):
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 842 BOOLEAN is_supported; local
849 is_supported = FALSE;
855 is_supported = TRUE;
857 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
864 is_supported = TRUE;
866 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
868 if (is_supported)
    [all...]
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 198 static jboolean is_supported(JNIEnv* env, jclass clazz) { function
283 { "nativeIsSupported", "()Z", (void*) is_supported },
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 102 is_supported = lambda x: platform in x['platforms']
103 return any(filter(is_supported, policy['supported_on']))

Completed in 361 milliseconds

1 2