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