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

/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_420;
132 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422;
137 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444;
141 *is_supported = false;
145 *is_supported
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
161 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
212 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
264 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported) argument
302 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpIndexedFormat bits_indexed_format, VdpColorTableFormat color_table_format, VdpBool *is_supported) argument
363 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
412 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
463 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, VdpBool *is_supported) argument
488 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, VdpBool *is_supported) argument
557 vlVdpVideoMixerQueryAttributeSupport(VdpDevice device, VdpVideoMixerAttribute attribute, VdpBool *is_supported) argument
[all...]
/external/autotest/server/site_tests/platform_HWwatchdog/
H A Dplatform_HWwatchdog.py35 if not tester.is_supported():
/external/libopus/celt/arm/
H A Dcelt_ne10_fft.c85 st->arch_fft->is_supported = 0;
89 st->arch_fft->is_supported = 1;
122 if (!st->arch_fft->is_supported) {
154 if (!st->arch_fft->is_supported) {
/external/autotest/server/cros/
H A Dwatchdog_tester.py39 def is_supported(self): member in class:WatchdogTester
/external/libopus/celt/
H A Dkiss_fft.h82 int is_supported; member in struct:arch_fft_state
/external/autotest/server/site_tests/firmware_EventLog/
H A Dfirmware_EventLog.py141 if not watchdog.is_supported():
/external/v8/src/base/platform/
H A Dtime.cc690 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter() && local
692 return is_supported;

Completed in 379 milliseconds