Searched refs:mOffsetIndices (Results 1 – 1 of 1) sorted by relevance
866 private int[] mOffsetIndices; field in MuxerTest.TestOffsetPts909 mOffsetIndices = offsetIndices; in TestOffsetPts()933 for (int i = 0; i < mOffsetIndices.length; i++) { in testOffsetPresentationTime()934 mediaInfo.offsetTimeStamp(audioOffsetUs, videoOffsetUs, mOffsetIndices[i]); in testOffsetPresentationTime()947 for (int i = mOffsetIndices.length - 1; i >= 0; i--) { in testOffsetPresentationTime()949 mOffsetIndices[i]); in testOffsetPresentationTime()967 assertTrue(nativeTestOffsetPts(mOutFormat, mInpPath, mOutPath, mOffsetIndices)); in testOffsetPresentationTimeNative()