Searched refs:max_width (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
H A Dbase_test_results_unittest.py30 max_width = max([len(x) for x in ex + res])
31 max_width = max(10, max_width)
33 print '%*s | %*s' % (max_width, 'expected', max_width, 'result')
47 print '%*s %s %*s' % (max_width, e, sep, max_width, r)
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h46 int max_width; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c68 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))
183 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_WIDTH);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
188 *max_width = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) argument
202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
[all...]
H A Dmixer.c52 unsigned max_width, max_height, i; local
135 max_width = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
138 vmixer->video_width > max_width) {
139 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for width\n", vmixer->video_width, max_width);
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c56 unsigned int max_width = 0, max_height = 0; local
95 max_width = surface_info[l].max_width;
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/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_frame_scale_ssse3.c26 const int max_width = w & ~15; local
30 for (x = 0; x < max_width; x += 16) {
73 const int max_width = w & ~7; local
75 for (; x < max_width; x += 8) {
105 const int max_width = dst_w & ~7; local
117 for (x = 0; x < max_width; x += 8) {
/external/freetype/include/freetype/
H A Dftwinfnt.h205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/third_party/freetype/include/freetype/
H A Dftwinfnt.h205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-subdev.h94 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c221 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
241 max_bm_width = (max_width + 7) / 8;
/external/mesa3d/src/glx/
H A Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
245 max_bm_width = (max_width + 7) / 8;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
245 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
247 max_bm_width = (max_width + 7) / 8;
/external/webp/src/dsp/
H A Dyuv_sse2.c553 const int max_width = width & ~31; local
555 for (i = 0; i < max_width; rgb += 3 * 16 * 2) {
587 const int max_width = width & ~31; local
589 for (i = 0; i < max_width; bgr += 3 * 16 * 2) {
621 const int max_width = width & ~15; local
623 for (i = 0; i < max_width; i += 16) {
649 const int max_width = src_width & ~31; local
651 for (i = 0; i < max_width; i += 32, u += 16, v += 16) {
706 const int max_width = width & ~15; local
707 const uint16_t* const last_rgb = rgb + 4 * max_width;
[all...]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dv4l2_show.c145 ".max_width=%u, "
151 framesize->stepwise.max_width,
H A Dtest_VIDIOC_ENUM_FRAMESIZES.c93 CU_ASSERT(0 < framesize.stepwise.max_width);
98 framesize.stepwise.max_width);
111 CU_ASSERT(0 < framesize.stepwise.max_width);
115 framesize.stepwise.max_width);
120 max_width -
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c81 surface_info[j].max_width >= width &&
/external/bison/lib/
H A Dbitset_stats.c136 unsigned int max_width; local
151 max_width = 2 * (unsigned int) (0.30103 * (n_bins - 1) + 0.9999) + 1;
156 max_width, i, bins[i], 100.0 * bins[i] / total);
160 max_width - ((unsigned int) (0.30103 * (i) + 0.9999) + 1),
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c464 int max_width, max_height; local
467 max_width = res->max_width;
476 max_width = max < max_width ? max : max_width;
481 res->min_height, max_width, max_height);
484 res->min_width, max_width);
/external/pdfium/core/fxge/ge/
H A Dcfx_font.cpp595 int max_width = FXFT_Get_Glyph_HoriAdvance(m_Face) * 1000 / local
597 if (max_width == min_width) {
603 (max_width - min_width);
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc678 frmsize_desc.stepwise.max_width,
689 frmsize_desc.stepwise.max_width,
/external/flac/include/FLAC/
H A Dmetadata.h219 * \param max_width The maximum width in pixels desired. Use
237 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
/external/freetype/include/freetype/internal/
H A Dtttypes.h522 /* max_width :: The maximum glyph width in pixels. */
563 FT_Byte max_width; member in struct:TT_SBit_LineMetricsRec_
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h156 __u32 max_width; member in struct:drm_mode_card_res
/external/libdrm/include/drm/
H A Ddrm_mode.h124 __u32 min_width, max_width; member in struct:drm_mode_card_res
/external/libdrm/
H A Dxf86drmMode.h197 uint32_t min_width, max_width; member in struct:_drmModeRes

Completed in 1518 milliseconds

12