Home
last modified time | relevance | path

Searched refs:CheckTimeEquality (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_3.h51 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in FIXTURE()
132 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
198 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
217 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
237 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
324 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
328 EXPECT_TRUE(CheckTimeEquality(PREV_FRAME_TIME, currentMS)); in FIXTURE()
332 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
373 EXPECT_TRUE(CheckTimeEquality(realSeekTime, currentMS)); in FIXTURE()
H A Dtest_single_player_fast.h33 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in FIXTURE()
123 ASSERT_TRUE(CheckTimeEquality(expectDuration, duration)); in FIXTURE()
139 ASSERT_TRUE(CheckTimeEquality(2000, currentMS)); in FIXTURE()
156 EXPECT_TRUE(CheckTimeEquality(seekPos, currentMS)); in FIXTURE()
176 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in FIXTURE()
195 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in FIXTURE()
281 ASSERT_TRUE(CheckTimeEquality(expectDuration, duration)); in FIXTURE()
H A Dtest_single_video_player_fast_2.h51 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in FIXTURE()
137 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
267 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
409 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
H A Dtest_single_video_player_fast_1.h51 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in FIXTURE()
221 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
350 EXPECT_TRUE(CheckTimeEquality(NEXT_FRAME_TIME, currentMS)); in FIXTURE()
H A Dtest_single_3da_player_fast.h27 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in FIXTURE()
277 ASSERT_TRUE(CheckTimeEquality(3010, durationMs)); // 3010---duration of audio in FIXTURE()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp45 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in CheckTimeEquality() function
87 ASSERT_TRUE(CheckTimeEquality(expectDuration, duration)); in TestSinglePlayerGetDuration()
102 ASSERT_TRUE(CheckTimeEquality(1000, currentMS)); // 1000 MS in TestSinglePlayerGetCurrentTime()
118 EXPECT_TRUE(CheckTimeEquality(seekPos, currentMS)); in TestSinglePlayerSeek()
137 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in TestSinglePlayerSeekPause()
155 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in TestSinglePlayerPauseSeek()
201 ASSERT_TRUE(CheckTimeEquality(expectDuration, duration)); in TestSinglePlayerSeekNearEnd()