/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() 163 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument 169 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 192 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 196 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 199 *max_height = 0; in vlVdpDecoderQueryCapabilities() 213 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument 231 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | delay_peak_detector.cc | 50 int max_height = -1; // Returns -1 for an empty history. in MaxPeakHeight() local 53 max_height = std::max(max_height, it->peak_height_packets); in MaxPeakHeight() 55 return max_height; in MaxPeakHeight()
|
/external/pdfium/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/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/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/mesa3d/src/gallium/drivers/radeon/ |
D | r600_test_dma.c | 220 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local 309 max_height = MIN2(tsrc.height0, tdst.height0); in r600_test_dma() 323 height = max_height; in r600_test_dma() 337 if (max_width < 8 || max_height < 8) in r600_test_dma() 340 height = ((rand() % (max_height / 8)) + 1) * 8; in r600_test_dma() 349 assert(max_width > 0 && max_height > 0); in r600_test_dma() 352 height = (rand() % max_height) + 1; in r600_test_dma()
|
/external/skia/gm/ |
D | blurrect.cpp | 187 int max_height = 0; variable 214 cur_y += max_height + fPadding; 215 max_height = 0; 225 if (bm.height() > max_height) 226 max_height = bm.height();
|
/external/webrtc/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/ImageMagick/MagickCore/ |
D | montage.c | 381 max_height, in MontageImageList() local 584 max_height=0; in MontageImageList() 594 if (image_list[tile]->rows > max_height) in MontageImageList() 595 max_height=image_list[tile]->rows; in MontageImageList() 607 height=concatenate != MagickFalse ? max_height : extract_info.height; in MontageImageList() 613 max_height=0; in MontageImageList() 705 max_height=0; in MontageImageList() 716 if (image->rows > max_height) in MontageImageList() 717 max_height=image->rows; in MontageImageList() 718 height=concatenate != MagickFalse ? max_height : extract_info.height; in MontageImageList() [all …]
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUM_FRAMESIZES.c | 101 CU_ASSERT(0 < framesize.stepwise.max_height); in do_test_VIDIOC_ENUM_FRAMESIZES() 106 framesize.stepwise.max_height); in do_test_VIDIOC_ENUM_FRAMESIZES() 128 CU_ASSERT(0 < framesize.stepwise.max_height); in do_test_VIDIOC_ENUM_FRAMESIZES() 132 framesize.stepwise.max_height); in do_test_VIDIOC_ENUM_FRAMESIZES() 137 max_height - in do_test_VIDIOC_ENUM_FRAMESIZES()
|
D | v4l2_show.c | 154 framesize->stepwise.max_height, in show_v4l2_frmsizeenum()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 222 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local 241 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont() 243 max_bm_height = max_height; in glXUseXFont()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 222 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local 240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont() 242 max_bm_height = max_height; in Fake_glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 232 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local 254 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont() 256 max_bm_height = max_height; in DRI_glXUseXFont()
|
/external/kernel-headers/original/uapi/linux/ |
D | v4l2-subdev.h | 96 __u32 max_height; member
|
D | videodev2.h | 719 __u32 max_height; /* Maximum frame height [pixel] */ member 1431 __u32 max_height; member
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | testlib.c | 83 surface_info[j].max_height >= height in GetPort()
|
/external/freetype/src/autofit/ |
D | aflatin.c | 1198 FT_Pos max_height; in af_latin_metrics_scale_dim() local 1206 max_height = metrics->units_per_em; in af_latin_metrics_scale_dim() 1210 max_height = FT_MAX( max_height, Axis->blues[nn].ascender ); in af_latin_metrics_scale_dim() 1211 max_height = FT_MAX( max_height, -Axis->blues[nn].descender ); in af_latin_metrics_scale_dim() 1214 dist = FT_ABS( FT_MulFix( max_height, new_scale - scale ) ); in af_latin_metrics_scale_dim()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 913 unsigned max_width, max_height, i; in r300_set_framebuffer_state() local 918 max_width = max_height = 4096; in r300_set_framebuffer_state() 920 max_width = max_height = 4021; in r300_set_framebuffer_state() 922 max_width = max_height = 2560; in r300_set_framebuffer_state() 925 if (state->width > max_width || state->height > max_height) { in r300_set_framebuffer_state()
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 158 __u32 max_height; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 150 __u32 max_height; member
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_device.cc | 733 frmsize_desc.stepwise.max_height); in EnumFrameSize() 744 frmsize_desc.stepwise.max_height, in EnumFrameSize()
|
/external/flac/include/FLAC/ |
D | metadata.h | 237 …mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_de…
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 315 frame_size.stepwise.max_height); in GetSupportedResolution()
|
/external/libdrm/ |
D | xf86drmMode.h | 201 uint32_t min_height, max_height; member
|