| 5509 | } |
| 5510 | |
| 5511 | int |
| 5512 | EffectInstance::getMetadataNComps(int inputNb) const |
| 5513 | { |
| 5514 | QMutexLocker k(&_imp->metadataMutex); |
| 5515 | return _imp->metadata.getNComps(inputNb); |
| 5516 | } |
| 5517 | |
| 5518 | ImageBitDepthEnum |
| 5519 | EffectInstance::getBitDepth(int inputNb) const |
no test coverage detected