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

1 2 3 4 5 6

  /external/webrtc/talk/media/webrtc/
webrtcvideoencoderfactory.h 47 int max_height; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.cc 50 int max_height = -1; // Returns -1 for an empty history. local
53 max_height = std::max(max_height, it->peak_height_packets);
55 return max_height;
  /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))
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))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 56 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/skia/gm/
blurrect.cpp 187 int max_height = 0; local
214 cur_y += max_height + fPadding;
215 max_height = 0;
225 if (bm.height() > max_height)
226 max_height = bm.height();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-subdev.h 92 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/freetype/src/pshinter/
pshglob.c 712 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.c 712 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/pdfium/third_party/freetype/src/pshinter/
pshglob.c 712 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...]
  /bionic/libc/kernel/uapi/linux/
v4l2-subdev.h 64 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /development/ndk/platforms/android-21/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/kernel-headers/original/uapi/linux/
v4l2-subdev.h 96 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/v8/src/compiler/
state-values-utils.cc 150 Node* StateValuesCache::BuildTree(ValueArrayIterator* it, size_t max_height) {
151 if (max_height == 0) {
158 NodeVector* buffer = GetWorkingSpace(max_height);
162 (*buffer)[count] = BuildTree(it, max_height - 1);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
v4l2-subdev.h 62 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum

Completed in 1025 milliseconds

1 2 3 4 5 6