Searched refs:mDecodeOnlyPresentationTimestamps (Results 1 – 1 of 1) sorted by relevance
43 private ArrayList<Long> mDecodeOnlyPresentationTimestamps; field in MediaCodecAudioDecoder54 mDecodeOnlyPresentationTimestamps = new ArrayList<>(); in MediaCodecAudioDecoder()113 mDecodeOnlyPresentationTimestamps.clear(); in resetDecoderState()121 mDecodeOnlyPresentationTimestamps.clear(); in release()165 mDecodeOnlyPresentationTimestamps.add(presentationTimeUs); in decode()173 final int size = mDecodeOnlyPresentationTimestamps.size(); in getDecodeOnlyIndex()175 if (mDecodeOnlyPresentationTimestamps.get(i).longValue() == presentationTimeUs) { in getDecodeOnlyIndex()204 mDecodeOnlyPresentationTimestamps.remove(decodeOnlyIndex); in maybeDecodeOnlyIndex()