MCPcopy Create free account
hub / github.com/IENT/YUView / getShortStreamDescription

Method getShortStreamDescription

YUViewLib/src/parser/ParserAnnexB.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50{
51
52QString ParserAnnexB::getShortStreamDescription(int) const
53{
54 QString info = "Video";
55 auto frameSize = this->getSequenceSizeSamples();
56 if (frameSize.isValid())
57 info += QString(" (%1x%2)").arg(frameSize.width).arg(frameSize.height);
58 return info;
59}
60
61bool ParserAnnexB::addFrameToList(int poc,
62 std::optional<pairUint64> fileStartEndPos,

Callers 1

updateStreamInfoMethod · 0.45

Calls 2

isValidMethod · 0.45

Tested by

no test coverage detected