HomeSort by relevance Sort by last modified time
    Searched full:180 (Results 376 - 400 of 2388) sorted by null

<<11121314151617181920>>

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 218 "getfield", /* 180*/
  /external/kernel-headers/original/linux/
major.h 153 #define USB_CHAR_MAJOR 180
  /external/libvpx/libvpx/vp8/common/
entropymode.c 40 static const vp8_prob sub_mv_ref_prob [VP8_SUBMVREFS-1] = { 180, 162, 25};
  /external/libvpx/libvpx/vp9/common/
vp9_default_coef_probs.h 348 { 4, 113, 180 },
648 { 2, 136, 180 },
683 { 2, 115, 180 },
689 { 8, 180, 217 },
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ExtensionDescriptor.java 32 @Descriptor(tags = {0x13, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253})
  /external/opencv/cv/src/
cvmotempl.cpp 380 rel_angle is translated to -180..180
385 rel_angle += (rel_angle < -180 ? 360 : 0);
386 rel_angle += (rel_angle > 180 ? -360 : 0);
  /external/skia/bench/
MatrixBench.cpp 357 SkScalar rot0 = (fRandom.nextBool()) ? fRandom.nextRangeF(-180, 180) : 0.0f;
360 SkScalar rot1 = fRandom.nextRangeF(-180, 180);
  /external/skia/gm/
matrixconvolution.cpp 35 paint.setTextSize(SkIntToScalar(180));
  /external/skia/src/animator/
SkOperandIterpolator.cpp 140 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
  /external/srtp/crypto/include/
sha1.h 5 * FIPS 180-1
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 76 * 90, 180 or 270.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 39 #define GAIN_THR 180
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp_wsp.c 20 * 3nd order high pass filter with cut off frequency at 180Hz *
  /frameworks/base/docs/html/training/animation/
cardflip.jd 108 android:valueFrom="-180"
131 android:valueTo="180"
159 android:valueFrom="180"
183 android:valueTo="-180"
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FixedRotationFilter.java 33 * 4 rotation angles: 0, 90, 180, 270
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 100 * values are 0, 90, 180, 270
315 case 180:
420 if (mOrientation == 0 || mOrientation == 180) {
524 if (mOrientation == 0 || mOrientation == 180) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 136 degrees = 180;
  /frameworks/native/opengl/tests/angeles/
shapes.h 41 { 10, 1, 1.1f, -0.5f, 0.1f, 70, 60, 1, 1, -90, 0, -0.25f, 20, 60, 8 }, // 60, 180
  /frameworks/native/services/sensorservice/
OrientationSensor.cpp 47 const float rad2deg = 180 / M_PI;
  /frameworks/support/v7/appcompat/res/values/
dimens.xml 27 <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen>
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
CryptoProvider.java 25 * see SECURE HASH STANDARD, FIPS PUB 180-1 (http://www.itl.nist.gov/fipspubs/fip180-1.htm) <BR>
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_ISO_8859_14.java 58 255, 164, 208, 161, 180, 187, 168, 172
OldCharset_SingleByte_ISO_8859_3.java 36 176, 295, 178, 179, 180, 181, 293, 183, 184, 305, 351, 287, 309, 189, 65533, 380,
  /packages/apps/Browser/res/layout/
webview_preview.xml 78 android:layout_height="180dp"
  /packages/apps/Browser/res/values/
dimensions.xml 15 <dimen name="tab_width">180dp</dimen>

Completed in 558 milliseconds

<<11121314151617181920>>