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

1 2 3 4 5 6

  /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/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/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/freetype/include/
ftwinfnt.h 205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
  /external/pdfium/third_party/freetype/include/freetype/
ftwinfnt.h 205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
  /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
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftwinfnt.h 205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
  /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/kernel-headers/original/uapi/linux/
v4l2-subdev.h 94 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
v4l2-subdev.h 60 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum

Completed in 782 milliseconds

1 2 3 4 5 6