/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() 203 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 212 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 215 *max_width = 0; in vlVdpDecoderQueryCapabilities() 230 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() 248 if (!(is_supported && max_width 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/alsa-utils/alsamixer/ |
H A D | utils.c | 107 unsigned int max_width, i, len; in get_max_mbs_width() local 109 max_width = 0; in get_max_mbs_width() 112 if (len > max_width) in get_max_mbs_width() 113 max_width = len; in get_max_mbs_width() 115 return max_width; in get_max_mbs_width()
|
H A D | mixer_display.c | 686 int max_width, name_len; in compute_controls_layout() local 710 max_width = 8; in compute_controls_layout() 713 if (name_len > max_width) in compute_controls_layout() 714 max_width = name_len; in compute_controls_layout() 716 max_width = (max_width + 1) & ~1; in compute_controls_layout() 721 if (control_width > max_width) in compute_controls_layout() 722 control_width = max_width; in compute_controls_layout() 732 if (control_width < max_width) in compute_controls_layout() 735 control_name_width = max_width; in compute_controls_layout() [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 95 max_width = surface_info[l].max_width; 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/node/deps/v8/tools/ |
H A D | locs.py | 129 max_width = 0 131 max_width = max(max_width, len(s)) 132 return max_width 314 self.max_width = 0 317 self.max_width = max(self.max_width, len(statusline)) 318 print("{0:<{1}}".format(statusline, self.max_width),
|
H A D | avg.py | 64 def __init__(self, points=0, key=0, average=0, stddev=0, min_width=0, max_width=0): 66 min=min_width, max=max_width) 166 max_width=len(fmt(self.max))) 185 max_width=len("max"))
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv_sse41.c | 409 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local 411 for (i = 0; i < max_width; rgb += 3 * 16 * 2) { in ConvertRGB24ToY_SSE41() 443 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local 445 for (i = 0; i < max_width; bgr += 3 * 16 * 2) { in ConvertBGR24ToY_SSE41() 477 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local 479 for (i = 0; i < max_width; i += 16) { in ConvertARGBToY_SSE41() 507 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local 509 for (i = 0; i < max_width; i += 32, u += 16, v += 16) { in ConvertARGBToUV_SSE41() 573 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local 574 const uint16_t* const last_rgb = rgb + 4 * max_width; in ConvertRGBA32ToUV_SSE41() [all...] |
H A D | yuv_sse2.c | 563 const int max_width = width & ~31; in ConvertRGB24ToY_SSE2() local 565 for (i = 0; i < max_width; rgb += 3 * 16 * 2) { in ConvertRGB24ToY_SSE2() 597 const int max_width = width & ~31; in ConvertBGR24ToY_SSE2() local 599 for (i = 0; i < max_width; bgr += 3 * 16 * 2) { in ConvertBGR24ToY_SSE2() 631 const int max_width = width & ~15; in ConvertARGBToY_SSE2() local 633 for (i = 0; i < max_width; i += 16) { in ConvertARGBToY_SSE2() 661 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE2() local 663 for (i = 0; i < max_width; i += 32, u += 16, v += 16) { in ConvertARGBToUV_SSE2() 717 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE2() local 718 const uint16_t* const last_rgb = rgb + 4 * max_width; in ConvertRGBA32ToUV_SSE2() [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 298 max_width = MIN2(tsrc.width0, tdst.width0); in r600_test_dma() 312 width = max_width; in r600_test_dma() 327 if (max_width < 8 || max_height < 8) in r600_test_dma() 329 width = ((rand() % (max_width / 8)) + 1) * 8; in r600_test_dma() 339 assert(max_width > 0 && max_height > 0); in r600_test_dma() 341 width = (rand() % max_width) + 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()
|
/third_party/glfw/tests/ |
H A D | window.c | 58 int limit_max_size = false, max_width = 400, max_height = 400; in main() local 105 sprintf(max_width_buffer, "%i", max_width); in main() 343 max_width = abs(atoi(max_width_buffer)); in main() 347 sprintf(max_width_buffer, "%i", max_width); in main() 365 limit_max_size ? max_width : GLFW_DONT_CARE, in main()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_ENUM_FRAMESIZES.c | 93 CU_ASSERT(0 < framesize.stepwise.max_width); in do_test_VIDIOC_ENUM_FRAMESIZES() 98 framesize.stepwise.max_width); in do_test_VIDIOC_ENUM_FRAMESIZES() 111 CU_ASSERT(0 < framesize.stepwise.max_width); in do_test_VIDIOC_ENUM_FRAMESIZES() 115 framesize.stepwise.max_width); in do_test_VIDIOC_ENUM_FRAMESIZES() 120 max_width - in do_test_VIDIOC_ENUM_FRAMESIZES()
|
H A D | v4l2_show.c | 145 ".max_width=%u, " in show_v4l2_frmsizeenum() 151 framesize->stepwise.max_width, in show_v4l2_frmsizeenum()
|
/third_party/backends/backend/ |
H A D | canon_pp.c | 923 int res, max_width, max_height, max_res; in sane_get_parameters() local 963 max_width = cs->params.scanheadwidth / (max_res / res); in sane_get_parameters() 968 if(params->pixels_per_line > max_width) in sane_get_parameters() 969 params->pixels_per_line = max_width; in sane_get_parameters() 1022 unsigned int i, res, max_width, max_height, max_res, tmp; in sane_start() local 1067 max_width = cs->params.scanheadwidth / (max_res / res); in sane_start() 1072 if (cs->scan.width > max_width) cs->scan.width = max_width; in sane_start() 1073 if (cs->scan.width + cs->scan.xoffset > max_width) cs->scan.xoffset = in sane_start() 1074 max_width in sane_start() [all...] |
H A D | mustek_usb_high.h | 123 SANE_Word max_width; member 174 SANE_Int max_width; member 376 usb_high_cal_prepare (Calibrator * cal, SANE_Word max_width);
|
/third_party/python/Lib/ |
H A D | pprint.py | 176 max_width = self._width - indent - allowance 177 if len(rep) > max_width: 283 max_width1 = max_width = self._width - indent 296 max_width2 = max_width 420 width = max_width = self._width - indent + 1 433 max_width -= allowance 439 width = max_width
|
/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 241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in glXUseXFont() 243 max_bm_width = (max_width + 7) / 8; 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 243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in DRI_glXUseXFont() 245 max_bm_width = (max_width + 7) / 8; in DRI_glXUseXFont()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.h | 83 int* max_width,
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftwinfnt.h | 204 FT_UShort max_width; member
|
/third_party/rust/crates/clap/src/output/textwrap/ |
H A D | mod.rs | 76 fn max_width() { in max_width() functions
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext.h | 478 int max_width; member
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | testlib.c | 82 surface_info[j].max_width >= width && in GetPort()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 4554 unsigned max_width = MIN2(32, inst->exec_size); 4574 max_width = MIN2(max_width, inst->exec_size / DIV_ROUND_UP(reg_count, 2)); 4609 max_width = MIN2(max_width, inst->exec_size / reg_count); 4628 max_width = MIN2(max_width, 8); 4643 max_width = MIN2(max_width, 16); 4652 max_width [all...] |
/third_party/python/Lib/idlelib/ |
H A D | format.py | 36 cls.max_width = idleConf.GetOption('extensions', 'FormatParagraph', 54 limit = self.max_width if limit is None else limit
|