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

1 2 3 4 5 6

  /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_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_center_bubble.cc 87 init_params.max_height = max_height();
100 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
  /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/content/test/
webrtc_content_browsertest_base.cc 76 int max_height,
87 max_height,
webrtc_content_browsertest_base.h 37 int max_height,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_limits.h 40 #define MAX_HEIGHT (1 << (SP_MAX_TEXTURE_2D_LEVELS - 1))
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_limits.h 40 #define MAX_HEIGHT (1 << (SP_MAX_TEXTURE_2D_LEVELS - 1))
  /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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 720 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...]
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 249 int max_height; local
250 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height);
252 if (min_width > max_width || min_height > max_height)
332 int max_height; local
333 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height);
338 std::min(max_height, MediaStreamVideoSource::kDefaultHeight));
566 int max_height; local
567 GetDesiredMaxWidthAndHeight(it->constraints, &max_width, &max_height);
578 max_width, max_height,
  /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/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/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/ash/system/web_notification/
web_notification_tray.cc 218 int max_height = 0; local
223 max_height = shelf_bounds.y();
228 max_height =
236 max_height = status_area_window->GetBoundsInRootWindow().bottom();
244 max_height - kTraySpacing));
  /external/chromium_org/chrome/tools/tracing/
trace.html 210 var max_height = 200;
253 height = (buckets[index] / buckets[max_bucket]) * max_height;
256 var my_top = max_height - height;
267 subchart.style.height = max_height;
275 return top + 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/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/extensions/browser/api/app_window/
app_window_api.cc 107 if (input_spec->max_height.get())
108 create_spec->maximum_size.set_height(*input_spec->max_height);
383 if (!CheckBoundsConflict(inner_bounds->max_height,
384 outer_bounds->max_height,
437 if (options.max_height.get())
438 maximum_size.set_height(*options.max_height);
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 39 pos_info.max_height,
129 return (pos_info_.max_height != 0) ?
130 std::min(height, pos_info_.max_height - border_insets_.height()) : height;

Completed in 2832 milliseconds

1 2 3 4 5 6