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

Method addConstantBufferLine

YUViewLib/src/parser/AVC/HRD.cpp:436–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void HRD::addConstantBufferLine(int poc, time_t t_begin, time_t t_end, HRDPlotModel *plotModel)
437{
438 HRDPlotModel::HRDEntry entry;
439 entry.type = HRDPlotModel::HRDEntry::EntryType::Adding;
440 entry.cbp_fullness_start = this->decodingBufferLevel;
441 entry.cbp_fullness_end = this->decodingBufferLevel;
442 entry.time_offset_start = t_begin;
443 entry.time_offset_end = t_end;
444 entry.poc = poc;
445 plotModel->addHRDEntry(entry);
446}
447
448} // namespace parser::avc

Callers 2

addAUMethod · 0.95
endOfFileMethod · 0.95

Calls 1

addHRDEntryMethod · 0.80

Tested by

no test coverage detected