Home
last modified time | relevance | path

Searched refs:last_height (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdeinterlace.c105 int last_width, last_height; member
297 deinterlace->last_height = -1; in gst_ffmpegdeinterlace_init()
353 deinterlace->last_height = height; in init_filter_graph()
366 height != deinterlace->last_height in process_filter_graph()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9depay.c414 self->last_height != self->ss_height) { in gst_rtp_vp9_depay_process()
434 self->last_height = self->ss_height; in gst_rtp_vp9_depay_process()
463 self->last_height = -1; in gst_rtp_vp9_depay_change_state()
486 self->last_height = -1; in gst_rtp_vp9_depay_handle_event()
Dgstrtpvp8depay.c431 self->last_height != height || self->last_profile != profile)) { in gst_rtp_vp8_depay_process()
446 self->last_height = height; in gst_rtp_vp8_depay_process()
479 self->last_height = -1; in gst_rtp_vp8_depay_change_state()
504 self->last_height = -1; in gst_rtp_vp8_depay_handle_event()
Dgstrtpvp9depay.h61 gint last_height; member
Dgstrtpvp8depay.h69 gint last_height; member
/third_party/weston/kiosk-shell/
Dkiosk-shell.h61 int32_t last_width, last_height; member
Dkiosk-shell.c644 surface->height != shsurf->last_height; in desktop_surface_committed()
685 shsurf->last_height = surface->height; in desktop_surface_committed()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.h78 guint last_height; member
Dgstkmssink.c1592 video_height = src.h = self->last_height; in gst_kms_sink_show_frame()
1688 self->last_height = GST_VIDEO_SINK_HEIGHT (self); in gst_kms_sink_show_frame()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h175 gint last_height; member
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h1089 unsigned last_height; member
Dradeon_vcn_dec.c465 dec->last_width == dec->base.width && dec->last_height == dec->base.height) in get_vp9_msg()
573 dec->last_height = dec->base.height; in get_vp9_msg()
/third_party/weston/desktop-shell/
Dshell.c103 int32_t last_width, last_height; member
2606 shsurf->last_height == surface->height && in desktop_surface_committed()
2648 sy = shsurf->last_height - surface->height; in desktop_surface_committed()
2659 shsurf->last_height = surface->height; in desktop_surface_committed()