HomeSort by relevance Sort by last modified time
    Searched defs:max_height (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoencoderfactory.h 47 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/
delay_peak_detector.cc 44 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/ui/message_center/views/
message_bubble_base.h 27 // 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/
message_center_widget_delegate.h 32 int max_height; member in struct:message_center::PositionInfo
  /external/chromium_org/athena/home/
home_card_gesture_manager.cc 91 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/
context.c 56 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/
context.c 56 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/extensions/browser/guest_view/extension_options/
extension_options_guest.cc 242 int max_height = 0; local
245 &max_height);
258 gfx::Size(max_width, max_height));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
mixer.c 52 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/gallium/state_trackers/vdpau/
mixer.c 52 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);
  /hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h 61 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-subdev.h 92 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /bionic/libc/kernel/uapi/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /development/ndk/platforms/android-L/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/chromium_org/ash/wm/
window_resizer.cc 344 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/remoting/host/
desktop_resizer_linux.cc 207 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/
pshglob.c 712 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/
glx_usefont.c 221 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/glx/
xfont.c 228 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/
xfonts.c 228 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/
blurrect.cpp 177 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/
tray_bubble_view.h 102 int max_height; member in struct:views::TrayBubbleView::InitParams
  /external/freetype/src/pshinter/
pshglob.c 712 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/
v4l2-subdev.h 93 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 221 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;

Completed in 1136 milliseconds

1 2 3 4