Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp554 uint32_t choosedDelta = GetResolutionDelta(choosedStream->width_, choosedStream->height_); in IsNearToInitResolution()
555 uint32_t currentDelta = GetResolutionDelta(currentStream->width_, currentStream->height_); in IsNearToInitResolution()
560 uint32_t M3U8MasterPlaylist::GetResolutionDelta(uint32_t width, uint32_t height) in GetResolutionDelta() function in OHOS::Media::Plugins::HttpPlugin::M3U8MasterPlaylist
H A Dm3u8.h156 uint32_t GetResolutionDelta(uint32_t width, uint32_t height);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h158 unsigned int GetResolutionDelta(unsigned int width, unsigned int height);
H A Ddash_mpd_downloader.cpp1178 unsigned int DashMpdDownloader::GetResolutionDelta(unsigned int width, unsigned int height) in GetResolutionDelta() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
1206 unsigned int choosedDelta = GetResolutionDelta(choosedStream->width_, choosedStream->height_); in IsNearToInitResolution()
1207 unsigned int currentDelta = GetResolutionDelta(currentStream->width_, currentStream->height_); in IsNearToInitResolution()