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

  /external/opencv/cvaux/src/
cvmorphing.cpp 286 int *dst_num, /* numbers of pixel in output line */
314 dst_num == 0 ||
334 &(second_corr[currSecondCorr]), dst_num[currLine] * 3 );
342 currDstPix += dst_num[currLine] * 3;
367 int *dst_num, /* numbers of pixel in output line */
386 dst_num, /* numbers of pixel in output line */
cvlines.cpp 46 uchar * dst, int *dst_num, CvSize src_size, CvPoint start, CvPoint end )
76 if( dst_num )
78 if( *dst_num <= dx )
80 *dst_num = dx + 1;
99 if( dst_num )
101 if( *dst_num <= dy )
103 *dst_num = dy + 1;
_cvvm.h 109 uchar* dst, int* dst_num,
  /system/update_engine/scripts/update_payload/
checker.py 765 src_idx = src_num = dst_idx = dst_num = 0
785 dst_num = dst_extent.num_blocks
800 advance = min(src_num, dst_num)
809 dst_num -= advance
810 if dst_num == 0:
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 201 int dst_num
210 for (i = 0; i < dst_num; i++) {
    [all...]

Completed in 379 milliseconds