Searched refs:TIME_SCALE (Results 1 – 3 of 3) sorted by relevance
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/ |
D | EventSampleStreamTest.java | 48 private static final long TIME_SCALE = 1000; field in EventSampleStreamTest 68 new EventStream(SCHEME_ID, VALUE, TIME_SCALE, new long[0], new EventMessage[0]); in readDataReturnFormatForFirstRead() 86 new EventStream(SCHEME_ID, VALUE, TIME_SCALE, new long[0], new EventMessage[0]); in readDataOutOfBoundReturnEndOfStreamAfterFormatForNonDynamicEventSampleStream() 103 new EventStream(SCHEME_ID, VALUE, TIME_SCALE, new long[0], new EventMessage[0]); in readDataOutOfBoundReturnEndOfStreamAfterFormatForDynamicEventSampleStream() 124 TIME_SCALE, in readDataReturnDataAfterFormat() 144 TIME_SCALE, in readData_peek_doesNotAdvanceSampleIndex() 175 TIME_SCALE, in readData_omitSampleData_doesOmitSampleData() 203 TIME_SCALE, in skipDataThenReadDataReturnDataFromSkippedPosition() 232 TIME_SCALE, in seekToUsThenReadDataReturnDataFromSeekPosition() 263 TIME_SCALE, in updateEventStreamContinueToReadAfterLastReadSamplePresentationTime() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/ |
D | EventSampleStreamTest.java | 48 private static final long TIME_SCALE = 1000; field in EventSampleStreamTest 68 new EventStream(SCHEME_ID, VALUE, TIME_SCALE, new long[0], new EventMessage[0]); in readDataReturnFormatForFirstRead() 86 new EventStream(SCHEME_ID, VALUE, TIME_SCALE, new long[0], new EventMessage[0]); in readDataOutOfBoundReturnEndOfStreamAfterFormatForNonDynamicEventSampleStream() 103 new EventStream(SCHEME_ID, VALUE, TIME_SCALE, new long[0], new EventMessage[0]); in readDataOutOfBoundReturnEndOfStreamAfterFormatForDynamicEventSampleStream() 124 TIME_SCALE, in readDataReturnDataAfterFormat() 144 TIME_SCALE, in readData_peek_doesNotAdvanceSampleIndex() 175 TIME_SCALE, in readData_omitSampleData_doesOmitSampleData() 203 TIME_SCALE, in skipDataThenReadDataReturnDataFromSkippedPosition() 232 TIME_SCALE, in seekToUsThenReadDataReturnDataFromSeekPosition() 263 TIME_SCALE, in updateEventStreamContinueToReadAfterLastReadSamplePresentationTime() [all …]
|
/external/ltp/lib/newlib_tests/ |
D | tst_fuzzy_sync01.c | 75 #define TIME_SCALE(x) ((x) * (x) * (x)) macro 153 int k = TIME_SCALE(t); in delay()
|