Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/
DFlacDecoderJni.java206 return flacGetLastFrameTimestamp(nativeDecoderContext); in getLastFrameTimestamp()
287 private native long flacGetLastFrameTimestamp(long context); in flacGetLastFrameTimestamp() method in FlacDecoderJni
/external/exoplayer/tree/extensions/flac/src/main/jni/
Dflac_jni.cc187 DECODER_FUNC(jlong, flacGetLastFrameTimestamp, jlong jContext) { in DECODER_FUNC() argument