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

1 2 3 4

  /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/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/content/test/
webrtc_content_browsertest_base.h 37 int max_height,
webrtc_content_browsertest_base.cc 76 int max_height,
87 max_height,
  /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/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/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/chrome/browser/ui/views/message_center/
message_center_widget_delegate.h 32 int max_height; member in struct:message_center::PositionInfo
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;
  /external/chromium_org/content/renderer/media/
video_track_adapter.h 43 int max_width, int max_height,
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/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/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/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);
  /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/kernel-headers/original/uapi/linux/
v4l2-subdev.h 93 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /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/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);

Completed in 2937 milliseconds

1 2 3 4