Home
last modified time | relevance | path

Searched refs:display_height (Results 1 – 25 of 36) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkglsink.c217 (width != gtk_sink->display_width || height != gtk_sink->display_height); in _size_changed_cb()
219 gtk_sink->display_height = height; in _size_changed_cb()
323 gint display_width, display_height; in gst_gtk_gl_sink_propose_allocation() local
359 display_height = gtk_sink->display_height; in gst_gtk_gl_sink_propose_allocation()
362 if (display_width != 0 && display_height != 0) { in gst_gtk_gl_sink_propose_allocation()
364 display_width, display_height); in gst_gtk_gl_sink_propose_allocation()
367 "height", G_TYPE_UINT, display_height, NULL); in gst_gtk_gl_sink_propose_allocation()
Dgtkgstwidget.c68 gdouble scale_y = (gdouble) widget_height / gst_widget->display_height; in gtk_gst_widget_draw()
89 src.h = gst_widget->display_height; in gtk_gst_widget_draw()
132 (gdouble) gst_widget->display_height / (gdouble) frame.info.height; in gtk_gst_widget_draw()
Dgtkgstbasewidget.c116 widget->display_height = height; in _apply_par()
120 widget->display_height = (guint) in _apply_par()
127 widget->display_height = height; in _apply_par()
130 GST_DEBUG ("scaling to %dx%d", widget->display_width, widget->display_height); in _apply_par()
200 gint video_height = gst_widget->display_height; in gtk_gst_base_widget_get_preferred_height()
317 src.h = base_widget->display_height; in _fit_stream_to_allocated_size()
Dgstgtkglsink.h58 gint display_height; member
Dgtkgstbasewidget.h54 gint display_height; member
Dgtkgstglwidget.c248 video_width = base_widget->display_height; in _redraw_texture()
252 video_height = base_widget->display_height; in _redraw_texture()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc70 gint display_height; member
251 widget->priv->display_height = height; in _calculate_par()
255 widget->priv->display_height = (guint) in _calculate_par()
262 widget->priv->display_height = height; in _calculate_par()
265 widget->priv->display_height); in _calculate_par()
342 src.h = this->priv->display_height; in updatePaintNode()
374 src.h = this->priv->display_height; in fitStreamToAllocatedSize()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.cpp111 guint display_width, guint display_height, GstCaps * caps,
417 guint display_height, GstCaps * caps, gboolean * video_processor_available, in gst_d3d11_window_prepare() argument
428 GST_PTR_FORMAT, display_width, display_height, caps); in gst_d3d11_window_prepare()
430 return klass->prepare (window, display_width, display_height, caps, in gst_d3d11_window_prepare()
436 guint display_height, GstCaps * caps, gboolean * video_processor_available, in gst_d3d11_window_prepare_default() argument
566 display_width, display_height, swapchain_flags, in gst_d3d11_window_prepare_default()
578 window->render_rect.bottom = display_height; in gst_d3d11_window_prepare_default()
617 chosen_format->gst_format, display_width, display_height); in gst_d3d11_window_prepare_default()
692 GST_VIDEO_INFO_HEIGHT (&window->info), display_width, display_height); in gst_d3d11_window_prepare_default()
755 klass->on_resize (window, display_width, display_height); in gst_d3d11_window_prepare_default()
Dgstd3d11window_dummy.cpp52 guint display_width, guint display_height, GstCaps * caps,
85 guint display_width, guint display_height, GstCaps * caps, in gst_d3d11_window_dummy_prepare() argument
99 window->render_rect.bottom = display_height; in gst_d3d11_window_dummy_prepare()
107 GST_VIDEO_FORMAT_BGRA, display_width, display_height); in gst_d3d11_window_dummy_prepare()
142 GST_VIDEO_INFO_HEIGHT (&window->info), display_width, display_height); in gst_d3d11_window_dummy_prepare()
Dgstd3d11window.h158 guint display_height,
190 guint display_height,
Dgstd3d11decoder.h99 gint display_height,
Dgstd3d11decoder.cpp196 gint display_width, gint display_height);
1525 GstVideoDecoder * videodec, gint display_width, gint display_height, in gst_d3d11_decoder_process_output() argument
1536 display_height != GST_VIDEO_INFO_HEIGHT (&decoder->output_info)) { in gst_d3d11_decoder_process_output()
1540 GST_VIDEO_INFO_FORMAT (&decoder->info), display_width, display_height); in gst_d3d11_decoder_process_output()
1551 display_width, display_height)) { in gst_d3d11_decoder_process_output()
1899 gint display_width, gint display_height) in gst_d3d11_decoder_can_direct_render() argument
1915 display_height != GST_VIDEO_INFO_HEIGHT (&decoder->info)) in gst_d3d11_decoder_can_direct_render()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_android.cpp175 int display_height = window_height; in ImGui_ImplAndroid_NewFrame() local
179 …ramebufferScale = ImVec2((float)display_width / window_width, (float)display_height / window_heigh… in ImGui_ImplAndroid_NewFrame()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.c1142 int display_width, display_height; in _dvb_sub_parse_display_definition_segment() local
1152 display_height = GST_READ_UINT16_BE (buf) + 1; in _dvb_sub_parse_display_definition_segment()
1156 || (display_height != dvb_sub->display_def.display_height)) { in _dvb_sub_parse_display_definition_segment()
1158 dvb_sub->display_def.display_height = display_height; in _dvb_sub_parse_display_definition_segment()
1331 sub->display_def.display_height = 576; in dvb_sub_new()
Ddvb-sub.h88 gint display_height; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c672 gint display_height; in gst_va_h264_dec_new_sequence() local
683 display_height = sps->crop_rect_height; in gst_va_h264_dec_new_sequence()
687 padding_bottom = sps->height - sps->crop_rect_y - display_height; in gst_va_h264_dec_new_sequence()
690 display_height = sps->height; in gst_va_h264_dec_new_sequence()
716 if (base->width != display_width || base->height != display_height) { in gst_va_h264_dec_new_sequence()
718 base->height = display_height; in gst_va_h264_dec_new_sequence()
Dgstvah265dec.c1053 gint display_height; in gst_va_h265_dec_new_sequence() local
1063 display_height = sps->crop_rect_height; in gst_va_h265_dec_new_sequence()
1067 padding_bottom = sps->height - sps->crop_rect_y - display_height; in gst_va_h265_dec_new_sequence()
1070 display_height = sps->height; in gst_va_h265_dec_new_sequence()
1096 if (base->width != display_width || base->height != display_height) { in gst_va_h265_dec_new_sequence()
1098 base->height = display_height; in gst_va_h265_dec_new_sequence()
/third_party/ffmpeg/libavcodec/
Dmediacodecdec_common.h65 int display_height; member
Dmediacodecdec_common.c506 AMEDIAFORMAT_GET_INT32(s->display_height, "display-height", 0); in mediacodec_dec_parse_format()
508 if (s->display_width && s->display_height) { in mediacodec_dec_parse_format()
510 (AVRational){ s->display_width, s->display_height }, in mediacodec_dec_parse_format()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c65 gint display_height; member
372 self->display_height, h264dec->input_state); in gst_v4l2_codec_h264_dec_negotiate()
855 if (self->display_width != crop_width || self->display_height != crop_height in gst_v4l2_codec_h264_dec_new_sequence()
858 self->display_height = crop_height; in gst_v4l2_codec_h264_dec_new_sequence()
863 self->display_width, self->display_height, in gst_v4l2_codec_h264_dec_new_sequence()
905 self->display_width, self->display_height); in gst_v4l2_codec_h264_dec_new_sequence()
996 self->display_width, self->display_height); in gst_v4l2_codec_h264_dec_copy_output_buffer()
1014 GST_VIDEO_INFO_HEIGHT (&src_frame.info) = self->display_height; in gst_v4l2_codec_h264_dec_copy_output_buffer()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp9parser.h397 guint32 display_height; member
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c1168 videocontext->display_height = height; in gst_matroska_mux_video_pad_setcaps()
1171 videocontext->display_height = height * pixel_height / pixel_width; in gst_matroska_mux_video_pad_setcaps()
1174 videocontext->display_height = 0; in gst_matroska_mux_video_pad_setcaps()
1178 videocontext->display_height = 0; in gst_matroska_mux_video_pad_setcaps()
1687 videocontext->display_height = videocontext->pixel_height; in theora_streamheader_to_codecdata()
1690 videocontext->display_height = in theora_streamheader_to_codecdata()
1694 videocontext->display_height = 0; in theora_streamheader_to_codecdata()
1698 videocontext->display_height = 0; in theora_streamheader_to_codecdata()
2848 if (videocontext->display_width && videocontext->display_height) { in gst_matroska_mux_track_header()
2852 videocontext->display_height); in gst_matroska_mux_track_header()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h377 gint display_height; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.c238 gint display_height; member
523 priv->display_height = priv->height; in gst_mpeg2_decoder_handle_sequence()
618 priv->display_height = seq_display_ext.display_vertical_size; in gst_mpeg2_decoder_handle_sequence_display_ext()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c359 frame_hdr->display_width > 0 && frame_hdr->display_height) { in gst_vp9_parse_process_frame()
361 height = frame_hdr->display_height; in gst_vp9_parse_process_frame()

12