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

123

/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.h32 int max_height; member in struct:message_center::PositionInfo
/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.cc76 int max_height,
87 max_height,
71 GenerateGetUserMediaCall( const char* function_name, int min_width, int max_width, int min_height, int max_height, int min_frame_rate, int max_frame_rate) const argument
/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/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector.cc44 int max_height = -1; // Returns -1 for an empty history. local
47 max_height = std::max(max_height, it->peak_height_packets);
49 return max_height;
/external/chromium_org/athena/home/
H A Dhome_card_gesture_manager.cc91 int max_height = (original_state_ == HomeCard::VISIBLE_CENTERED) local
94 if (last_estimated_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_org/ash/wm/
H A Dwindow_resizer.cc344 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( local
348 max_height = std::min(max_height, max_size.height());
349 if (height > max_height) {
350 height = max_height;
352 max_height);
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.cc242 int max_height = 0; local
245 &max_height);
258 gfx::Size(max_width, max_height));
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_linux.cc207 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; local
210 &max_width, &max_height);
214 max_height);
/external/chromium_org/third_party/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/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...]
/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/third_party/skia/gm/
H A Dblurrect.cpp177 int max_height = 0; local
201 cur_y += max_height + fPadding;
202 max_height = 0;
212 if (bm.height() > max_height)
213 max_height = bm.height();
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h102 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/kernel-headers/original/uapi/linux/
H A Dv4l2-subdev.h93 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
/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...]
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c720 FT_Short max_height = 1; local
723 max_height = psh_calc_max_height( priv->num_blue_values,
725 max_height );
726 max_height = psh_calc_max_height( priv->num_other_blues,
728 max_height );
729 max_height = psh_calc_max_height( priv->num_family_blues,
731 max_height );
732 max_height = psh_calc_max_height( priv->num_family_other_blues,
734 max_height );
737 max_scale = FT_DivFix( 1000, max_height );
[all...]

Completed in 2252 milliseconds

123