Home
last modified time | relevance | path

Searched refs:xvimage (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c61 XvImage *xvimage; member
110 return xvmem->xvimage; in gst_xvimage_memory_get_xvimage()
172 if (mem->xvimage) in gst_xvimage_allocator_free()
173 XFree (mem->xvimage); in gst_xvimage_allocator_free()
177 if (mem->xvimage) { in gst_xvimage_allocator_free()
178 g_free (mem->xvimage->data); in gst_xvimage_allocator_free()
179 XFree (mem->xvimage); in gst_xvimage_allocator_free()
195 return mem->xvimage->data + mem->parent.offset; in gst_xvimage_memory_map()
213 if (size != -1 && size != mem->xvimage->data_size) in gst_xvimage_memory_share()
236 sub->xvimage = mem->xvimage; in gst_xvimage_memory_share()
[all …]
Dxvimagepool.c201 GstBuffer *xvimage; in xvimage_buffer_pool_alloc() local
207 xvimage = gst_buffer_new (); in xvimage_buffer_pool_alloc()
218 gst_buffer_unref (xvimage); in xvimage_buffer_pool_alloc()
221 gst_buffer_append_memory (xvimage, mem); in xvimage_buffer_pool_alloc()
227 meta = gst_buffer_add_video_meta_full (xvimage, GST_VIDEO_FRAME_FLAG_NONE, in xvimage_buffer_pool_alloc()
235 *buffer = xvimage; in xvimage_buffer_pool_alloc()
Dxvcontext.c465 XvImage *xvimage; in gst_xvcontext_check_xshm_calls() local
487 xvimage = XvShmCreateImage (context->disp, context->xv_port_id, in gst_xvcontext_check_xshm_calls()
492 if (!xvimage || error_caught) { in gst_xvcontext_check_xshm_calls()
496 size = xvimage->data_size; in gst_xvcontext_check_xshm_calls()
512 xvimage->data = SHMInfo.shmaddr; in gst_xvcontext_check_xshm_calls()
557 if (xvimage) in gst_xvcontext_check_xshm_calls()
558 XFree (xvimage); in gst_xvcontext_check_xshm_calls()
Dmeson.build3 'xvimage.c',
Dxvimagesink.c238 GstBuffer * xvimage) in gst_xv_image_sink_xvimage_put() argument
266 if (xvimage && xvimagesink->cur_image != xvimage) { in gst_xv_image_sink_xvimage_put()
271 GST_LOG_OBJECT (xvimagesink, "reffing %p as our current image", xvimage); in gst_xv_image_sink_xvimage_put()
272 xvimagesink->cur_image = gst_buffer_ref (xvimage); in gst_xv_image_sink_xvimage_put()
276 if (!xvimage) { in gst_xv_image_sink_xvimage_put()
279 xvimage = xvimagesink->cur_image; in gst_xv_image_sink_xvimage_put()
286 mem = (GstXvImageMemory *) gst_buffer_peek_memory (xvimage, 0); in gst_xv_image_sink_xvimage_put()
289 crop = gst_buffer_get_video_crop_meta (xvimage); in gst_xv_image_sink_xvimage_put()
/third_party/gstreamer/gstplugins_base/sys/
Dmeson.build2 # XShm is only used by ximage and xvimage
8 subdir('xvimage') subdir
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.8117 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
121 * sys/xvimage/xvimagesink.h:
177 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
192 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
201 * sys/xvimage/xvimagesink.h: Add stream_lock.
395 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
1464 * sys/xvimage/xvimagesink.c:
1686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2599 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
3259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
[all …]
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.82288 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2292 * sys/xvimage/xvimagesink.h:
2348 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2372 * sys/xvimage/xvimagesink.h: Add stream_lock.
2566 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
3635 * sys/xvimage/xvimagesink.c:
3857 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4770 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
5430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog3720 * sys/xvimage/xvimagesink.c:
3723 xvimage's buffer pool, first because the crop meta were dropped, and
3724 second because the allocated frame size in xvimage's buffer pool were
3733 * sys/xvimage/xvimagesink.c:
4105 * sys/xvimage/xvcontext.c:
4106 * sys/xvimage/xvimage.c:
4107 * sys/xvimage/xvimagepool.c:
4108 * sys/xvimage/xvimagesink.c:
4109 * sys/xvimage/xvimagesink.h:
4110 xvimage: allow per feature registration
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog148306 * sys/xvimage/Makefile.am:
148391 * sys/xvimage/xvimagesink.c:
148659 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
148699 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
208233 * sys/xvimage/Makefile.am:
210789 * sys/xvimage/xvimagesink.c:
214015 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
214449 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
225918 * sys/xvimage/Makefile.am:
227178 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog82261 * sys/xvimage/xvimagesink.c:
82398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
/third_party/gstreamer/gstplugins_good/
DChangeLog117476 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),