| 115 | video::yuv::PixelFormatYUV getPixelFormatYUV() const { return this->formatYUV; } |
| 116 | video::rgb::PixelFormatRGB getRGBPixelFormat() const { return this->formatRGB; } |
| 117 | Size getFrameSize() const { return this->frameSize; } |
| 118 | // Push data to the decoder (until no more data is needed) |
| 119 | // In order to make the interface generic, the pushData function accepts data only without start |
| 120 | // codes |
no outgoing calls
no test coverage detected