/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2allocator.c | 232 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_memory_group_free() 258 group->n_mem = group->buffer.length = format->fmt.pix_mp.num_planes; in gst_v4l2_memory_group_new() 261 group->n_mem = 1; in gst_v4l2_memory_group_new() 280 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_memory_group_new() 309 GST_LOG_OBJECT (allocator, " planes: %d", group->n_mem); in gst_v4l2_memory_group_new() 314 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_memory_group_new() 600 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_allocator_reset_size() 615 for (i = 0; i < group->n_mem; i++) in _cleanup_failed_alloc() 838 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_allocator_alloc_mmap() 894 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_allocator_alloc_dmabuf() [all …]
|
D | gstv4l2allocator.h | 88 gint n_mem; member 144 gint n_mem, GstMemory ** dma_mem);
|
D | gstv4l2bufferpool.c | 90 if (group->n_mem != gst_buffer_n_memory (buffer)) in gst_v4l2_is_buffer_valid() 93 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_is_buffer_valid() 331 guint n_mem = gst_buffer_n_memory (src); in gst_v4l2_buffer_pool_import_dmabuf() local 339 if (n_mem > GST_VIDEO_MAX_PLANES) in gst_v4l2_buffer_pool_import_dmabuf() 342 for (i = 0; i < n_mem; i++) in gst_v4l2_buffer_pool_import_dmabuf() 345 if (!gst_v4l2_allocator_import_dmabuf (pool->vallocator, group, n_mem, in gst_v4l2_buffer_pool_import_dmabuf() 459 for (i = 0; i < group->n_mem; i++) in gst_v4l2_buffer_pool_alloc_buffer() 1254 for (i = 0; i < group->n_mem; i++) { in gst_v4l2_buffer_pool_dqbuf()
|
D | gstv4l2object.c | 4638 guint n_mem = gst_buffer_n_memory (buffer); in gst_v4l2_object_try_import() local 4761 if (n_mem != 1 && n_mem != obj->n_v4l2_planes) { in gst_v4l2_object_try_import() 4763 "buffers contains %u memory", obj->n_v4l2_planes, n_mem); in gst_v4l2_object_try_import() 4771 for (i = 0; i < n_mem; i++) { in gst_v4l2_object_try_import()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 312 guint8 n_mem; in gst_fd_sink_render() local 316 n_mem = gst_buffer_n_memory (buffer); in gst_fd_sink_render() 318 if (n_mem > 0) in gst_fd_sink_render() 319 flow = gst_fd_sink_render_buffers (sink, &buffer, 1, &n_mem, n_mem); in gst_fd_sink_render()
|
D | gstfilesink.c | 813 guint8 n_mem; in gst_file_sink_render() local 820 n_mem = gst_buffer_n_memory (buffer); in gst_file_sink_render() 822 if (n_mem > 0 && (sync_after || !filesink->buffer)) { in gst_file_sink_render() 826 gst_file_sink_render_buffers (filesink, &buffer, 1, &n_mem, n_mem, in gst_file_sink_render() 828 } else if (n_mem > 0) { in gst_file_sink_render()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 494 guint n_mem; member 616 guint n_mem; in _dma_buf_upload_accept() local 622 n_mem = gst_buffer_n_memory (buffer); in _dma_buf_upload_accept() 639 if (n_mem > n_planes) in _dma_buf_upload_accept() 695 dmabuf->n_mem = 1; in _dma_buf_upload_accept() 697 dmabuf->n_mem = n_planes; in _dma_buf_upload_accept() 700 for (i = 0; i < dmabuf->n_mem; i++) { in _dma_buf_upload_accept() 749 dmabuf->formats, (gpointer *) dmabuf->eglimage, dmabuf->n_mem); in _dma_buf_upload_perform_gl_thread() 1289 guint n_mem = GST_VIDEO_INFO_N_PLANES (in_info); in _raw_data_upload_perform() local 1299 raw->params, NULL, raw->in_frame->frame.data, n_mem)) { in _raw_data_upload_perform() [all …]
|
D | gstglmemory.c | 1448 guint n_mem, i, v, views; in gst_gl_memory_setup_buffer() local 1456 n_mem = GST_VIDEO_INFO_N_PLANES (params->v_info); in gst_gl_memory_setup_buffer() 1465 n_mem = 1; in gst_gl_memory_setup_buffer() 1470 || n_mem * views == n_wrapped_pointers, FALSE); in gst_gl_memory_setup_buffer() 1473 for (i = 0; i < n_mem; i++) { in gst_gl_memory_setup_buffer() 1504 GST_VIDEO_INFO_HEIGHT (params->v_info), n_mem, params->v_info->offset, in gst_gl_memory_setup_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.c | 327 guint n_mem; in gst_rtp_buffer_map() local 333 n_mem = gst_buffer_n_memory (buffer); in gst_rtp_buffer_map() 334 if (n_mem < 1) in gst_rtp_buffer_map() 431 if (n_mem == 1) { in gst_rtp_buffer_map()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstmultiudpsink.c | 956 guint8 n_mem; in gst_multiudpsink_render() local 960 n_mem = gst_buffer_n_memory (buffer); in gst_multiudpsink_render() 962 if (n_mem > 0) in gst_multiudpsink_render() 963 flow = gst_multiudpsink_render_buffers (sink, &buffer, 1, &n_mem, n_mem); in gst_multiudpsink_render()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264depay.c | 794 gint b, n_bufs, m, n_mem; in gst_rtp_h264_complete_au() local 814 n_mem = gst_buffer_n_memory (buf); in gst_rtp_h264_complete_au() 815 for (m = 0; m < n_mem; ++m) { in gst_rtp_h264_complete_au()
|
D | gstrtph265depay.c | 1000 gint b, n_bufs, m, n_mem; in gst_rtp_h265_complete_au() local 1020 n_mem = gst_buffer_n_memory (buf); in gst_rtp_h265_complete_au() 1021 for (m = 0; m < n_mem; ++m) { in gst_rtp_h265_complete_au()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 1352 guint i, n_mem, n_planes; in gst_kms_sink_import_dmabuf() local 1366 n_mem = gst_buffer_n_memory (inbuf); in gst_kms_sink_import_dmabuf() 1370 n_planes, n_mem); in gst_kms_sink_import_dmabuf() 1373 if (n_mem > n_planes) in gst_kms_sink_import_dmabuf()
|
/third_party/libxml2/ |
D | testapi.c | 2992 int n_mem; in test_htmlDocDumpMemory() local 2997 for (n_mem = 0;n_mem < gen_nb_xmlChar_ptr_ptr;n_mem++) { in test_htmlDocDumpMemory() 3001 mem = gen_xmlChar_ptr_ptr(n_mem, 1); in test_htmlDocDumpMemory() 3007 des_xmlChar_ptr_ptr(n_mem, mem, 1); in test_htmlDocDumpMemory() 3015 printf(" %d", n_mem); in test_htmlDocDumpMemory() 3038 int n_mem; in test_htmlDocDumpMemoryFormat() local 3045 for (n_mem = 0;n_mem < gen_nb_xmlChar_ptr_ptr;n_mem++) { in test_htmlDocDumpMemoryFormat() 3050 mem = gen_xmlChar_ptr_ptr(n_mem, 1); in test_htmlDocDumpMemoryFormat() 3057 des_xmlChar_ptr_ptr(n_mem, mem, 1); in test_htmlDocDumpMemoryFormat() 3066 printf(" %d", n_mem); in test_htmlDocDumpMemoryFormat() [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 30460 (n_planes > 1) when we use the single-planar API (group->n_mem == 1).
|