Home
last modified time | relevance | path

Searched refs:CorrectByAspect (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ffmpeg/
H A Dffmpeg_utility.h177 [[nodiscard]] QSize CorrectByAspect(QSize size, AVRational aspect);
H A Dffmpeg_utility.cpp347 QSize CorrectByAspect(QSize size, AVRational aspect) { in CorrectByAspect() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/streaming/
H A Dmedia_streaming_video_track.cpp653 data.size = FFmpeg::CorrectByAspect( in callReady()