Searched refs:presentationUs (Results 1 – 2 of 2) sorted by relevance
737 void MediaCodec::statsBufferSent(int64_t presentationUs) { in statsBufferSent() argument740 if (presentationUs <= 0) { in statsBufferSent()741 ALOGV("presentation time: %" PRId64, presentationUs); in statsBufferSent()746 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()760 void MediaCodec::statsBufferReceived(int64_t presentationUs) { in statsBufferReceived() argument773 if (presentationUs <= 0) { in statsBufferReceived()774 ALOGV("-- returned buffer timestamp %" PRId64 " <= 0, ignore it", presentationUs); in statsBufferReceived()784 startdata.presentationUs, startdata.startedNs); in statsBufferReceived()785 if (startdata.presentationUs == presentationUs) { in statsBufferReceived()788 startdata.presentationUs, presentationUs); in statsBufferReceived()[all …]
452 int64_t presentationUs; member459 void statsBufferSent(int64_t presentationUs);460 void statsBufferReceived(int64_t presentationUs);