| 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 |
no outgoing calls
no test coverage detected