Searched defs:buf_count (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp225 int buf_count = 0; local
231 buf_count ++;
232 if (buf_count > nParams) {
233 buf_count = nParams;
241 if (buf_count < nParams) {
/external/opencv/cv/include/
H A Dcv.hpp122 the method initializes ring buffer (buf_end, buf_head, buf_tail, buf_count, rows),
147 int buf_size, buf_step, buf_count, buf_max_count; member in class:CvBaseImageFilter
/external/opencv/ml/include/
H A Dml.h796 int buf_count, buf_size; member in struct:CvDTreeTrainData

Completed in 619 milliseconds