Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:timestampNs

512         int64_t timestampNs;
513 CHECK(msg->findInt64("timestampNs", &timestampNs));
514 err = mCodec->renderOutputBufferAndRelease(bufferIx, timestampNs);