HomeSort by relevance Sort by last modified time
    Searched defs:timestampNs (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 512 int64_t timestampNs;
513 CHECK(msg->findInt64("timestampNs", &timestampNs));
514 err = mCodec->renderOutputBufferAndRelease(bufferIx, timestampNs);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 470 status_t MediaCodec::renderOutputBufferAndRelease(size_t index, int64_t timestampNs) {
474 msg->setInt64("timestampNs", timestampNs);
    [all...]
ACodec.cpp     [all...]

Completed in 319 milliseconds