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

1 2

  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 36 int max_height = gdk_screen_get_height(screen) * kPanelMaxHeightFactor; local
50 else if (bounds->height() > max_height)
51 bounds->set_height(max_height);
  /external/webkit/Source/WebCore/css/
MediaFeatureNames.h 46 macro(max_height, "max-height") \
  /hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h 61 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-subdev.h 92 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/chromium/chrome/browser/chromeos/login/
update_view.cc 166 int max_height = height() - GetInsets().height(); local
167 int vertical_center = GetInsets().top() + max_height / 2;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 155 sh.min_height = sh.max_height = sWindowHeight;
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 156 * @param[in] max_height ???????????
164 int max_height,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon25750
179 int max_width, max_height; member in struct:__anon25755
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon27340
179 int max_width, max_height; member in struct:__anon27345
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 80 int max_width, max_height; member in struct:__anon28855
179 int max_width, max_height; member in struct:__anon28860
  /external/qemu/android/camera/
camera-capture-linux.c 586 (size_enum.stepwise.max_height - size_enum.stepwise.min_height) /
631 h <= size_enum.stepwise.max_height;
647 (size_enum.stepwise.min_height + size_enum.stepwise.max_height) / 2;
651 arr[out_num].height = size_enum.stepwise.max_height;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 77 (r.source.max_height < height)) {
  /external/openfst/src/include/fst/
minimize.h 377 size_t max_height() const { return max_height_; } function in class:fst::AcyclicMinimizer::HeightVisitor
399 partition_.AllocateClasses(hvisitor.max_height() + 1);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 364 size_t max_height() const { return max_height_; } function in class:fst::AcyclicMinimizer::HeightVisitor
386 partition_.AllocateClasses(hvisitor.max_height() + 1);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 191 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local
612 max_height = ((temp_h + 15) >> 4) << 4;
613 nTotalMB = ((max_width * max_height) >> 8);
742 max_height += 32;
744 size = pitch * max_height;
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
    [all...]
  /external/flac/include/FLAC/
metadata.h 220 * \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);
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 574 size_hints->min_height = size_hints->max_height = (int)image_height;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 809 int max_height = ShouldBeFloating() ? local
813 (max_height - kBookmarkBarMinimumHeight)) +
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 703 __u16 max_height; member in struct:dsscomp_dispc_limitations
714 .max_height = 2048,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 358 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 358 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev2.h 358 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 257 __u32 max_height; member in struct:v4l2_frmsize_stepwise
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 257 __u32 max_height; member in struct:v4l2_frmsize_stepwise
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 803 hints->min_height = hints->max_height = h;
    [all...]

Completed in 663 milliseconds

1 2