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

Method getPicture

YUViewLib/src/decoder/decoderDav1d.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 void clear() { memset(&curPicture, 0, sizeof(Dav1dPicture)); }
72 Size getFrameSize() const { return Size({curPicture.p.w, curPicture.p.h}); }
73 Dav1dPicture * getPicture() const { return (Dav1dPicture *)(&curPicture); }
74 video::yuv::Subsampling getSubsampling() const;
75 int getBitDepth() const { return curPicture.p.bpc; }
76 uint8_t * getData(int component) const { return (uint8_t *)curPicture.data[component]; }

Callers 1

decodeFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected