HomeSort by relevance Sort by last modified time
    Searched full:total_buf_sz (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvfilter.cpp 132 int total_buf_sz, src_pix_sz, row_tab_sz, bsz; local
180 total_buf_sz = buf_size + row_tab_sz + bsz;
182 CV_CALL( ptr = buffer = (uchar*)cvAlloc( total_buf_sz ));
    [all...]

Completed in 39 milliseconds