Home
last modified time | relevance | path

Searched defs:timestampAligner (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DTimestampAlignerTest.java32 final TimestampAligner timestampAligner = new TimestampAligner(); in testDispose() local
39 final TimestampAligner timestampAligner = new TimestampAligner(); in testTranslateTimestamp() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DTimestampAligner.java57 private static native void nativeReleaseTimestampAligner(long timestampAligner); in nativeReleaseTimestampAligner()
58 private static native long nativeTranslateTimestamp(long timestampAligner, long cameraTimeNs); in nativeTranslateTimestamp()