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

Method getBitDepth

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

Source from the content-addressed store, hash-verified

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]; }
77 ptrdiff_t getStride(int component) const { return curPicture.stride[component]; }
78 uint8_t * getDataPrediction(int component) const

Callers 2

decodeFrameMethod · 0.80
copyImgToByteArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected