Home | History | Annotate | Download | only in src

Lines Matching refs:purePropIdx

780         int purePropIdx = propIdx & ~CV_CAP_OPENNI_GENERATORS_MASK;
784 propValue = getImageGeneratorProperty( purePropIdx );
788 propValue = getDepthGeneratorProperty( purePropIdx );
792 propValue = getCommonProperty( purePropIdx );
804 int purePropIdx = propIdx & ~CV_CAP_OPENNI_GENERATORS_MASK;
808 isSet = setImageGeneratorProperty( purePropIdx, propValue );
812 isSet = setDepthGeneratorProperty( purePropIdx, propValue );
816 isSet = setCommonProperty( purePropIdx, propValue );