Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw++/
H A Diw_core.hpp513 if(!this->m_pIppVersion) in IppVersion()
519 return this->m_pIppVersion->major; in getMajor()
524 return this->m_pIppVersion->minor; in getMinor()
529 return this->m_pIppVersion->majorBuild; in getUpdate()
534 return this->m_pIppVersion->build; in getRevision()
539 return this->m_pIppVersion->Version; in getString()
544 return this->m_pIppVersion->Name; in getLibraryName()
549 return this->m_pIppVersion->targetCpu; in getTargetCpu()
554 return this->m_pIppVersion->BuildDate; in getBuildDate()
569 if(!this->m_pIppVersion) in IwVersion()
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw/
H A Diw_core.h298 …const IppLibraryVersion *m_pIppVersion; // Pointer to version structure with version of linked I… member
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_core.c307 pVersion->m_pIppVersion = ippiGetLibVersion(); in iwGetLibVersion()