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

  /external/opencv/cvaux/src/
cvfacedetection.cpp 432 m_pPrev = this;
439 m_pPrev = pHead->m_pPrev;
440 pHead->m_pPrev->m_pNext = this;
441 pHead->m_pPrev = this;
451 m_pNext->m_pPrev = m_pPrev;
452 m_pPrev->m_pNext = m_pNext;
_cvfacedetection.h 306 ListElem * m_pPrev;

Completed in 95 milliseconds