Lines Matching refs:pts
189 int64_t pts = 0;
202 pts += 21;
205 cout << "pts is:" << pts << endl;
211 avMemBuffer->pts_ = pts;
220 static int HwTest_AddTrack(std::shared_ptr<Meta> mediaParams, int64_t *pts, int32_t *size, AVMuxerDemo *muxerDemo)
267 *pts += PTS;
271 cout << "pts is:" << *pts << endl;
297 int64_t pts = 0;
317 int trackIndex = HwTest_AddTrack(mediaParams, &pts, &size, muxerDemo);