Searched refs:is_supported (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c68 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_
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) argument
202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
254 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported) argument
292 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpIndexedFormat bits_indexed_format, VdpColorTableFormat color_table_format, VdpBool *is_supported) argument
353 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, VdpBool *is_supported) argument
474 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, VdpBool *is_supported) argument
540 vlVdpVideoMixerQueryAttributeSupport(VdpDevice device, VdpVideoMixerAttribute attribute, VdpBool *is_supported) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c68 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_
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) argument
202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
254 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported) argument
292 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpIndexedFormat bits_indexed_format, VdpColorTableFormat color_table_format, VdpBool *is_supported) argument
353 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
452 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, VdpBool *is_supported) argument
474 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, VdpBool *is_supported) argument
540 vlVdpVideoMixerQueryAttributeSupport(VdpDevice device, VdpVideoMixerAttribute attribute, VdpBool *is_supported) argument
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dperf_profiler_unittest.py14 if not perf_profiler.PerfProfiler.is_supported(options):
H A Dprofiler_finder.py27 if p.is_supported(options)])
H A Dtrace_profiler.py23 def is_supported(cls, options): member in class:TraceProfiler
H A D__init__.py21 def is_supported(cls, options): member in class:Profiler
H A Diprofiler_profiler.py88 def is_supported(cls, options): member in class:IprofilerProfiler
H A Djava_heap_profiler.py34 def is_supported(cls, options): member in class:JavaHeapProfiler
H A Dsample_profiler.py78 def is_supported(cls, options): member in class:SampleProfiler
H A Dperf_profiler.py80 def is_supported(cls, options): member in class:PerfProfiler
H A Dtcpdump_profiler.py101 def is_supported(cls, options): member in class:TCPDumpProfiler
H A Dtcmalloc_heap_profiler.py115 def is_supported(cls, options): member in class:TCMallocHeapProfiler
/external/chromium_org/chrome/tools/build/
H A Dgenerate_policy_source.py77 self.is_supported = expected_platform in self.platforms
252 # so that these names can be conditional on 'policy.is_supported'.
277 if policy.is_supported:
290 [p.is_supported and p.is_deprecated for p in policies])
296 if policy.is_supported and policy.is_deprecated:
330 # so that these names can be conditional on 'policy.is_supported'.
443 if policy.is_supported and not policy.is_device_only:
581 if policy.is_supported and not policy.is_device_only:
/external/chromium_org/tools/perf/measurements/
H A Dloading_profile.py17 if not perf_profiler.PerfProfiler.is_supported(None):
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems.cc89 bool is_supported = key_system_map_.find(key_system) != key_system_map_.end(); local
90 return is_supported && IsSystemCompatible(key_system);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c841 BOOLEAN is_supported; local
848 is_supported = FALSE;
854 is_supported = TRUE;
856 NFC_TRACE_DEBUG3 ("[%d]: vs intf_type:0x%x is_supported:%d", xx, p_maps[xx].intf_type, is_supported);
863 is_supported = TRUE;
865 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
867 if (is_supported)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py204 if not profiler_class.is_supported(self._browser_backend.options):
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c2428 void l2cu_set_non_flushable_pbf (BOOLEAN is_supported) argument
2430 if (is_supported)

Completed in 206 milliseconds