Home
last modified time | relevance | path

Searched refs:toMs (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/multimedia/av_codec/demuxer/src/
H A Dfunc_test.cpp1480 int64_t toMs = posTo * 40000; in HWTEST_F() local
1487 cout << file << "pos: " << pos << "toMs: " << toMs << " fd:" << fd << " size:" << GetFileSize(file) << endl; in HWTEST_F()
1525 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, toMs / 1000, SEEK_MODE_PREVIOUS_SYNC)); in HWTEST_F()
1527 bool ans = abs(toMs - attr.pts) < 40000 ? true : false; in HWTEST_F()
1563 int64_t toMs = posTo * 40000;
1580 int64_t nextIdrPts = toMs;
1581 ret = OH_AVDemuxer_SeekToTime(demuxer, toMs / 1000, SEEK_MODE_NEXT_SYNC);
1621 int64_t toMs = posTo * 40000;
1639 int64_t closestIdrPts = toMs;
[all...]

Completed in 3 milliseconds