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

1 2

  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 45 const uint32_t DEFAULT_WIDTH = 1;
61 const Rect QUEUE_BUFFER_INPUT_RECT = Rect(DEFAULT_WIDTH, DEFAULT_HEIGHT);
212 (mProducer->dequeueBuffer(slot, fence, DEFAULT_WIDTH,
289 EXPECT_EQ(DEFAULT_WIDTH, static_cast<uint32_t>(value));
351 DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT,
378 EXPECT_EQ(DEFAULT_WIDTH, width);
418 DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT,
460 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1))
487 DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT,
513 (dequeueBuffer(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java 41 private static final int DEFAULT_WIDTH = 20;
57 mAbsoluteLayoutParams = new LayoutParams(DEFAULT_WIDTH, DEFAULT_HEIGHT,
114 assertEquals(DEFAULT_WIDTH, params.width);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 162 default_width = ENV[ 'COLUMNS' ] || 80
167 if cols >= 0 then cols else default_width end
169 default_width
172 default_width rescue ( raise e )
  /external/sl4a/ScriptingLayerForAndroid/res/layout/
dia_resize.xml 35 android:text="@string/default_width"/>
  /external/freetype/src/cff/
cfftoken.h 93 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
cfftypes.h 180 FT_Pos default_width; member in struct:CFF_PrivateRec_
cf2ft.c 658 decoder->current_subfont->private_dict.default_width );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftoken.h 93 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
cfftypes.h 180 FT_Pos default_width; member in struct:CFF_PrivateRec_
cf2ft.c 664 decoder->current_subfont->private_dict.default_width );
  /external/pdfium/third_party/freetype/src/cff/
cfftoken.h 93 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
cfftypes.h 180 FT_Pos default_width; member in struct:CFF_PrivateRec_
cf2ft.c 658 decoder->current_subfont->private_dict.default_width );
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 33 private static final int DEFAULT_WIDTH = 640;
57 mReader = spy(ImageReader.newInstance(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT,
  /external/avahi/avahi-discover-standalone/
avahi-discover.ui 10 <property name="default_width">500</property>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 92 static const uint32_t default_width = 1920; variable
146 enc_cfg->g_w = default_width;
  /external/sl4a/ScriptingLayerForAndroid/res/values/
strings.xml 188 <string name="default_width">80</string>
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 85 #define DEFAULT_WIDTH (176)
  /external/selinux/policycoreutils/sepolicy/sepolicy/
sepolicy.glade 15 <property name="default_width">265</property>
338 <property name="default_width">440</property>
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
OMX_VPP.c 687 pComponentPrivate->pIpFrameStatus->ulInWidth = DEFAULT_WIDTH;
689 pComponentPrivate->pIpFrameStatus->ulCInOffset = DEFAULT_WIDTH * 220; /* offset of the C frame in the *
719 pComponentPrivate->pOpYUVFrameStatus->ulOutWidth = DEFAULT_WIDTH;
725 pComponentPrivate->pOpRGBFrameStatus->ulOutWidth = DEFAULT_WIDTH;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 77 #define DEFAULT_WIDTH (176)
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 38 #define DEFAULT_WIDTH 640
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 120 static const uint32_t default_width = 1920; variable
186 enc_cfg->g_w = default_width;
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 233 private static final int DEFAULT_WIDTH = 0x00010000;
445 // an offset equals to "DEFAULT_WIDTH - width".
448 myWidth = DEFAULT_WIDTH;
    [all...]

Completed in 665 milliseconds

1 2