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

1 2 3

  /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...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 52 private static final boolean IS_SUPPORTED =
83 return IS_SUPPORTED;
92 if (!IS_SUPPORTED) {
116 if (!IS_SUPPORTED) {
135 if (!IS_SUPPORTED) {
144 if (!IS_SUPPORTED) {
153 if (!IS_SUPPORTED) {
172 if (!IS_SUPPORTED) {
192 if (!IS_SUPPORTED) {
204 if (!IS_SUPPORTED) {
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 52 private static final boolean IS_SUPPORTED =
83 return IS_SUPPORTED;
92 if (!IS_SUPPORTED) {
116 if (!IS_SUPPORTED) {
135 if (!IS_SUPPORTED) {
144 if (!IS_SUPPORTED) {
153 if (!IS_SUPPORTED) {
172 if (!IS_SUPPORTED) {
192 if (!IS_SUPPORTED) {
204 if (!IS_SUPPORTED) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
profiler_finder.py 28 if p.is_supported(browser_type='any')])
android_screen_recorder_profiler.py 35 def is_supported(cls, browser_type): member in class:AndroidScreenRecordingProfiler
netlog_profiler.py 20 def is_supported(cls, browser_type): member in class:NetLogProfiler
__init__.py 32 def is_supported(cls, browser_type): member in class:Profiler