Home
last modified time | relevance | path

Searched refs:isLive (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp153 bool isLive = downloader.IsLive(); variable
154 EXPECT_FALSE(isLive);
H A Dm3u8_unit_test.cpp47 bool isLive = testM3u8->IsLive(); variable
49 EXPECT_EQ(isLive, false);
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp661 ErrorCode WallpaperManager::CheckWallpaperFormat(const std::string &realPath, bool isLive, long &le… in CheckWallpaperFormat() argument
663 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()
677 if (length <= 0 || (isLive && length > MAX_VIDEO_SIZE) || fend != 0 || fset != 0) { in CheckWallpaperFormat()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h191 ErrorCode CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length);