Home
last modified time | relevance | path

Searched refs:handleStreamingUpdate (Results 1 – 16 of 16) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/attach/
H A Dattach_item_single_media_preview.cpp140 handleStreamingUpdate(std::move(update)); in setupStreamedPreview()
151 void ItemSingleMediaPreview::handleStreamingUpdate(Update &&update) { in handleStreamingUpdate() function in Ui::ItemSingleMediaPreview
H A Dattach_item_single_media_preview.h51 void handleStreamingUpdate(::Media::Streaming::Update &&update);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_photo.h129 void handleStreamingUpdate(::Media::Streaming::Update &&update);
H A Dhistory_view_gif.h143 void handleStreamingUpdate(::Media::Streaming::Update &&update);
H A Dhistory_view_photo.cpp692 handleStreamingUpdate(std::move(update)); in createStreamingObjects()
718 void Photo::handleStreamingUpdate(::Media::Streaming::Update &&update) { in handleStreamingUpdate() function in HistoryView::Photo
H A Dhistory_view_gif.cpp1412 handleStreamingUpdate(std::move(update)); in createStreamedPlayer()
1458 void Gif::handleStreamingUpdate(::Media::Streaming::Update &&update) { in handleStreamingUpdate() function in HistoryView::Gif
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/
H A Dspecial_buttons.h133 void handleStreamingUpdate(Media::Streaming::Update &&update);
H A Dspecial_buttons.cpp474 handleStreamingUpdate(std::move(update)); in createStreamingObjects()
493 void UserpicButton::handleStreamingUpdate(Media::Streaming::Update &&update) { in handleStreamingUpdate() function in Ui::UserpicButton
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dpeer_short_info_box.h91 void handleStreamingUpdate(Media::Streaming::Update &&update);
H A Dpeer_short_info_box.cpp445 handleStreamingUpdate(std::move(update)); in applyUserpic()
510 void PeerShortInfoCover::handleStreamingUpdate( in handleStreamingUpdate() function in PeerShortInfoCover
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_pip.h185 void handleStreamingUpdate(Streaming::Update &&update);
H A Dmedia_view_overlay_widget.h308 void handleStreamingUpdate(Streaming::Update &&update);
H A Dmedia_view_pip.cpp1253 handleStreamingUpdate(std::move(update)); in setupStreaming()
1483 void Pip::handleStreamingUpdate(Streaming::Update &&update) { in handleStreamingUpdate() function in Media::View::Pip
H A Dmedia_view_overlay_widget.cpp2575 handleStreamingUpdate(std::move(update)); in initStreaming()
2758 void OverlayWidget::handleStreamingUpdate(Streaming::Update &&update) { in handleStreamingUpdate() function in Media::View::OverlayWidget
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/player/
H A Dmedia_player_instance.h236 void handleStreamingUpdate(
H A Dmedia_player_instance.cpp504 handleStreamingUpdate(data, std::move(update)); in playStreamed()
794 void Instance::handleStreamingUpdate( in handleStreamingUpdate() function in Media::Player::Instance