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

Method getFrameSize

YUViewLib/src/decoder/decoderBase.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

decodeFrameMethod · 0.45
getRawFrameDataMethod · 0.45
copyImgToByteArrayMethod · 0.45
cacheStatisticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected