Home | History | Annotate | Download | only in jni

Lines Matching refs:timestampNs

316         size_t index, bool render, bool updatePTS, int64_t timestampNs) {
318 return mCodec->renderOutputBufferAndRelease(index, timestampNs);
1168 jint index, jboolean render, jboolean updatePTS, jlong timestampNs) {
1178 status_t err = codec->releaseOutputBuffer(index, render, updatePTS, timestampNs);