/external/webrtc/talk/media/webrtc/ |
H A D | webrtcvideoencoderfactory.h | 46 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/xvmc/ |
H A D | context.c | 56 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/freetype/include/freetype/ |
H A D | ftwinfnt.h | 205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
|
/external/kernel-headers/original/uapi/linux/ |
H A D | v4l2-subdev.h | 94 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
|
H A D | videodev2.h | 671 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise 1335 * @max_width: width in pixels 1346 __u32 max_width; member in struct:v4l2_bt_timings_cap
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
H A D | glx_usefont.c | 221 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/gallium/state_trackers/vdpau/ |
H A D | query.c | 68 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 D | mixer.c | 52 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/glx/ |
H A D | xfont.c | 228 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 D | xfonts.c | 228 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/pdfium/third_party/freetype/include/freetype/ |
H A D | ftwinfnt.h | 205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
|
/external/v8/test/unittests/compiler/ |
H A D | typer-unittest.cc | 122 // Careful, this function runs O(max_width^5) trials. 125 int max_width) { 126 const int min_min = -2 - max_width / 2; 127 const int max_min = 2 + max_width / 2; 128 for (int width = 0; width < max_width; width++) { 124 TestBinaryArithOpCloseToZero(const Operator* op, BinaryFunction opfun, int max_width) argument
|
/external/bison/lib/ |
H A D | bitset_stats.c | 136 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 D | xorg_driver.c | 464 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/opencv/cv/include/ |
H A D | cv.hpp | 134 int max_width; member in class:CvBaseImageFilter
|
/external/webp/src/dsp/ |
H A D | yuv_sse2.c | 580 const int max_width = width & ~31; local 582 for (i = 0; i < max_width; rgb += 3 * 16 * 2) { 614 const int max_width = width & ~31; local 616 for (i = 0; i < max_width; bgr += 3 * 16 * 2) { 648 const int max_width = width & ~15; local 650 for (i = 0; i < max_width; i += 16) { 677 const int max_width = src_width & ~31; local 679 for (i = 0; i < max_width; i += 32, u += 16, v += 16) { 736 const int max_width = width & ~15; local 737 const uint16_t* const last_rgb = rgb + 4 * max_width; [all...] |
/external/freetype/src/autofit/ |
H A D | aflatin.c | 1816 FT_Pos len_threshold, len_score, dist_score, max_width; local 1821 max_width = widths[width_count - 1].org; 1823 max_width = 0; 1890 if ( max_width ) 1892 /* distance demerits are based on multiples of `max_width'; */ 1894 FT_Pos delta = ( dist << 10 ) / max_width - ( 1 << 10 );
|
/external/kernel-headers/original/uapi/drm/ |
H A D | drm_mode.h | 136 __u32 max_width; member in struct:drm_mode_card_res
|
/external/libdrm/include/drm/ |
H A D | drm_mode.h | 124 __u32 min_width, max_width; member in struct:drm_mode_card_res
|
/external/libdrm/ |
H A D | xf86drmMode.h | 197 uint32_t min_width, max_width; member in struct:_drmModeRes
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 865 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/pdfium/core/src/fxge/ge/ |
H A D | fx_ge_text.cpp | 1407 int max_width = FXFT_Get_Glyph_HoriAdvance(m_Face) * 1000 / local 1409 if (max_width == min_width) { 1415 (max_width - min_width);
|
/external/freetype/include/freetype/internal/ |
H A D | tttypes.h | 486 /* max_width :: The maximum glyph width in pixels. */ 527 FT_Byte max_width; member in struct:TT_SBit_LineMetricsRec_
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
H A D | tttypes.h | 486 /* max_width :: The maximum glyph width in pixels. */ 527 FT_Byte max_width; member in struct:TT_SBit_LineMetricsRec_
|
/external/valgrind/include/vki/ |
H A D | vki-linux-drm.h | 365 __vki_u32 min_width, max_width; member in struct:vki_drm_mode_card_res
|