Lines Matching refs:presentationTimeUs
178 * @param presentationTimeUs The time, relative to the beginning of the media stream,
188 final long presentationTimeUs,
210 // Submit the buffer to the codec for decoding. The presentationTimeUs
213 mDecoder.queueInputBuffer(index, 0, size, presentationTimeUs, flags);
215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
234 * @param presentationTimeUs The time, relative to the beginning of the media stream,
244 final long presentationTimeUs,
259 // Submit the buffer to the codec for decoding. The presentationTimeUs
262 mDecoder.queueInputBuffer(index, 0, size, presentationTimeUs, flags);
265 mDecoder.queueSecureInputBuffer(index, 0, cryptoInfo, presentationTimeUs, flags);
292 info.presentationTimeUs,