Home
last modified time | relevance | path

Searched refs:last_buffer (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0003-waylandsink-release-frame-callback-when-finalizing.patch21 if (sink->last_buffer)
22 gst_buffer_unref (sink->last_buffer);
H A D0014-waylandsink-Fix-random-crash.patch21 - if (sink->last_buffer && !sink->redraw_pending) {
22 + if (sink->window && sink->last_buffer && !sink->redraw_pending) {
H A D0007-waylandsink-Enable-changing-window-handle.patch63 + if (sink->last_buffer) {
90 GstBuffer *last_buffer;
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch314 + dumb_buf = gst_buffer_ref (self->last_buffer);
316 last_buf = self->last_buffer;
317 self->last_buffer = dumb_buf;
H A D0023-waylandsink-Support-frame-sync-mode.patch71 GstBuffer *last_buffer;
H A D0008-kmssink-Support-setting-plane-zpos.patch117 gst_buffer_replace (&self->last_buffer, NULL);
H A D0019-waylandsink-Support-window-alpha-property.patch107 if (sink->last_buffer) {
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0003-waylandsink-release-frame-callback-when-finalizing.patch21 if (self->last_buffer)
22 gst_buffer_unref (self->last_buffer);
H A D0014-waylandsink-Fix-random-crash.patch21 - if (self->last_buffer && !self->redraw_pending) {
22 + if (self->window && self->last_buffer && !self->redraw_pending) {
H A D0007-waylandsink-Enable-changing-window-handle.patch63 + if (self->last_buffer) {
90 GstBuffer *last_buffer;
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch306 + dumb_buf = gst_buffer_ref (self->last_buffer);
308 last_buf = self->last_buffer;
309 self->last_buffer = dumb_buf;
H A D0024-waylandsink-Support-frame-sync-mode.patch71 GstBuffer *last_buffer;
H A D0008-kmssink-Support-setting-plane-zpos.patch117 gst_buffer_replace (&self->last_buffer, NULL);
H A D0020-waylandsink-Support-window-alpha-property.patch106 if (self->last_buffer) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0003-waylandsink-release-frame-callback-when-finalizing.patch21 if (self->last_buffer)
22 gst_buffer_unref (self->last_buffer);
H A D0014-waylandsink-Fix-random-crash.patch21 - if (self->last_buffer && !self->redraw_pending) {
22 + if (self->window && self->last_buffer && !self->redraw_pending) {
H A D0007-waylandsink-Enable-changing-window-handle.patch63 + if (self->last_buffer) {
90 GstBuffer *last_buffer;
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch306 + dumb_buf = gst_buffer_ref (self->last_buffer);
308 last_buf = self->last_buffer;
309 self->last_buffer = dumb_buf;
H A D0024-waylandsink-Support-frame-sync-mode.patch71 GstBuffer *last_buffer;
H A D0008-kmssink-Support-setting-plane-zpos.patch117 gst_buffer_replace (&self->last_buffer, NULL);
H A D0020-waylandsink-Support-window-alpha-property.patch106 if (self->last_buffer) {
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c953 if (!self->last_buffer) in gst_kms_sink_drain()
958 parent_meta = gst_buffer_get_parent_buffer_meta (self->last_buffer); in gst_kms_sink_drain()
963 dumb_buf = gst_buffer_ref (self->last_buffer); in gst_kms_sink_drain()
1161 if (expose || !ximagesink->last_buffer || ximagesink->draw_border) in gst_x_image_sink_ximage_put()
1166 else if (ximagesink->last_buffer) in gst_x_image_sink_ximage_put()
1167 buffer = gst_buffer_ref (ximagesink->last_buffer); in gst_x_image_sink_ximage_put()
1246 if (buffer != ximagesink->last_buffer) in gst_x_image_sink_ximage_put()
1247 gst_buffer_replace (&ximagesink->last_buffer, buffer); in gst_x_image_sink_ximage_put()
2465 gst_buffer_replace (&ximagesink->last_buffer, NULL); in gst_x_image_sink_reset()
2511 ximagesink->last_buffer = NULL; in gst_x_image_sink_init()
[all …]
H A Dximagesink.h176 GstBuffer *last_buffer; member
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c959 if (output->last_buffer) { in vfe_isr_reg_update()
960 vb2_buffer_done(&output->last_buffer->vb.vb2_buf, in vfe_isr_reg_update()
962 output->last_buffer = NULL; in vfe_isr_reg_update()
1068 output->last_buffer = ready_buf; in vfe_isr_wm_done()
1392 if (output->last_buffer) { in vfe_flush_buffers()
1393 vb2_buffer_done(&output->last_buffer->vb.vb2_buf, state); in vfe_flush_buffers()
1394 output->last_buffer = NULL; in vfe_flush_buffers()
H A Dcamss-vfe.h52 struct camss_buffer *last_buffer; member

12