Home
last modified time | relevance | path

Searched refs:startTimeNano (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp461 int64_t* startTimeNano) { in drainDecoder() argument
470 if (*startTimeNano < 0) { in drainDecoder()
471 *startTimeNano = getSystemNanoTime() - (presentationTimeUs * 1000); in drainDecoder()
473 int64_t delay = (*startTimeNano + presentationTimeUs * 1000) - in drainDecoder()