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

  /external/opencv/cvaux/src/
cvcorrimages.cpp 194 CvMat* pStatus = 0;
397 CV_CALL( pStatus = cvCreateMat(1,totalCorns,CV_32F) );
399 int num = cvFindFundamentalMat(tmpPoints1,tmpPoints2,&fundMatr,CV_FM_RANSAC,threshold,0.99,pStatus);
408 if( cvmGet(pStatus,0,curr) == 0 )
430 cvReleaseMat( &pStatus );
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 36 *! 23-Apr-2001 jeh Added pStatus to NODE_TERMINATE args.
299 DSP_STATUS *pStatus;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 36 *! 23-Apr-2001 jeh Added pStatus to NODE_TERMINATE args.
299 DSP_STATUS *pStatus;

Completed in 76 milliseconds