HomeSort by relevance Sort by last modified time
    Searched refs:purePropIdx (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 560 int purePropIdx = propIdx & ~CV_CAP_INTELPERC_GENERATORS_MASK;
563 propValue = m_imageStream.getProperty(purePropIdx);
567 propValue = m_depthStream.getProperty(purePropIdx);
571 propValue = m_depthStream.getProperty(purePropIdx);
578 int purePropIdx = propIdx & ~CV_CAP_INTELPERC_GENERATORS_MASK;
581 isSet = m_imageStream.setProperty(purePropIdx, propVal);
585 isSet = m_depthStream.setProperty(purePropIdx, propVal);
589 isSet = m_depthStream.setProperty(purePropIdx, propVal);
cap_openni2.cpp 404 int purePropIdx = propIdx & ~CV_CAP_OPENNI_GENERATORS_MASK;
408 propValue = getImageGeneratorProperty( purePropIdx );
412 propValue = getDepthGeneratorProperty( purePropIdx );
416 propValue = getCommonProperty( purePropIdx );
428 int purePropIdx = propIdx & ~CV_CAP_OPENNI_GENERATORS_MASK;
432 isSet = setImageGeneratorProperty( purePropIdx, propValue );
436 isSet = setDepthGeneratorProperty( purePropIdx, propValue );
440 isSet = setCommonProperty( purePropIdx, propValue );
cap_openni.cpp 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 );
    [all...]

Completed in 172 milliseconds