Home
last modified time | relevance | path

Searched defs:adjuster (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/
DTimestampAdjusterTest.java31 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 0); in adjustSampleTimestamp_fromZero() local
41 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 1000); in adjustSampleTimestamp_fromNonZero() local
51 TimestampAdjuster adjuster = in adjustSampleTimestamp_noOffset() local
62 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 0); in adjustSampleTimestamp_afterResetToNoOffset() local
75 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 0); in adjustSampleTimestamp_afterResetToDifferentStartTime() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/
DTimestampAdjusterTest.java31 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 0); in adjustSampleTimestamp_fromZero() local
41 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 1000); in adjustSampleTimestamp_fromNonZero() local
51 TimestampAdjuster adjuster = in adjustSampleTimestamp_noOffset() local
62 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 0); in adjustSampleTimestamp_afterResetToNoOffset() local
75 TimestampAdjuster adjuster = new TimestampAdjuster(/* firstSampleTimestampUs= */ 0); in adjustSampleTimestamp_afterResetToDifferentStartTime() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DTimestampAdjusterProvider.java43 @Nullable TimestampAdjuster adjuster = timestampAdjusters.get(discontinuitySequence); in getAdjuster() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DTimestampAdjusterProvider.java43 @Nullable TimestampAdjuster adjuster = timestampAdjusters.get(discontinuitySequence); in getAdjuster() local
/external/webrtc/modules/audio_processing/capture_levels_adjuster/
Dcapture_levels_adjuster_unittest.cc82 CaptureLevelsAdjuster adjuster(emulated_analog_mic_gain_enabled(), in TEST_P() local
132 CaptureLevelsAdjuster adjuster(emulated_analog_mic_gain_enabled(), in TEST_P() local
/external/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp286 if (const auto adjuster = gPaintGeometryAdjusters[rec->fInfo.fAttacherIndex]) { in attachShape() local