/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument 74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 95 *max_width = *max_height = pow(2,max_2d_texture_level-1); in vlVdpVideoSurfaceQueryCapabilities() 157 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument 163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT); in vlVdpDecoderQueryCapabilities() 186 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 189 *max_height = 0; in vlVdpDecoderQueryCapabilities() 203 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument 221 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument 74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 95 *max_width = *max_height = pow(2,max_2d_texture_level-1); in vlVdpVideoSurfaceQueryCapabilities() 157 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument 163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT); in vlVdpDecoderQueryCapabilities() 186 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 189 *max_height = 0; in vlVdpDecoderQueryCapabilities() 203 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument 221 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() [all …]
|
/external/chromium_org/content/renderer/media/ |
D | video_track_adapter.cc | 44 int max_height, 64 int max_height, 101 int max_height, in VideoFrameResolutionAdapter() argument 105 max_frame_size_(max_width, max_height), in VideoFrameResolutionAdapter() 114 << "{ max_height =" << max_height << "}, " in VideoFrameResolutionAdapter() 240 int max_height, in ConstraintsMatch() argument 245 max_frame_size_.height() == max_height && in ConstraintsMatch() 269 int max_height, in AddTrack() argument 276 this, track, frame_callback, max_width, max_height, in AddTrack() 284 int max_height, in AddTrackOnIO() argument [all …]
|
D | media_stream_video_source.cc | 247 int max_height; in FilterFormats() local 248 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height); in FilterFormats() 250 if (min_width > max_width || min_height > max_height) in FilterFormats() 311 int max_height; in GetBestCaptureFormat() local 312 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height); in GetBestCaptureFormat() 317 std::min(max_height, MediaStreamVideoSource::kDefaultHeight)); in GetBestCaptureFormat() 534 int max_height; in FinalizeAddTrack() local 535 GetDesiredMaxWidthAndHeight(it->constraints, &max_width, &max_height); in FinalizeAddTrack() 542 max_width, max_height, in FinalizeAddTrack()
|
D | video_track_adapter.h | 39 int max_width, int max_height, 63 int max_width, int max_height,
|
/external/pixman/test/ |
D | blitters-test.c | 24 int max_height, in create_random_image() argument 41 height = prng_rand_n (max_height) + 1; in create_random_image() 240 int max_width, max_height, max_extra_stride; in test_composite() local 243 max_width = max_height = 24 + testnum / 10000; in test_composite() 249 if (max_height > 16) in test_composite() 250 max_height = 16; in test_composite() 262 src_img = create_random_image (img_fmt_list, max_width, max_height, in test_composite() 274 dst_img = create_random_image (img_fmt_list, max_width, max_height, in test_composite() 317 mask_img = create_random_image (mask_fmt_list, max_width, max_height, in test_composite()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | delay_peak_detector.cc | 44 int max_height = -1; // Returns -1 for an empty history. in MaxPeakHeight() local 47 max_height = std::max(max_height, it->peak_height_packets); in MaxPeakHeight() 49 return max_height; in MaxPeakHeight()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
D | context.c | 56 unsigned int max_width = 0, max_height = 0; in Validate() local 96 max_height = surface_info[l].max_height; in Validate() 112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate() 131 if (width > max_width || height > max_height) { in Validate() 133 width, height, max_width, max_height); in Validate()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 56 unsigned int max_width = 0, max_height = 0; in Validate() local 96 max_height = surface_info[l].max_height; in Validate() 112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate() 131 if (width > max_width || height > max_height) { in Validate() 133 width, height, max_width, max_height); in Validate()
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshglob.c | 712 FT_Short max_height = 1; in psh_globals_new() local 715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new() 717 max_height ); in psh_globals_new() 718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new() 720 max_height ); in psh_globals_new() 721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new() 723 max_height ); in psh_globals_new() 724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new() 726 max_height ); in psh_globals_new() 729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
D | pshglob.c | 720 FT_Short max_height = 1; in psh_globals_new() local 723 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new() 725 max_height ); in psh_globals_new() 726 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new() 728 max_height ); in psh_globals_new() 729 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new() 731 max_height ); in psh_globals_new() 732 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new() 734 max_height ); in psh_globals_new() 737 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 712 FT_Short max_height = 1; in psh_globals_new() local 715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new() 717 max_height ); in psh_globals_new() 718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new() 720 max_height ); in psh_globals_new() 721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new() 723 max_height ); in psh_globals_new() 724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new() 726 max_height ); in psh_globals_new() 729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
|
/external/chromium_org/ui/message_center/views/ |
D | message_center_bubble.cc | 87 init_params.max_height = max_height(); in GetInitParams() 100 max_height(), in InitializeContents()
|
/external/chromium_org/ash/wm/ |
D | window_resizer.cc | 343 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( in GetHeightForDrag() local 347 max_height = std::min(max_height, max_size.height()); in GetHeightForDrag() 348 if (height > max_height) { in GetHeightForDrag() 349 height = max_height; in GetHeightForDrag() 351 max_height); in GetHeightForDrag()
|
/external/chromium_org/content/test/ |
D | webrtc_content_browsertest_base.cc | 62 int max_height, in GenerateGetUserMediaCall() argument 73 max_height, in GenerateGetUserMediaCall()
|
D | webrtc_content_browsertest_base.h | 34 int max_height,
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoencoderfactory.h | 47 int max_height; member 52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) { in VideoCodec()
|
/external/chromium_org/chrome/browser/extensions/api/app_window/ |
D | app_window_api.cc | 133 if (input_spec->max_height.get()) in CopyBoundsSpec() 134 create_spec->maximum_size.set_height(*input_spec->max_height); in CopyBoundsSpec() 369 if (!CheckBoundsConflict(inner_bounds->max_height, in GetBoundsSpec() 370 outer_bounds->max_height, in GetBoundsSpec() 423 if (options.max_height.get()) in GetBoundsSpec() 424 maximum_size.set_height(*options.max_height); in GetBoundsSpec()
|
/external/chromium_org/third_party/skia/gm/ |
D | blurrect.cpp | 177 int max_height = 0; in onDraw() local 201 cur_y += max_height + fPadding; in onDraw() 202 max_height = 0; in onDraw() 212 if (bm.height() > max_height) in onDraw() 213 max_height = bm.height(); in onDraw()
|
/external/skia/gm/ |
D | blurrect.cpp | 177 int max_height = 0; in onDraw() local 201 cur_y += max_height + fPadding; in onDraw() 202 max_height = 0; in onDraw() 212 if (bm.height() > max_height) in onDraw() 213 max_height = bm.height(); in onDraw()
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | message_center_widget_delegate.cc | 39 pos_info.max_height, in MessageCenterWidgetDelegate() 129 return (pos_info_.max_height != 0) ? in GetHeightForWidth() 130 std::min(height, pos_info_.max_height - border_insets_.height()) : height; in GetHeightForWidth()
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 345 int max_height = 0; in ShowMessageCenterInternal() local 350 max_height = shelf_bounds.y(); in ShowMessageCenterInternal() 355 max_height = in ShowMessageCenterInternal() 363 max_height = status_area_window->GetBoundsInRootWindow().bottom(); in ShowMessageCenterInternal() 371 max_height - kTraySpacing)); in ShowMessageCenterInternal()
|
/external/chromium_org/remoting/host/ |
D | desktop_resizer_linux.cc | 207 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; in GetSupportedResolutions() local 210 &max_width, &max_height); in GetSupportedResolutions() 214 max_height); in GetSupportedResolutions()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | xfont.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local 244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont() 246 max_bm_height = max_height; in DRI_glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local 240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont() 242 max_bm_height = max_height; in glXUseXFont()
|