/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | query.c | 70 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() 76 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 96 *max_width = *max_height = max_2d_texture_size; in vlVdpVideoSurfaceQueryCapabilities() 177 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() 183 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 205 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 212 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 216 *max_height = 0; in vlVdpDecoderQueryCapabilities() 230 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() 248 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() 69 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) vlVdpVideoSurfaceQueryCapabilities() argument 175 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) vlVdpDecoderQueryCapabilities() argument 229 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) vlVdpOutputSurfaceQueryCapabilities() argument 429 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) vlVdpBitmapSurfaceQueryCapabilities() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A 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()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A 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() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_test_dma.c | 210 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local 299 max_height = MIN2(tsrc.height0, tdst.height0); in r600_test_dma() 313 height = max_height; in r600_test_dma() 327 if (max_width < 8 || max_height < 8) in r600_test_dma() 330 height = ((rand() % (max_height / 8)) + 1) * 8; in r600_test_dma() 339 assert(max_width > 0 && max_height > 0); in r600_test_dma() 342 height = (rand() % max_height) + 1; in r600_test_dma()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau.c | 155 uint32_t max_level, max_mb, max_width, max_height; in ff_vdpau_common_init() local 237 &max_width, &max_height); in ff_vdpau_common_init() 241 max_width < width || max_height < height) in ff_vdpau_common_init() 253 &max_mb, &max_width, &max_height); in ff_vdpau_common_init() 259 &max_width, &max_height); in ff_vdpau_common_init() 266 max_width < width || max_height < height) in ff_vdpau_common_init()
|
H A D | vaapi_decode.c | 548 avctx->coded_height > constraints->max_height) { in vaapi_decode_make_config() 553 constraints->min_height, constraints->max_height); in vaapi_decode_make_config()
|
/third_party/glfw/tests/ |
H A D | window.c | 58 int limit_max_size = false, max_width = 400, max_height = 400; in main() local 106 sprintf(max_height_buffer, "%i", max_height); in main() 354 max_height = abs(atoi(max_height_buffer)); in main() 358 sprintf(max_height_buffer, "%i", max_height); in main() 366 limit_max_size ? max_height : GLFW_DONT_CARE); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A 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()
|
H A D | v4l2_show.c | 148 ".max_height=%u, " in show_v4l2_frmsizeenum() 154 framesize->stepwise.max_height, in show_v4l2_frmsizeenum()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_usefont.c | 223 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local 242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont() 244 max_bm_height = max_height; in glXUseXFont()
|
/third_party/mesa3d/src/glx/ |
H A 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()
|
/third_party/backends/backend/ |
H A D | canon_pp.c | 923 int res, max_width, max_height, max_res; in sane_get_parameters() local 965 max_height = (cs->params.scanheadwidth == 2552 ? 3508 : 7016) / in sane_get_parameters() 970 if(params->lines > max_height) params->lines = max_height; in sane_get_parameters() 1001 "max_res=%d, res=%d, max_height=%d, br_y=%d, tl_y=%d, " in sane_get_parameters() 1004 max_res, res, max_height, cs->vals[OPT_BR_Y], in sane_get_parameters() 1022 unsigned int i, res, max_width, max_height, max_res, tmp; in sane_start() local 1069 max_height = (cs->params.scanheadwidth == 2552 ? 3508 : 7016) / in sane_start() 1075 if (cs->scan.height > max_height) cs->scan.height = max_height; in sane_start() [all...] |
H A D | mustek_usb_high.h | 175 SANE_Int max_height; member
|
/third_party/skia/gm/ |
H A D | blurrect.cpp | 201 int max_height = 0; in DEF_SIMPLE_GM() local 228 cur_y += max_height + fPadding; in DEF_SIMPLE_GM() 229 max_height = 0; in DEF_SIMPLE_GM() 239 if (bm.height() > max_height) in DEF_SIMPLE_GM() 240 max_height = bm.height(); in DEF_SIMPLE_GM()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext.h | 479 int max_height; member
|
H A D | hwcontext_opencl.c | 1494 size_t max_width, max_height; in opencl_frames_get_constraints() local 1505 sizeof(max_height), &max_height, NULL); in opencl_frames_get_constraints() 1510 constraints->max_height = max_height; in opencl_frames_get_constraints() 1513 constraints->max_width, constraints->max_height); in opencl_frames_get_constraints()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | testlib.c | 83 surface_info[j].max_height >= height in GetPort()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 509 unsigned max_width, max_height, max_depth, j; in si_test_image_copy_region() local 573 max_height = MIN2(u_minify(tsrc.height0, src_level), u_minify(tdst.height0, dst_level)); in si_test_image_copy_region() 582 assert(max_width > 0 && max_height > 0); in si_test_image_copy_region() 585 height = (rand() % max_height) + 1; in si_test_image_copy_region()
|
H A D | si_get.c | 599 return sscreen->info.enc_caps.codec_info[codec - 1].max_height; in si_get_video_param() 712 return sscreen->info.dec_caps.codec_info[codec - 1].max_height; in si_get_video_param()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.h | 171 uint32_t max_height; member
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 1251 FT_Pos max_height; in af_latin_metrics_scale_dim() local 1259 max_height = metrics->units_per_em; in af_latin_metrics_scale_dim() 1263 max_height = FT_MAX( max_height, Axis->blues[nn].ascender ); in af_latin_metrics_scale_dim() 1264 max_height = FT_MAX( max_height, -Axis->blues[nn].descender ); in af_latin_metrics_scale_dim() 1267 dist = FT_ABS( FT_MulFix( max_height, new_scale - scale ) ); in af_latin_metrics_scale_dim()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaapi_vpp.c | 165 ctx->output_height > constraints->max_height) { in ff_vaapi_vpp_config_output() 170 constraints->min_height, constraints->max_height); in ff_vaapi_vpp_config_output()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 908 unsigned max_width, max_height, i; in r300_set_framebuffer_state() local 913 max_width = max_height = 4096; in r300_set_framebuffer_state() 915 max_width = max_height = 4021; in r300_set_framebuffer_state() 917 max_width = max_height = 2560; in r300_set_framebuffer_state() 920 if (state->width > max_width || state->height > max_height) { in r300_set_framebuffer_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 226 uint32_t max_height = screen->info->tile_max_h; in calc_nbins() local 245 max_height) { in calc_nbins()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 274 __u32 max_height; member
|