| 5479 | } // EffectInstance::getDefaultMetadata |
| 5480 | |
| 5481 | RectI |
| 5482 | EffectInstance::getOutputFormat() const |
| 5483 | { |
| 5484 | QMutexLocker k(&_imp->metadataMutex); |
| 5485 | return _imp->metadata.getOutputFormat(); |
| 5486 | } |
| 5487 | |
| 5488 | void |
| 5489 | EffectInstance::getMetadataComponents(int inputNb, ImagePlaneDesc* plane, ImagePlaneDesc* pairedPlane) const |
no outgoing calls
no test coverage detected