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

Method getRawFormat

YUViewLib/src/ffmpeg/AVPixFmtDescriptorWrapper.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243video::RawFormat AVPixFmtDescriptorWrapper::getRawFormat() const
244{
245 return this->flags.rgb ? video::RawFormat::RGB : video::RawFormat::YUV;
246}
247
248PixelFormatYUV AVPixFmtDescriptorWrapper::getPixelFormatYUV() const
249{

Callers 2

getPixelFormatYUVMethod · 0.95
getRGBPixelFormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected