HomeSort by relevance Sort by last modified time
    Searched full:min_width (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
v4l2-subdev.h 59 __u32 min_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
v4l2-subdev.h 59 __u32 min_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
v4l2-subdev.h 59 __u32 min_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
v4l2-subdev.h 59 __u32 min_width; member in struct:v4l2_subdev_frame_size_enum
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
v4l2-subdev.h 59 __u32 min_width; member in struct:v4l2_subdev_frame_size_enum
  /external/selinux/policycoreutils/sepolicy/sepolicy/
sepolicy.glade     [all...]
  /external/opencv3/modules/imgproc/test/
test_bilateral_filter.cpp 55 MAX_WIDTH = 1920, MIN_WIDTH = 1,
238 Size size(getRandInt(rng, MIN_WIDTH, MAX_WIDTH), getRandInt(rng, MIN_HEIGHT, MAX_HEIGHT));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 55 public static final int MIN_WIDTH = 800;
79 if (MIN_WIDTH < size.x) {
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 154 sh.min_width = sh.max_width = sWindowWidth;
  /external/kernel-headers/original/uapi/linux/
v4l2-subdev.h 93 __u32 min_width; member in struct:v4l2_subdev_frame_size_enum
  /external/libmpeg2/decoder/
impeg2d_structs.h 34 #define MIN_WIDTH 16
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_mpeg4.h 48 unsigned int min_width; member in struct:swvenc_video_capability
  /external/libopus/celt/
modes.c 108 /* Find where the linear part ends (i.e. where the spacing is more than min_width */
121 /* Linear spacing (min_width) */
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayAdapter.java 73 private static final int MIN_WIDTH = 100;
174 if (width >= MIN_WIDTH && width <= MAX_WIDTH
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 88 private final int MIN_WIDTH = 300;
140 mMinWidth = (int) (context.getResources().getDisplayMetrics().density * MIN_WIDTH + 0.5f);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 79 int min_width, min_height; member in struct:__anon36693
178 int min_width, min_height; member in struct:__anon36698
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 77 int min_width, min_height; member in struct:__anon38556
176 int min_width, min_height; member in struct:__anon38561
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 104 __u32 min_width, max_width; member in struct:drm_mode_card_res
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 105 __u32 min_width, max_width; member in struct:drm_mode_card_res
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 394 int min_width = _WLocale_mb_cur_min(_M_codecvt); variable
395 return min_width == max_width ? min_width : 0;
    [all...]
  /external/autotest/client/cros/graphics/
drm.py 69 ("min_width", c_int),
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 772 int16_t min_width = SHRT_MAX; local
782 if (width > 0 && width < min_width)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 178 unsigned int min_width; member in struct:msm_venc_video_capability
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 676 frmsize_desc.stepwise.min_width,
687 frmsize_desc.stepwise.min_width,
  /external/strace/
v4l2.c 245 tprintf(", stepwise={min_width=%u, max_width=%u, "
248 s.stepwise.min_width, s.stepwise.max_width,

Completed in 2456 milliseconds

12 3 4 5 6