Searched refs:bufferBytes (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp87 int pyrBytes, bufferBytes = 0, elem_size; local
144 bufferBytes = (int)((level1 >= 0) * ((pyrA->data.ptr == 0) +
149 CV_CALL( *buffer = (uchar *)cvAlloc( bufferBytes ));
292 int bufferBytes = 0; local
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount;
418 CV_CALL( buffer = (uchar*)cvAlloc( bufferBytes ));
681 int bufferBytes = 0; local
770 bufferBytes = (srcPatchLen + patchLen*3)*sizeof(patchI[0]) + (36*2 + 6)*sizeof(double);
772 CV_CALL( buffer = (uchar*)cvAlloc(bufferBytes));

Completed in 30 milliseconds