Searched refs:SetInitResolution (Results 1 – 8 of 8) sorted by relevance
56 void SetInitResolution(uint32_t width, uint32_t height) override;
65 virtual void SetInitResolution(uint32_t width, uint32_t height) = 0;
379 void HlsPlayListDownloader::SetInitResolution(uint32_t width, uint32_t height) in SetInitResolution() function in OHOS::Media::Plugins::HttpPlugin::HlsPlayListDownloader
1717 playlistDownloader_->SetInitResolution(playStrategy->width, playStrategy->height); in SetPlayStrategy()
54 g_mpdDownloader->SetInitResolution(INIT_WIDTH, INIT_HEIGHT); in SetUpTestCase()
139 void SetInitResolution(unsigned int width, unsigned int height);
342 mpdDownloader_->SetInitResolution(playStrategy->width, playStrategy->height); in SetPlayStrategy()
490 void DashMpdDownloader::SetInitResolution(unsigned int width, unsigned int height) in SetInitResolution() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader