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

1 2 3 4 5 6

  /external/chromium_org/content/test/
webrtc_content_browsertest_base.h 34 int max_height,
webrtc_content_browsertest_base.cc 62 int max_height,
73 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/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/renderer/media/
video_track_adapter.cc 44 int max_height,
64 int max_height,
101 int max_height,
105 max_frame_size_(max_width, max_height),
114 << "{ max_height =" << max_height << "}, "
240 int max_height,
245 max_frame_size_.height() == max_height &&
269 int max_height,
276 this, track, frame_callback, max_width, max_height,
    [all...]
video_track_adapter.h 39 int max_width, int max_height,
63 int max_width, int max_height,
media_stream_video_source.cc 247 int max_height; local
248 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height);
250 if (min_width > max_width || min_height > max_height)
311 int max_height; local
312 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height);
317 std::min(max_height, MediaStreamVideoSource::kDefaultHeight));
534 int max_height; local
535 GetDesiredMaxWidthAndHeight(it->constraints, &max_width, &max_height);
542 max_width, 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/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/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 343 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( local
347 max_height = std::min(max_height, max_size.height());
348 if (height > max_height) {
349 height = max_height;
351 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
  /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/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/chrome/browser/extensions/api/app_window/
app_window_api.cc 133 if (input_spec->max_height.get())
134 create_spec->maximum_size.set_height(*input_spec->max_height);
369 if (!CheckBoundsConflict(inner_bounds->max_height,
370 outer_bounds->max_height,
423 if (options.max_height.get())
424 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

Completed in 438 milliseconds

1 2 3 4 5 6