| 5583 | } |
| 5584 | |
| 5585 | int |
| 5586 | EffectInstance::getMetadataNComps(int inputNb) const |
| 5587 | { |
| 5588 | QMutexLocker k(&_imp->metadataMutex); |
| 5589 | return _imp->metadata.getNComps(inputNb); |
| 5590 | } |
| 5591 | |
| 5592 | ImageBitDepthEnum |
| 5593 | EffectInstance::getBitDepth(int inputNb) const |
no test coverage detected