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

Method getFrameSize

YUViewLib/src/ffmpeg/AVStreamWrapper.cpp:298–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298Size AVStreamWrapper::getFrameSize()
299{
300 this->update();
301 if (this->libVer.avformat.major <= 56 || !this->codecpar)
302 return this->codec.getSize();
303 return this->codecpar.getSize();
304}
305
306AVColorSpace AVStreamWrapper::getColorspace()
307{

Callers 15

getSizeMethod · 0.45
drawItemMethod · 0.45
getSizeMethod · 0.45
slotButtonSARWidthMethod · 0.45
slotButtonSARHeightMethod · 0.45
getInfoMethod · 0.45
getSizeMethod · 0.45
getInfoMethod · 0.45
getInfoMethod · 0.45
getSizeMethod · 0.45

Calls 2

updateMethod · 0.95
getSizeMethod · 0.45

Tested by 2

testVTMBMSParsingMethod · 0.36
testCSVFileParsing1Method · 0.36