HomeSort by relevance Sort by last modified time
    Searched defs:Timebase (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/java/android/media/
AudioTimestamp.java 40 * in the same units and timebase as {@link java.lang.System#nanoTime}.
46 * in the same units and timebase as {@link android.os.SystemClock#elapsedRealtimeNanos}.
56 public @interface Timebase {}
78 * {@link #framePosition} was captured. The timebase is either
80 * on the timebase parameter used in
86 * with a timebase of {@link #TIMEBASE_MONOTONIC}.
  /frameworks/av/media/libaudioclient/include/media/
AudioTimestamp.h 54 enum Timebase {
70 // mTimeNs is in nanoseconds for the default timebase, monotonic.
103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {
105 || timebase < 0 || timebase >= TIMEBASE_MAX) {
114 *time = mTimeNs[i] + mTimebaseOffset[timebase];
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SdramSpdLpDdr.h 402 SPD_LPDDR_TIMEBASE_STRUCT Timebase; ///< 17 Timebases
SdramSpdDdr4.h 804 SPD4_TIMEBASE_STRUCT Timebase; ///< 17 Timebases
    [all...]

Completed in 189 milliseconds