HomeSort by relevance Sort by last modified time
    Searched full:max_width (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
base_test_results_unittest.py 30 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/mesa3d/src/gallium/state_trackers/vdpau/
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 && max_height)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
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/webrtc/talk/media/webrtc/
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) {
  /toolchain/binutils/binutils-2.25/gprof/
source.h 53 MAX_WIDTH characters wide and for each source-line an annotation is
61 (Source_File *sf, unsigned int max_width,
source.c 93 annotate_source (Source_File *sf, unsigned int max_width,
241 annotation = (char *) xmalloc (max_width + 1);
251 (*annote) (annotation, max_width, line_num, arg);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_limits.h 39 #define MAX_WIDTH (1 << (SP_MAX_TEXTURE_2D_LEVELS - 1))
sp_tile_cache.c 63 pos = addr.bits.y * (MAX_WIDTH / TILE_SIZE) + addr.bits.x;
64 assert(pos / 32 < (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32);
77 pos = addr.bits.y * (MAX_WIDTH / TILE_SIZE) + addr.bits.x;
78 assert(pos / 32 < (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32);
90 /* sanity checking: max sure MAX_WIDTH/HEIGHT >= largest texture image */
93 assert(MAX_WIDTH >= maxTexSize);
97 assert((TILE_SIZE << TILE_ADDR_BITS) >= MAX_WIDTH);
sp_tile_cache.h 90 uint clear_flags[(MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32];
  /packages/apps/Gallery2/res/values/
filtershow_values_attrs.xml 23 <attr name="max_width" format="dimension" />
  /external/v8/test/unittests/compiler/
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++) {
  /external/webp/src/dsp/
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/libmpeg2/decoder/
impeg2d_structs.h 31 #define MAX_WIDTH 4096
38 #define MAX_FRM_SIZE (MAX_WIDTH * MAX_HEIGHT * 2) /* Supports only 420P and 422ILE */
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
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/glx/
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/
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;
  /bionic/libc/kernel/uapi/linux/
v4l2-subdev.h 61 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /development/ndk/platforms/android-21/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /external/bison/lib/
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/libdrm/man/
drmModeGetResources.xml 70 uint32_t min_width, max_width;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.c 81 surface_info[j].max_width >= width &&
  /packages/apps/Gallery2/res/layout/
filtershow_activity.xml 81 custom:max_width="650dip"
filtershow_main_panel.xml 52 custom:max_width="400dip"
  /packages/apps/Gallery2/res/layout-land/
filtershow_main_panel.xml 41 custom:max_width="400dip"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-subdev.h 90 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum

Completed in 1541 milliseconds

1 2 3 4 5 6 7 8