Home
last modified time | relevance | path

Searched refs:CheckFrameRateValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_picture_player_test.cpp61 EXPECT_EQ(player->CheckFrameRateValid(frameRate), false);
74 EXPECT_EQ(player->CheckFrameRateValid(frameRate), true);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp103 if (CheckFrameRateValid(frameConfig.frameRate)) { in ReadPicZipFile()
121 bool BootPicturePlayer::CheckFrameRateValid(int32_t frameRate) in CheckFrameRateValid() function in OHOS::BootPicturePlayer
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h39 bool CheckFrameRateValid(int32_t frameRate);