Searched defs:max_height (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/ui/message_center/views/
H A Dmessage_bubble_base.h27 // bubble to the default size. max_height() will return the default size
30 int max_height() const { return max_height_; } function in class:message_center::MessageBubbleBase
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h39 int max_height; member in struct:message_center::PositionInfo
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h47 int max_height; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
/external/chromium_org/content/browser/media/
H A Dwebrtc_browsertest.cc25 int max_height,
35 max_height,
22 GenerateGetUserMediaCall(int min_width, int max_width, int min_height, int max_height, int min_frame_rate, int max_frame_rate) argument
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc36 int max_height = gdk_screen_get_height(screen) * kPanelMaxHeightFactor; local
50 else if (bounds->height() > max_height)
51 bounds->set_height(max_height);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dcontext.c56 unsigned int max_width = 0, max_height = 0; local
96 max_height = surface_info[l].max_height;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
131 if (width > max_width || height > max_height) {
133 width, height, max_width, max_height);
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c56 unsigned int max_width = 0, max_height = 0; local
96 max_height = surface_info[l].max_height;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
131 if (width > max_width || height > max_height) {
133 width, height, max_width, max_height);
/external/chromium/chrome/browser/chromeos/login/
H A Dupdate_view.cc166 int max_height = height() - GetInsets().height(); local
167 int vertical_center = GetInsets().top() + max_height / 2;
/external/chromium_org/ash/wm/
H A Dwindow_resizer.cc404 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( local
408 max_height = std::min(max_height, max_size.height());
409 if (height > max_height) {
410 height = max_height;
412 max_height);
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_linux.cc201 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; local
204 &max_width, &max_height);
206 int height = std::min(std::max(preferred.height(), min_height), max_height);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c221 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
242 max_bm_height = max_height;
/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))
95 *max_width = *max_height = pow(2,max_2d_texture_level-1);
157 uint32_t *max_width, uint32_t *max_height)
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
189 *max_height = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width && max_height))
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) 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
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
[all...]
H A Dmixer.c52 unsigned max_width, max_height, i; local
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
143 vmixer->video_height > max_height) {
144 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", vmixer->video_height, max_height);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
246 max_bm_height = max_height;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
248 max_bm_height = max_height;
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h97 int max_height; member in struct:views::TrayBubbleView::InitParams
/external/freetype/src/pshinter/
H A Dpshglob.c712 FT_Short max_height = 1; local
715 max_height = psh_calc_max_height( priv->num_blue_values,
717 max_height );
718 max_height = psh_calc_max_height( priv->num_other_blues,
720 max_height );
721 max_height = psh_calc_max_height( priv->num_family_blues,
723 max_height );
724 max_height = psh_calc_max_height( priv->num_family_other_blues,
726 max_height );
729 max_scale = FT_DivFix( 1000, max_height );
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c221 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
242 max_bm_height = max_height;
/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))
95 *max_width = *max_height = pow(2,max_2d_texture_level-1);
157 uint32_t *max_width, uint32_t *max_height)
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
189 *max_height = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width && max_height))
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) 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
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
[all...]
H A Dmixer.c52 unsigned max_width, max_height, i; local
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
143 vmixer->video_height > max_height) {
144 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", vmixer->video_height, max_height);
/external/mesa3d/src/glx/
H A Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
246 max_bm_height = max_height;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
248 max_bm_height = max_height;
/external/pixman/test/
H A Dblitters-test.c24 int max_height,
41 height = prng_rand_n (max_height) + 1;
240 int max_width, max_height, max_extra_stride; local
243 max_width = max_height = 24 + testnum / 10000;
249 if (max_height > 16)
250 max_height = 16;
262 src_img = create_random_image (img_fmt_list, max_width, max_height,
274 dst_img = create_random_image (img_fmt_list, max_width, max_height,
317 mask_img = create_random_image (mask_fmt_list, max_width, max_height,
22 create_random_image(pixman_format_code_t *allowed_formats, int max_width, int max_height, int max_extra_stride, pixman_format_code_t *used_fmt) argument
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc56 const int max_height = local
63 if (width < 0 || height < 0 || width > max_width || height > max_height)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h364 size_t max_height() const { return max_height_; } function in class:fst::AcyclicMinimizer::HeightVisitor
386 partition_.AllocateClasses(hvisitor.max_height() + 1);

Completed in 1230 milliseconds

12