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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_simple_parser.cpp144 int buf_count = 0; local
151 buf_count++;
152 if (buf_count > nParams) {
153 buf_count = nParams;
161 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 388 milliseconds