HomeSort by relevance Sort by last modified time
    Searched refs:max_height (Results 1 - 25 of 94) 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/mesa/src/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))
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))
    [all...]
  /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))
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))
    [all...]
  /external/pixman/test/
blitters-test.c 24 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,
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 36 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/ui/message_center/views/
message_center_bubble.cc 85 init_params.max_height = max_height();
98 max_height(),
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
message_center_view.h 44 int 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/chrome/browser/ui/views/message_center/
message_center_widget_delegate.h 39 int max_height; member in struct:message_center::PositionInfo
message_center_widget_delegate.cc 34 pos_info.max_height,
119 return (pos_info_.max_height != 0) ?
120 std::min(height, pos_info_.max_height - border_insets_.height()) : 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
  /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/chromium_org/ash/wm/
window_resizer.cc 404 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/
desktop_resizer_linux.cc 201 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/ash/system/web_notification/
web_notification_tray.cc 308 int max_height = 0; local
313 max_height = shelf_bounds.y();
318 max_height =
326 max_height = status_area_window->GetBoundsInRootWindow().bottom();
334 max_height - GetTraySpacing()));
  /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/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;
  /external/mesa3d/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/mesa3d/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/mesa/src/src/gallium/state_trackers/xvmc/tests/
testlib.c 82 surface_info[j].max_height >= height

Completed in 888 milliseconds

1 2 3 4