Searched refs:GetResolutionDelta (Results 1 – 4 of 4) sorted by relevance
554 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
156 uint32_t GetResolutionDelta(uint32_t width, uint32_t height);
158 unsigned int GetResolutionDelta(unsigned int width, unsigned int height);
1178 unsigned int DashMpdDownloader::GetResolutionDelta(unsigned int width, unsigned int height) in GetResolutionDelta() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader1206 unsigned int choosedDelta = GetResolutionDelta(choosedStream->width_, choosedStream->height_); in IsNearToInitResolution()1207 unsigned int currentDelta = GetResolutionDelta(currentStream->width_, currentStream->height_); in IsNearToInitResolution()