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

Method getRGBPixelFormat

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

Source from the content-addressed store, hash-verified

114 video::RawFormat getRawFormat() const { return this->rawFormat; }
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

Callers 2

copyCurImageToBufferMethod · 0.45
createDecoderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected