Home
last modified time | relevance | path

Searched refs:buf_count (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser.cpp145 int buf_count = 0; in FindTagParamFromStart() local
152 buf_count++; in FindTagParamFromStart()
153 if (buf_count > nParams) { in FindTagParamFromStart()
154 buf_count = nParams; in FindTagParamFromStart()
162 if (buf_count < nParams) { in FindTagParamFromStart()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c803 struct nv04_resource *buf_count = nv04_resource(info->indirect->indirect_draw_count); in nvc0_draw_indirect() local
812 (buf_count && buf_count->fence_wr && in nvc0_draw_indirect()
813 !nouveau_fence_signalled(buf_count->fence_wr))) { in nvc0_draw_indirect()
829 if (buf_count) in nvc0_draw_indirect()
841 if (buf_count) in nvc0_draw_indirect()
862 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count); in nvc0_draw_indirect()
864 if (buf_count) in nvc0_draw_indirect()
865 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count->domain); in nvc0_draw_indirect()
867 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size)); in nvc0_draw_indirect()
871 if (buf_count) { in nvc0_draw_indirect()
[all …]
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.h38 #define GST_XCAM_SRC_BUF_COUNT(src) ((GST_XCAM_SRC_CAST(src))->buf_count)
90 uint32_t buf_count; member
Dgstxcamfilter.cpp346 xcamfilter->buf_count = DEFAULT_PROP_BUFFERCOUNT; in gst_xcam_filter_init()
391 xcamfilter->buf_count = g_value_get_int (value); in gst_xcam_filter_set_property()
447 g_value_set_int (value, xcamfilter->buf_count); in gst_xcam_filter_get_property()
501 if (xcamfilter->buf_count <= xcamfilter->delay_buf_num) { in gst_xcam_filter_start()
504 xcamfilter->buf_count, in gst_xcam_filter_start()
760 !buf_pool->reserve (xcamfilter->buf_count)) { in gst_xcam_filter_set_caps()
940 if (xcamfilter->cached_buf_num > xcamfilter->buf_count) in gst_xcam_filter_prepare_output_buffer()
Dgstxcamfilter.h76 uint32_t buf_count; member
Dgstxcamsrc.cpp586 xcamsrc->buf_count = DEFAULT_PROP_BUFFERCOUNT; in gst_xcam_src_init()
674 g_value_set_int (value, src->buf_count); in gst_xcam_src_get_property()
759 src->buf_count = g_value_get_int (value); in gst_xcam_src_set_property()
958 capture_device->set_buffer_count (xcamsrc->buf_count); in gst_xcam_src_start()
/external/u-boot/drivers/mtd/nand/
Dpxa3xx_nand.c173 unsigned int buf_count; member
690 info->buf_count = 0; in prepare_start_command()
724 info->buf_count = mtd->writesize + mtd->oobsize; in prepare_start_command()
725 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
845 info->buf_count = 256; in prepare_set_command()
856 info->buf_count = host->read_id_bytes; in prepare_set_command()
865 info->buf_count = 1; in prepare_set_command()
1132 if (info->buf_start < info->buf_count) in pxa3xx_nand_read_byte()
1146 if (!(info->buf_start & 0x01) && info->buf_start < info->buf_count) { in pxa3xx_nand_read_word()
1158 int real_len = min_t(size_t, len, info->buf_count - info->buf_start); in pxa3xx_nand_read_buf()
[all …]
/external/libxcam/tests/
Dtest-cl-image.cpp167 uint32_t buf_count = 0; in main() local
538 ++buf_count; in main()
541 XCAM_LOG_INFO ("processed %d buffers successfully", buf_count); in main()
/external/libxcam/xcore/
Dv4l2_device.h82 bool set_buffer_count (uint32_t buf_count);
Dv4l2_device.cpp130 V4l2Device::set_buffer_count (uint32_t buf_count) in set_buffer_count() argument
136 _buf_count = buf_count; in set_buffer_count()