HomeSort by relevance Sort by last modified time
    Searched refs:startedNs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 455 int64_t startedNs;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 784 startdata.presentationUs, startdata.startedNs);
815 int64_t latencyUs = (nowNs - startdata.startedNs + 500) / 1000;
    [all...]

Completed in 76 milliseconds