Searched defs:timeScale (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | utmscale.c | 38 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) in utmscale_getTimeScaleValue() 55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() 79 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_toInt64()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UniversalTimeScale.java | 335 public static long from(long otherTime, int timeScale) in from() 352 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom() 372 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom() 392 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom() 440 public static long toLong(long universalTime, int timeScale) in toLong() 467 public static BigDecimal toBigDecimal(long universalTime, int timeScale) in toBigDecimal() 485 public static BigDecimal toBigDecimal(BigDecimal universalTime, int timeScale) in toBigDecimal() 599 public static BigDecimal toBigDecimalTrunc(BigDecimal universalTime, int timeScale) in toBigDecimalTrunc()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UniversalTimeScale.java | 373 public static long from(long otherTime, int timeScale) in from() 392 public static BigDecimal bigDecimalFrom(double otherTime, int timeScale) in bigDecimalFrom() 414 public static BigDecimal bigDecimalFrom(long otherTime, int timeScale) in bigDecimalFrom() 436 public static BigDecimal bigDecimalFrom(BigDecimal otherTime, int timeScale) in bigDecimalFrom() 486 public static long toLong(long universalTime, int timeScale) in toLong() 515 public static BigDecimal toBigDecimal(long universalTime, int timeScale) in toBigDecimal() 535 public static BigDecimal toBigDecimal(BigDecimal universalTime, int timeScale) in toBigDecimal() 651 public static BigDecimal toBigDecimalTrunc(BigDecimal universalTime, int timeScale) in toBigDecimalTrunc()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
D | SegmentIndexBox.java | 47 long timeScale; field in SegmentIndexBox 147 public void setTimeScale(long timeScale) { in setTimeScale()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | SyncSampleIntersectFinderImpl.java | 176 …public long[] getCommonIndices(long[] syncSamples, long[] syncSampleTimes, long timeScale, long[].… in getCommonIndices() 294 long timeScale = 1; in calculateTracktimesScalingFactor() local
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatPackageWriterImpl.java | 38 long timeScale = 10000000; field in FlatPackageWriterImpl
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | ChangeTimeScaleTrack.java | 39 long timeScale; field in ChangeTimeScaleTrack
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
D | Actions.java | 326 static public TimeScaleAction timeScale (float scale, Action scaledAction) { in timeScale() method in Actions
|