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

Method getFrameStartEndPos

YUViewLib/src/parser/ParserAnnexB.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141std::optional<pairUint64> ParserAnnexB::getFrameStartEndPos(FrameIndexCodingOrder idx)
142{
143 if (idx >= this->frameListCodingOrder.size())
144 return {};
145 this->updateFrameListDisplayOrder();
146 return this->frameListCodingOrder[idx].fileStartEndPos;
147}
148
149bool ParserAnnexB::parseAnnexBFile(std::unique_ptr<FileSourceAnnexBFile> &file, QWidget *mainWindow)
150{

Callers 1

loadRawDataMethod · 0.80

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected