Home
last modified time | relevance | path

Searched refs:effectProps (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example1/
H A Dbasics.cpp156 OfxPropertySetHandle effectProps; in DescribeAction() local
157 gImageEffectSuite->getPropertySet(descriptor, &effectProps); in DescribeAction()
160 gPropertySuite->propSetString(effectProps, kOfxPropLabel, 0, "OFX Basics Example"); in DescribeAction()
161 gPropertySuite->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in DescribeAction()
164 …gPropertySuite->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffec… in DescribeAction()
208 OfxPropertySetHandle effectProps; in CreateInstanceAction() local
209 gImageEffectSuite->getPropertySet(instance, &effectProps); in CreateInstanceAction()
215 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myString); in CreateInstanceAction()
225 OfxPropertySetHandle effectProps; in DestroyInstanceAction() local
226 gImageEffectSuite->getPropertySet(instance, &effectProps); in DestroyInstanceAction()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example1/
H A Dbasics.cpp156 OfxPropertySetHandle effectProps; in DescribeAction() local
157 gImageEffectSuite->getPropertySet(descriptor, &effectProps); in DescribeAction()
160 gPropertySuite->propSetString(effectProps, kOfxPropLabel, 0, "OFX Basics Example"); in DescribeAction()
161 gPropertySuite->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in DescribeAction()
164 …gPropertySuite->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffec… in DescribeAction()
208 OfxPropertySetHandle effectProps; in CreateInstanceAction() local
209 gImageEffectSuite->getPropertySet(instance, &effectProps); in CreateInstanceAction()
215 gPropertySuite->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myString); in CreateInstanceAction()
225 OfxPropertySetHandle effectProps; in DestroyInstanceAction() local
226 gImageEffectSuite->getPropertySet(instance, &effectProps); in DestroyInstanceAction()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenGL/
H A Dopengl.cpp125 OfxPropertySetHandle effectProps; in getMyInstanceData() local
126 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
130 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
154 OfxPropertySetHandle effectProps; in createInstance() local
155 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
166 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
178 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
563 OfxPropertySetHandle effectProps; in describe() local
564 gEffectHost->getPropertySet(effect, &effectProps); in describe()
579 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX OpenGL Example"); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenGL/
H A Dopengl.cpp125 OfxPropertySetHandle effectProps; in getMyInstanceData() local
126 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
130 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
154 OfxPropertySetHandle effectProps; in createInstance() local
155 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
166 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
178 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
563 OfxPropertySetHandle effectProps; in describe() local
564 gEffectHost->getPropertySet(effect, &effectProps); in describe()
579 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX OpenGL Example"); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp301 OfxPropertySetHandle effectProps; in FetchInstanceData() local
305 return FetchInstanceData(effectProps); in FetchInstanceData()
339 OfxPropertySetHandle effectProps; in DescribeAction() local
343 gPropertySuite->propSetString(effectProps, in DescribeAction()
347 gPropertySuite->propSetString(effectProps, in DescribeAction()
354 gPropertySuite->propSetString(effectProps, in DescribeAction()
359 gPropertySuite->propSetString(effectProps, in DescribeAction()
365 gPropertySuite->propSetString(effectProps, in DescribeAction()
369 gPropertySuite->propSetString(effectProps, in DescribeAction()
385 gPropertySuite->propSetInt(effectProps, in DescribeAction()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp301 OfxPropertySetHandle effectProps; in FetchInstanceData() local
305 return FetchInstanceData(effectProps); in FetchInstanceData()
339 OfxPropertySetHandle effectProps; in DescribeAction() local
343 gPropertySuite->propSetString(effectProps, in DescribeAction()
347 gPropertySuite->propSetString(effectProps, in DescribeAction()
354 gPropertySuite->propSetString(effectProps, in DescribeAction()
359 gPropertySuite->propSetString(effectProps, in DescribeAction()
365 gPropertySuite->propSetString(effectProps, in DescribeAction()
369 gPropertySuite->propSetString(effectProps, in DescribeAction()
385 gPropertySuite->propSetInt(effectProps, in DescribeAction()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example3/
H A Dgain.cpp138 OfxPropertySetHandle effectProps; in FetchInstanceData() local
142 return FetchInstanceData(effectProps); in FetchInstanceData()
176 OfxPropertySetHandle effectProps; in DescribeAction() local
180 gPropertySuite->propSetString(effectProps, in DescribeAction()
184 gPropertySuite->propSetString(effectProps, in DescribeAction()
190 gPropertySuite->propSetString(effectProps, in DescribeAction()
196 gPropertySuite->propSetString(effectProps, in DescribeAction()
200 gPropertySuite->propSetString(effectProps, in DescribeAction()
204 gPropertySuite->propSetString(effectProps, in DescribeAction()
216 gPropertySuite->propSetInt(effectProps, in DescribeAction()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example3/
H A Dgain.cpp138 OfxPropertySetHandle effectProps; in FetchInstanceData() local
142 return FetchInstanceData(effectProps); in FetchInstanceData()
176 OfxPropertySetHandle effectProps; in DescribeAction() local
180 gPropertySuite->propSetString(effectProps, in DescribeAction()
184 gPropertySuite->propSetString(effectProps, in DescribeAction()
190 gPropertySuite->propSetString(effectProps, in DescribeAction()
196 gPropertySuite->propSetString(effectProps, in DescribeAction()
200 gPropertySuite->propSetString(effectProps, in DescribeAction()
204 gPropertySuite->propSetString(effectProps, in DescribeAction()
216 gPropertySuite->propSetInt(effectProps, in DescribeAction()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Cuda/
H A Dcuda.cpp109 OfxPropertySetHandle effectProps; in getMyInstanceData() local
110 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
114 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
138 OfxPropertySetHandle effectProps; in createInstance() local
139 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
150 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
163 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
557 OfxPropertySetHandle effectProps; in describe() local
558 gEffectHost->getPropertySet(effect, &effectProps); in describe()
565 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Cuda/
H A Dcuda.cpp109 OfxPropertySetHandle effectProps; in getMyInstanceData() local
110 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
114 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
138 OfxPropertySetHandle effectProps; in createInstance() local
139 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
150 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
163 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
557 OfxPropertySetHandle effectProps; in describe() local
558 gEffectHost->getPropertySet(effect, &effectProps); in describe()
565 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/OpenCL/
H A Doclplugin.cpp113 OfxPropertySetHandle effectProps; in getMyInstanceData() local
114 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
118 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
142 OfxPropertySetHandle effectProps; in createInstance() local
143 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
154 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
167 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
604 OfxPropertySetHandle effectProps; in describe() local
605 gEffectHost->getPropertySet(effect, &effectProps); in describe()
612 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/OpenCL/
H A Doclplugin.cpp113 OfxPropertySetHandle effectProps; in getMyInstanceData() local
114 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
118 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
142 OfxPropertySetHandle effectProps; in createInstance() local
143 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
154 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
167 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
604 OfxPropertySetHandle effectProps; in describe() local
605 gEffectHost->getPropertySet(effect, &effectProps); in describe()
612 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/DepthConverter/
H A DdepthConverter.cpp106 OfxPropertySetHandle effectProps; in createInstance() local
107 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
481 OfxPropertySetHandle effectProps; in describeInContext() local
482 gEffectHost->getPropertySet(effect, &effectProps); in describeInContext()
483 gPropHost->propSetString(effectProps, kOfxImageEffectPropClipPreferencesSlaveParam, 0, "depth"); in describeInContext()
520 OfxPropertySetHandle effectProps; in describe() local
521 gEffectHost->getPropertySet(effect, &effectProps); in describe()
524 gPropHost->propSetInt(effectProps, kOfxImageEffectPluginPropFieldRenderTwiceAlways, 0, 0); in describe()
527 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
554 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Depth Converter"); in describe()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/DepthConverter/
H A DdepthConverter.cpp106 OfxPropertySetHandle effectProps; in createInstance() local
107 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
481 OfxPropertySetHandle effectProps; in describeInContext() local
482 gEffectHost->getPropertySet(effect, &effectProps); in describeInContext()
483 gPropHost->propSetString(effectProps, kOfxImageEffectPropClipPreferencesSlaveParam, 0, "depth"); in describeInContext()
520 OfxPropertySetHandle effectProps; in describe() local
521 gEffectHost->getPropertySet(effect, &effectProps); in describe()
524 gPropHost->propSetInt(effectProps, kOfxImageEffectPluginPropFieldRenderTwiceAlways, 0, 0); in describe()
527 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
554 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Depth Converter"); in describe()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example5/
H A Dcircle.cpp334 OfxPropertySetHandle effectProps; in FetchInstanceData() local
338 return FetchInstanceData(effectProps); in FetchInstanceData()
392 OfxPropertySetHandle effectProps; in DescribeAction() local
396 gPropertySuite->propSetString(effectProps, in DescribeAction()
400 gPropertySuite->propSetString(effectProps, in DescribeAction()
407 gPropertySuite->propSetString(effectProps, in DescribeAction()
413 gPropertySuite->propSetString(effectProps, in DescribeAction()
417 gPropertySuite->propSetString(effectProps, in DescribeAction()
421 gPropertySuite->propSetString(effectProps, in DescribeAction()
433 gPropertySuite->propSetInt(effectProps, in DescribeAction()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example5/
H A Dcircle.cpp334 OfxPropertySetHandle effectProps; in FetchInstanceData() local
338 return FetchInstanceData(effectProps); in FetchInstanceData()
392 OfxPropertySetHandle effectProps; in DescribeAction() local
396 gPropertySuite->propSetString(effectProps, in DescribeAction()
400 gPropertySuite->propSetString(effectProps, in DescribeAction()
407 gPropertySuite->propSetString(effectProps, in DescribeAction()
413 gPropertySuite->propSetString(effectProps, in DescribeAction()
417 gPropertySuite->propSetString(effectProps, in DescribeAction()
421 gPropertySuite->propSetString(effectProps, in DescribeAction()
433 gPropertySuite->propSetInt(effectProps, in DescribeAction()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example2/
H A Dinvert.cpp120 OfxPropertySetHandle effectProps; in DescribeAction() local
121 gImageEffectSuite->getPropertySet(descriptor, &effectProps); in DescribeAction()
124 gPropertySuite->propSetString(effectProps, in DescribeAction()
128 gPropertySuite->propSetString(effectProps, in DescribeAction()
134 gPropertySuite->propSetString(effectProps, in DescribeAction()
140 gPropertySuite->propSetString(effectProps, in DescribeAction()
144 gPropertySuite->propSetString(effectProps, in DescribeAction()
148 gPropertySuite->propSetString(effectProps, in DescribeAction()
154 gPropertySuite->propSetString(effectProps, in DescribeAction()
160 gPropertySuite->propSetInt(effectProps, in DescribeAction()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example2/
H A Dinvert.cpp120 OfxPropertySetHandle effectProps; in DescribeAction() local
121 gImageEffectSuite->getPropertySet(descriptor, &effectProps); in DescribeAction()
124 gPropertySuite->propSetString(effectProps, in DescribeAction()
128 gPropertySuite->propSetString(effectProps, in DescribeAction()
134 gPropertySuite->propSetString(effectProps, in DescribeAction()
140 gPropertySuite->propSetString(effectProps, in DescribeAction()
144 gPropertySuite->propSetString(effectProps, in DescribeAction()
148 gPropertySuite->propSetString(effectProps, in DescribeAction()
154 gPropertySuite->propSetString(effectProps, in DescribeAction()
160 gPropertySuite->propSetInt(effectProps, in DescribeAction()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Overlay/
H A Doverlay.cpp342 OfxPropertySetHandle effectProps; in describe() local
343 gEffectHost->getPropertySet(effect, &effectProps); in describe()
346 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 0, kOfxBitDepthByte… in describe()
347 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 1, kOfxBitDepthShor… in describe()
348 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 2, kOfxBitDepthFloa… in describe()
351 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Overlay Example"); in describe()
352 gPropHost->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in describe()
355 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffectCont… in describe()
358 …gPropHost->propSetPointer(effectProps, kOfxImageEffectPluginPropOverlayInteractV1, 0, (void *) ov… in describe()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Overlay/
H A Doverlay.cpp342 OfxPropertySetHandle effectProps; in describe() local
343 gEffectHost->getPropertySet(effect, &effectProps); in describe()
346 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 0, kOfxBitDepthByte… in describe()
347 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 1, kOfxBitDepthShor… in describe()
348 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 2, kOfxBitDepthFloa… in describe()
351 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Overlay Example"); in describe()
352 gPropHost->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in describe()
355 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffectCont… in describe()
358 …gPropHost->propSetPointer(effectProps, kOfxImageEffectPluginPropOverlayInteractV1, 0, (void *) ov… in describe()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Invert/
H A Dinvert.cpp204 OfxPropertySetHandle effectProps; in describe() local
205 gEffectHost->getPropertySet(effect, &effectProps); in describe()
208 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 0); in describe()
211 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 0, kOfxBitDepthByte… in describe()
214 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Invert Example"); in describe()
215 gPropHost->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in describe()
218 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffectCont… in describe()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Invert/
H A Dinvert.cpp204 OfxPropertySetHandle effectProps; in describe() local
205 gEffectHost->getPropertySet(effect, &effectProps); in describe()
208 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 0); in describe()
211 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 0, kOfxBitDepthByte… in describe()
214 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Invert Example"); in describe()
215 gPropHost->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in describe()
218 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffectCont… in describe()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Basic/
H A Dbasic.cpp111 OfxPropertySetHandle effectProps; in getMyInstanceData() local
112 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
116 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
190 OfxPropertySetHandle effectProps; in createInstance() local
191 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
202 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
224 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
928 OfxPropertySetHandle effectProps; in describe() local
929 gEffectHost->getPropertySet(effect, &effectProps); in describe()
936 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Basic/
H A Dbasic.cpp111 OfxPropertySetHandle effectProps; in getMyInstanceData() local
112 gEffectHost->getPropertySet(effect, &effectProps); in getMyInstanceData()
116 gPropHost->propGetPointer(effectProps, kOfxPropInstanceData, 0, in getMyInstanceData()
190 OfxPropertySetHandle effectProps; in createInstance() local
191 gEffectHost->getPropertySet(effect, &effectProps); in createInstance()
202 gPropHost->propGetString(effectProps, kOfxImageEffectPropContext, 0, &context); in createInstance()
224 gPropHost->propSetPointer(effectProps, kOfxPropInstanceData, 0, (void *) myData); in createInstance()
928 OfxPropertySetHandle effectProps; in describe() local
929 gEffectHost->getPropertySet(effect, &effectProps); in describe()
936 gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsMultipleClipDepths, 0, 1); in describe()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Custom/
H A Dcustom.cpp480 OfxPropertySetHandle effectProps; in describe() local
481 gEffectHost->getPropertySet(effect, &effectProps); in describe()
484 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 0, kOfxBitDepthByte… in describe()
485 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 1, kOfxBitDepthShor… in describe()
486 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedPixelDepths, 2, kOfxBitDepthFloa… in describe()
489 gPropHost->propSetString(effectProps, kOfxPropLabel, 0, "OFX Custom Param Example"); in describe()
490 gPropHost->propSetString(effectProps, kOfxImageEffectPluginPropGrouping, 0, "OFX Example"); in describe()
493 …gPropHost->propSetString(effectProps, kOfxImageEffectPropSupportedContexts, 0, kOfxImageEffectCont… in describe()
496 …gPropHost->propSetPointer(effectProps, kOfxImageEffectPluginPropOverlayInteractV1, 0, (void *) ov… in describe()

123