Home
last modified time | relevance | path

Searched refs:customSAR (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/Test/
H A DTestGroups.cpp895 DoubleParamDescriptor* customSAR = desc.defineDoubleParam( "kParamCustomSAR" ); in describeInContext() local
896 customSAR->setLabel( "Custom SAR" ); in describeInContext()
897 customSAR->setDefault( 1.0 ); in describeInContext()
898 customSAR->setRange( 0., 10. ); in describeInContext()
899 customSAR->setDisplayRange( 0., 3. ); in describeInContext()
900customSAR->setHint( "Choose a custom value to override the file SAR (Storage Aspect Ratio). Maximu… in describeInContext()
901 customSAR->setParent( *videoGroup ); in describeInContext()