Home
last modified time | relevance | path

Searched refs:presentationUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h503 int64_t presentationUs; member
524 void statsBufferSent(int64_t presentationUs);
525 void statsBufferReceived(int64_t presentationUs);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp885 void MediaCodec::statsBufferSent(int64_t presentationUs) { in statsBufferSent() argument
888 if (presentationUs <= 0) { in statsBufferSent()
889 ALOGV("presentation time: %" PRId64, presentationUs); in statsBufferSent()
900 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()
919 void MediaCodec::statsBufferReceived(int64_t presentationUs) { in statsBufferReceived() argument
932 if (presentationUs <= 0) { in statsBufferReceived()
933 ALOGV("-- returned buffer timestamp %" PRId64 " <= 0, ignore it", presentationUs); in statsBufferReceived()
949 startdata.presentationUs, startdata.startedNs); in statsBufferReceived()
950 if (startdata.presentationUs == presentationUs) { in statsBufferReceived()
953 startdata.presentationUs, presentationUs); in statsBufferReceived()
[all …]