HomeSort by relevance Sort by last modified time
    Searched refs:buf_count (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser.cpp 145 int buf_count = 0; local
152 buf_count++;
153 if (buf_count > nParams) {
154 buf_count = nParams;
162 if (buf_count < nParams) {
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.h 38 #define GST_XCAM_SRC_BUF_COUNT(src) ((GST_XCAM_SRC_CAST(src))->buf_count)
90 uint32_t buf_count; member in struct:_GstXCamSrc
gstxcamfilter.h 76 uint32_t buf_count; member in struct:_GstXCamFilter
gstxcamfilter.cpp 346 xcamfilter->buf_count = DEFAULT_PROP_BUFFERCOUNT;
391 xcamfilter->buf_count = g_value_get_int (value);
447 g_value_set_int (value, xcamfilter->buf_count);
501 if (xcamfilter->buf_count <= xcamfilter->delay_buf_num) {
504 xcamfilter->buf_count,
760 !buf_pool->reserve (xcamfilter->buf_count)) {
    [all...]
gstxcamsrc.cpp 586 xcamsrc->buf_count = DEFAULT_PROP_BUFFERCOUNT;
674 g_value_set_int (value, src->buf_count);
759 src->buf_count = g_value_get_int (value);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo.c 822 struct nv04_resource *buf_count = nv04_resource(info->indirect_params); local
831 (buf_count && buf_count->fence_wr &&
832 !nouveau_fence_signalled(buf_count->fence_wr))) {
848 if (buf_count)
860 if (buf_count)
881 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
883 if (buf_count)
884 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count->domain)
    [all...]
  /external/libxcam/xcore/
v4l2_device.h 82 bool set_buffer_count (uint32_t buf_count);
v4l2_device.cpp 130 V4l2Device::set_buffer_count (uint32_t buf_count)
136 _buf_count = buf_count;
  /frameworks/native/libs/binder/
ProcessState.cpp 197 ssize_t ProcessState::getKernelReferences(size_t buf_count, uintptr_t* buf)
210 uintptr_t* end = buf ? buf + buf_count : NULL;
  /system/libhwbinder/
ProcessState.cpp 189 ssize_t ProcessState::getKernelReferences(size_t buf_count, uintptr_t* buf) {
192 uintptr_t* end = buf ? buf + buf_count : NULL;
  /external/libxcam/tests/
test-cl-image.cpp 167 uint32_t buf_count = 0; local
538 ++buf_count;
541 XCAM_LOG_INFO ("processed %d buffers successfully", buf_count);
  /external/opencv/cv/include/
cv.hpp 122 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/cv/src/
cvfilter.cpp 349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
523 buf_count = 0;
552 for( i = 0; i < buf_count; i++ )
560 row_count = top_rows + buf_count;
580 for( bptr = row_count > 0 ?rows[count] : 0; buf_head != bptr && buf_count > 0; buf_count-- )
    [all...]
cvmorph.cpp 332 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
    [all...]
  /external/opencv/ml/src/
mltree.cpp 172 buf_count = data->buf_count; buf_size = data->buf_size;
263 buf_count = shared ? 3 : 2;
264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 ));
931 buf_count = buf_size = 0;
996 if( idx >= buf_count )
    [all...]
  /external/opencv/ml/include/
ml.h 796 int buf_count, buf_size; member in struct:CvDTreeTrainData
    [all...]

Completed in 863 milliseconds