Searched defs:ptsUs (Results 1 – 2 of 2) sorted by relevance
253 static std::shared_ptr<MediaSample> newSample(int64_t ptsUs, uint32_t flags, size_t size, in newSample()268 static std::shared_ptr<MediaSample> newSampleWithPts(int64_t ptsUs) { in newSampleWithPts()276 static std::shared_ptr<MediaSample> newSampleWithPtsOnly(int64_t ptsUs) { in newSampleWithPtsOnly()
385 int64_t ptsUs = 0LL; in extractInternal() local