Searched refs:max_height (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dw996Xcf.c427 max_width, max_height; local
431 max_height = 288;
434 max_height = 480;
456 fh = SC(sd->gspca_dev.height) / max_height;
459 ch = (fw >= fh) ? SC(sd->gspca_dev.height)/fw : max_height;
462 sd->sensor_height = max_height;
465 y = (max_height - ch) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_display.c137 dev->mode_config.max_height = 2048;
141 dev->mode_config.max_height = 4096;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp233 double max_height = n*char_height; local
239 if (max_height < height)
240 yoffset = (double)(m_ypos - (height/2.0) + (height - max_height)/2.0);
316 double max_height = n*char_height; local
318 double yoffset = (double)(m_ypos - (height/2.0) + (height - max_height)/2.0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_mode.h106 __u32 min_height, max_height; member in struct:drm_mode_card_res
H A Ddrm_crtc.h397 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
565 int max_width, max_height; member in struct:drm_mode_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtvfb.c975 int max_height; local
1013 max_height = itv->is_50hz ? 576 : 480;
1015 if (osd_yres > max_height)
1016 osd_yres = max_height;
1021 if (osd_upper + start_window.height > max_height + 1) {
1029 start_window.top = osd_upper >= 0 ? osd_upper : ((max_height - start_window.height) / 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c50 unsigned max_height; member in struct:vmw_fb_par
142 (var->yoffset + var->yres) > par->max_height) {
428 par->max_height = fb_height;
H A Dvmwgfx_ldu.c426 uint32_t max_width, uint32_t max_height)
458 vmw_ldu_connector_builtin[i].vdisplay > max_height)
425 vmw_ldu_connector_fill_modes(struct drm_connector *connector, uint32_t max_width, uint32_t max_height) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dpopupwin.cpp321 geom.max_height = m_height;
H A Dtoplevel.cpp1115 geom.max_height = ( maxWidth == -1 ) ? maxHeight // ( == -1 here )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dpopupwin.cpp329 geom.max_height = m_height;
H A Dframe.cpp386 geom.max_height = maxHeight;
H A Dtoplevel.cpp988 geom.max_height = ( maxWidth == -1 ) ? maxHeight // ( == -1 here )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_fb_helper.c1377 height = dev->mode_config.max_height;
1459 dev->mode_config.max_height);
1475 u32 max_width, max_height, bpp_sel; local
1496 max_height = fb_helper->fb->height;
1500 max_height);
H A Ddrm_crtc.c1091 card_res->max_height = dev->mode_config.max_height;
1298 dev->mode_config.max_height);
1611 if ((config->min_height > r->height) || (r->height > config->max_height)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-core.c698 u32 max_width, max_height, mod_x, mod_y; local
718 max_height = variant->scaler_dis_w;
723 max_height = variant->out_rot_dis_w;
731 dbg("max_w= %d, max_h= %d", max_width, max_height);
733 if (pix->height > max_height)
734 pix->height = max_height;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h220 * \param max_height The maximum height in pixels desired. Use
236 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1252 FLACPP_API bool get_picture(const char *filename, Picture *&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)
1260 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
1268 FLACPP_API bool get_picture(const char *filename, Picture &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)
1274 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_mobile_ceu_camera.c1240 unsigned int max_width, max_height; local
1261 max_height = min(cap.bounds.height, 1920);
1267 /* width <= max_width && height <= max_height - guaranteed by try_fmt */
1269 tmp_w < max_width && tmp_h < max_height) {
1271 tmp_h = min(2 * tmp_h, max_height);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c2142 __s32 max_height; local
2168 max_height = b->height;
2174 max_height -= btv->vbi_end - b->top;
2176 if (min_height > max_height)
2187 max_height = c->max_scaled_height;
2198 max_height >>= !V4L2_FIELD_HAS_BOTH(field);
2202 *height = clamp(*height, min_height, max_height);
2220 *height > max_height ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h956 FLACPP_API bool get_picture(const char *filename, Picture *&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); ///< See FLAC__metadata_get_picture().
957 FLACPP_API bool get_picture(const char *filename, Picture &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); ///< See FLAC__metadata_get_picture().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpfe_capture.c814 u32 min_height = 1, min_width = 32, max_width, max_height; local
890 max_height = vpfe_dev->std_info.active_lines;
897 pixfmt->height = clamp((pixfmt->height), min_height, max_height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c574 size_hints->min_height = size_hints->max_height = (int)image_height;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_display.c1039 rdev->ddev->mode_config.max_height = 8192;
1042 rdev->ddev->mode_config.max_height = 4096;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2.c263 vfse.stepwise.max_height,

Completed in 1034 milliseconds

12