Searched refs:buf_count (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 225 int buf_count = 0; in FindTagParam() local 231 buf_count ++; in FindTagParam() 232 if (buf_count > nParams) { in FindTagParam() 233 buf_count = nParams; in FindTagParam() 241 if (buf_count < nParams) { in FindTagParam()
|
/external/opencv/cv/include/ |
D | cv.hpp | 147 int buf_size, buf_step, buf_count, buf_max_count; member in CvBaseImageFilter
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step ) in fill_cyclic_buffer() 523 buf_count = 0; in process() 552 for( i = 0; i < buf_count; i++ ) in process() 560 row_count = top_rows + buf_count; in process() 580 … for( bptr = row_count > 0 ?rows[count] : 0; buf_head != bptr && buf_count > 0; buf_count-- ) in process()
|
D | cvmorph.cpp | 332 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step ) in fill_cyclic_buffer()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 172 buf_count = data->buf_count; buf_size = data->buf_size; in CV_IMPLEMENT_QSORT_EX() 263 buf_count = shared ? 3 : 2; in CV_IMPLEMENT_QSORT_EX() 264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 )); in CV_IMPLEMENT_QSORT_EX() 931 buf_count = buf_size = 0; in clear() 996 if( idx >= buf_count ) in get_child_buf_idx()
|
/external/opencv/ml/include/ |
D | ml.h | 796 int buf_count, buf_size; member
|