Searched refs:presentationUs (Results 1 – 2 of 2) sorted by relevance
747 void MediaCodec::statsBufferSent(int64_t presentationUs) { in statsBufferSent() argument750 if (presentationUs <= 0) { in statsBufferSent()751 ALOGV("presentation time: %" PRId64, presentationUs); in statsBufferSent()762 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()776 void MediaCodec::statsBufferReceived(int64_t presentationUs) { in statsBufferReceived() argument789 if (presentationUs <= 0) { in statsBufferReceived()790 ALOGV("-- returned buffer timestamp %" PRId64 " <= 0, ignore it", presentationUs); in statsBufferReceived()806 startdata.presentationUs, startdata.startedNs); in statsBufferReceived()807 if (startdata.presentationUs == presentationUs) { in statsBufferReceived()810 startdata.presentationUs, presentationUs); in statsBufferReceived()[all …]
460 int64_t presentationUs; member469 void statsBufferSent(int64_t presentationUs);470 void statsBufferReceived(int64_t presentationUs);