Searched defs:max_height (Results 1 - 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c56 unsigned int max_width = 0, max_height = 0; local
96 max_height = surface_info[l].max_height;
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/freetype/src/pshinter/
H A Dpshglob.c712 FT_Short max_height = 1; local
715 max_height = psh_calc_max_height( priv->num_blue_values,
717 max_height );
718 max_height = psh_calc_max_height( priv->num_other_blues,
720 max_height );
721 max_height = psh_calc_max_height( priv->num_family_blues,
723 max_height );
724 max_height = psh_calc_max_height( priv->num_family_other_blues,
726 max_height );
729 max_scale = FT_DivFix( 1000, max_height );
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-subdev.h93 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
H A Dvideodev2.h505 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1160 * @max_height: height in lines
1171 __u32 max_height; member in struct:v4l2_bt_timings_cap
/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
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
242 max_bm_height = max_height;
/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))
184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
189 *max_height = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width && max_height))
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
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
143 vmixer->video_height > max_height) {
144 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", vmixer->video_height, max_height);
/external/mesa3d/src/glx/
H A Dxfont.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
246 max_bm_height = max_height;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c228 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
248 max_bm_height = max_height;
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshglob.c712 FT_Short max_height = 1; local
715 max_height = psh_calc_max_height( priv->num_blue_values,
717 max_height );
718 max_height = psh_calc_max_height( priv->num_other_blues,
720 max_height );
721 max_height = psh_calc_max_height( priv->num_family_blues,
723 max_height );
724 max_height = psh_calc_max_height( priv->num_family_other_blues,
726 max_height );
729 max_scale = FT_DivFix( 1000, max_height );
[all...]
/external/skia/gm/
H A Dblurrect.cpp207 int max_height = 0; local
231 cur_y += max_height + fPadding;
232 max_height = 0;
242 if (bm.height() > max_height)
243 max_height = bm.height();
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c464 int max_width, max_height; local
468 max_height = res->max_height;
477 max_height = max < max_height ? max : max_height;
481 res->min_height, max_width, max_height);
487 res->min_height, max_height);
/external/openfst/src/include/fst/
H A Dminimize.h377 size_t max_height() const { return max_height_; } function in class:fst::AcyclicMinimizer::HeightVisitor
399 partition_.AllocateClasses(hvisitor.max_height() + 1);
/external/flac/libFLAC/
H A Dmetadata_iterators.c285 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) argument
313 obj->data.picture.height <= max_height &&
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h128 __u32 min_height, max_height; member in struct:drm_mode_card_res
/external/libdrm/include/drm/
H A Ddrm_mode.h117 __u32 min_height, max_height; member in struct:drm_mode_card_res
/external/libdrm/
H A Dxf86drmMode.h198 uint32_t min_height, max_height; member in struct:_drmModeRes
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c865 unsigned max_width, max_height, i; local
870 max_width = max_height = 4096;
872 max_width = max_height = 4021;
874 max_width = max_height = 2560;
877 if (state->width > max_width || state->height > max_height) {
/external/valgrind/include/vki/
H A Dvki-linux-drm.h366 __vki_u32 min_height, max_height; member in struct:vki_drm_mode_card_res
H A Dvki-linux.h3737 __vki_u32 max_height; /* Maximum frame height [pixel] */ member in struct:vki_v4l2_frmsize_stepwise
3969 __vki_u32 max_height; member in struct:vki_v4l2_bt_timings_cap
4505 __vki_u32 max_height; member in struct:vki_v4l2_subdev_frame_size_enum
/external/libvncserver/x11vnc/
H A Dnox11.h5701 int max_width, max_height; member in struct:__anon9335
5800 int max_width, max_height; member in struct:__anon9340
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 674 milliseconds