Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 25 of 69) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument
74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities()
95 *max_width = *max_height = pow(2,max_2d_texture_level-1); in vlVdpVideoSurfaceQueryCapabilities()
157 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities()
184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT); in vlVdpDecoderQueryCapabilities()
186 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities()
189 *max_height = 0; in vlVdpDecoderQueryCapabilities()
203 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument
221 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument
74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities()
95 *max_width = *max_height = pow(2,max_2d_texture_level-1); in vlVdpVideoSurfaceQueryCapabilities()
157 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities()
184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT); in vlVdpDecoderQueryCapabilities()
186 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities()
189 *max_height = 0; in vlVdpDecoderQueryCapabilities()
203 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument
221 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities()
[all …]
/external/pixman/test/
Dblitters-test.c24 int max_height, in create_random_image() argument
41 height = prng_rand_n (max_height) + 1; in create_random_image()
240 int max_width, max_height, max_extra_stride; in test_composite() local
243 max_width = max_height = 24 + testnum / 10000; in test_composite()
249 if (max_height > 16) in test_composite()
250 max_height = 16; in test_composite()
262 src_img = create_random_image (img_fmt_list, max_width, max_height, in test_composite()
274 dst_img = create_random_image (img_fmt_list, max_width, max_height, in test_composite()
317 mask_img = create_random_image (mask_fmt_list, max_width, max_height, in test_composite()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
Dcontext.c56 unsigned int max_width = 0, max_height = 0; in Validate() local
96 max_height = surface_info[l].max_height; in Validate()
112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate()
131 if (width > max_width || height > max_height) { in Validate()
133 width, height, max_width, max_height); in Validate()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c56 unsigned int max_width = 0, max_height = 0; in Validate() local
96 max_height = surface_info[l].max_height; in Validate()
112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate()
131 if (width > max_width || height > max_height) { in Validate()
133 width, height, max_width, max_height); in Validate()
/external/chromium_org/third_party/freetype/src/pshinter/
Dpshglob.c712 FT_Short max_height = 1; in psh_globals_new() local
715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new()
717 max_height ); in psh_globals_new()
718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new()
720 max_height ); in psh_globals_new()
721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new()
723 max_height ); in psh_globals_new()
724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new()
726 max_height ); in psh_globals_new()
729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
/external/freetype/src/pshinter/
Dpshglob.c712 FT_Short max_height = 1; in psh_globals_new() local
715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new()
717 max_height ); in psh_globals_new()
718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new()
720 max_height ); in psh_globals_new()
721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new()
723 max_height ); in psh_globals_new()
724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new()
726 max_height ); in psh_globals_new()
729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
/external/chromium/chrome/browser/chromeos/frame/
Dpanel_browser_view.cc36 int max_height = gdk_screen_get_height(screen) * kPanelMaxHeightFactor; in LimitBounds() local
50 else if (bounds->height() > max_height) in LimitBounds()
51 bounds->set_height(max_height); in LimitBounds()
/external/chromium_org/ui/message_center/views/
Dmessage_center_bubble.cc85 init_params.max_height = max_height(); in GetInitParams()
98 max_height(), in InitializeContents()
Dmessage_bubble_base.h30 int max_height() const { return max_height_; } in max_height() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoencoderfactory.h47 int max_height; member
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) { in VideoCodec()
/external/chromium_org/ash/wm/
Dwindow_resizer.cc418 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( in GetHeightForDrag() local
422 max_height = std::min(max_height, max_size.height()); in GetHeightForDrag()
423 if (height > max_height) { in GetHeightForDrag()
424 height = max_height; in GetHeightForDrag()
426 max_height); in GetHeightForDrag()
/external/chromium_org/chrome/browser/ui/views/message_center/
Dmessage_center_widget_delegate.cc38 pos_info.max_height, in MessageCenterWidgetDelegate()
123 return (pos_info_.max_height != 0) ? in GetHeightForWidth()
124 std::min(height, pos_info_.max_height - border_insets_.height()) : height; in GetHeightForWidth()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc343 int max_height = 0; in ShowMessageCenterInternal() local
348 max_height = shelf_bounds.y(); in ShowMessageCenterInternal()
353 max_height = in ShowMessageCenterInternal()
361 max_height = status_area_window->GetBoundsInRootWindow().bottom(); in ShowMessageCenterInternal()
369 max_height - GetTraySpacing())); in ShowMessageCenterInternal()
/external/chromium_org/remoting/host/
Ddesktop_resizer_linux.cc207 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; in GetSupportedResolutions() local
210 &max_width, &max_height); in GetSupportedResolutions()
214 max_height); in GetSupportedResolutions()
/external/mesa3d/src/glx/
Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont()
246 max_bm_height = max_height; in DRI_glXUseXFont()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont()
242 max_bm_height = max_height; in glXUseXFont()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont()
242 max_bm_height = max_height; in glXUseXFont()
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont()
248 max_bm_height = max_height; in Fake_glXUseXFont()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dxfonts.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont()
248 max_bm_height = max_height; in Fake_glXUseXFont()
/external/chromium_org/third_party/mesa/src/src/glx/
Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont()
246 max_bm_height = max_height; in DRI_glXUseXFont()
/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.cc279 max_height(0), in InitParams()
368 params_.max_height = height; in SetMaxHeight()
443 return (params_.max_height != 0) ? in GetHeightForWidth()
444 std::min(height, params_.max_height) : height; in GetHeightForWidth()
/external/chromium/chrome/browser/chromeos/login/
Dupdate_view.cc166 int max_height = height() - GetInsets().height(); in Layout() local
167 int vertical_center = GetInsets().top() + max_height / 2; in Layout()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_driver.c464 int max_width, max_height; in drv_pre_init() local
468 max_height = res->max_height; in drv_pre_init()
477 max_height = max < max_height ? max : max_height; in drv_pre_init()
481 res->min_height, max_width, max_height); in drv_pre_init()
487 res->min_height, max_height); in drv_pre_init()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_driver.c464 int max_width, max_height; in drv_pre_init() local
468 max_height = res->max_height; in drv_pre_init()
477 max_height = max < max_height ? max : max_height; in drv_pre_init()
481 res->min_height, max_width, max_height); in drv_pre_init()
487 res->min_height, max_height); in drv_pre_init()

123