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

Method getSubsampling

YUViewLib/src/decoder/decoderDav1d.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90} // namespace
91
92Subsampling Dav1dPictureWrapper::getSubsampling() const
93{
94 return convertFromInternalSubsampling(curPicture.p.layout);
95}
96
97dav1dFrameInfo::dav1dFrameInfo(Size frameSize, Dav1dFrameType frameType)
98 : frameSize(frameSize), frameType(frameType)

Callers 9

decodeFrameMethod · 0.45
copyImgToByteArrayMethod · 0.45
decodeFrameMethod · 0.45
parseY4MFileMethod · 0.45

Calls 1

Tested by 1