Searched refs:toPts (Results 1 - 3 of 3) sorted by relevance
| /foundation/multimedia/av_codec/test/unittest/demuxer_test/ |
| H A D | demuxer_hevc_unit_test.cpp | 466 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F() 468 ret_ = demuxer_->SeekToTime(*toPts, *mode); in HWTEST_F() 470 printf("seek failed, time = %" PRId64 " | ret = %d\n", *toPts, ret_); in HWTEST_F() 474 printf("time = %" PRId64 " | frames_[0]=%d | kFrames[0]=%d\n", *toPts, frames_[0], keyFrames_[0]); in HWTEST_F() 503 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F() 505 ret_ = demuxer_->SeekToTime(*toPts, *mod in HWTEST_F() [all...] |
| H A D | demuxer_uri_unit_test.cpp | 592 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F() 594 ret_ = demuxer_->SeekToTime(*toPts, *mode); in HWTEST_F() 596 printf("seek failed, time = %" PRId64 " | ret = %d\n", *toPts, ret_); in HWTEST_F() 600 printf("time = %" PRId64 " | frames_[0]=%d | kFrames[0]=%d\n", *toPts, frames_[0], keyFrames_[0]); in HWTEST_F() 601 printf("time = %" PRId64 " | frames_[1]=%d | kFrames[1]=%d\n", *toPts, frames_[1], keyFrames_[1]); in HWTEST_F() 623 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts in HWTEST_F() [all...] |
| H A D | demuxer_unit_test.cpp | 942 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F() 944 ret_ = demuxer_->SeekToTime(*toPts, *mode); in HWTEST_F() 946 printf("seek failed, time = %" PRId64 " | ret = %d\n", *toPts, ret_); in HWTEST_F() 950 printf("time = %" PRId64 " | frames_[0]=%d | kFrames[0]=%d\n", *toPts, frames_[0], keyFrames_[0]); in HWTEST_F() 951 printf("time = %" PRId64 " | frames_[1]=%d | kFrames[1]=%d\n", *toPts, frames_[1], keyFrames_[1]); in HWTEST_F() 975 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts in HWTEST_F() [all...] |
Completed in 4 milliseconds