/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gstgtkglsink.c | 217 (width != gtk_sink->display_width || height != gtk_sink->display_height); in _size_changed_cb() 218 gtk_sink->display_width = width; in _size_changed_cb() 323 gint display_width, display_height; in gst_gtk_gl_sink_propose_allocation() local 358 display_width = gtk_sink->display_width; 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() 366 "width", G_TYPE_UINT, display_width, in gst_gtk_gl_sink_propose_allocation()
|
D | gtkgstwidget.c | 67 gdouble scale_x = (gdouble) widget_width / gst_widget->display_width; in gtk_gst_widget_draw() 88 src.w = gst_widget->display_width; in gtk_gst_widget_draw() 130 scale_x *= (gdouble) gst_widget->display_width / (gdouble) frame.info.width; in gtk_gst_widget_draw()
|
D | gtkgstbasewidget.c | 113 widget->display_width = (guint) in _apply_par() 119 widget->display_width = width; in _apply_par() 124 widget->display_width = (guint) in _apply_par() 130 GST_DEBUG ("scaling to %dx%d", widget->display_width, widget->display_height); in _apply_par() 184 gint video_width = gst_widget->display_width; in gtk_gst_base_widget_get_preferred_width() 316 src.w = base_widget->display_width; in _fit_stream_to_allocated_size()
|
D | gstgtkglsink.h | 57 gint display_width; member
|
D | gtkgstbasewidget.h | 53 gint display_width; member
|
D | gtkgstglwidget.c | 249 video_height = base_widget->display_width; in _redraw_texture() 251 video_width = base_widget->display_width; in _redraw_texture()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtitem.cc | 69 gint display_width; member 248 widget->priv->display_width = (guint) in _calculate_par() 254 widget->priv->display_width = width; in _calculate_par() 259 widget->priv->display_width = (guint) in _calculate_par() 264 GST_DEBUG ("%p scaling to %dx%d", widget, widget->priv->display_width, in _calculate_par() 341 src.w = this->priv->display_width; in updatePaintNode() 373 src.w = this->priv->display_width; in fitStreamToAllocatedSize()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window.cpp | 111 guint display_width, guint display_height, GstCaps * caps, 416 gst_d3d11_window_prepare (GstD3D11Window * window, guint display_width, 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() 435 gst_d3d11_window_prepare_default (GstD3D11Window * window, guint display_width, in gst_d3d11_window_prepare_default() argument 566 display_width, display_height, swapchain_flags, in gst_d3d11_window_prepare_default() 577 window->render_rect.right = display_width; 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()
|
D | gstd3d11window_dummy.cpp | 52 guint display_width, guint display_height, GstCaps * caps, 85 guint display_width, guint display_height, GstCaps * caps, in gst_d3d11_window_dummy_prepare() argument 98 window->render_rect.right = display_width; 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()
|
D | gstd3d11window.h | 157 guint display_width, 189 guint display_width,
|
D | gstd3d11decoder.h | 98 gint display_width,
|
D | gstd3d11decoder.cpp | 196 gint display_width, gint display_height); 1525 GstVideoDecoder * videodec, gint display_width, gint display_height, in gst_d3d11_decoder_process_output() argument 1535 if (display_width != GST_VIDEO_INFO_WIDTH (&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 1914 if (display_width != GST_VIDEO_INFO_WIDTH (&decoder->info) || in gst_d3d11_decoder_can_direct_render()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_android.cpp | 174 int display_width = window_width; in ImGui_ImplAndroid_NewFrame() local 179 …io.DisplayFramebufferScale = ImVec2((float)display_width / window_width, (float)display_height / w… in ImGui_ImplAndroid_NewFrame()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | dvb-sub.c | 1142 int display_width, display_height; in _dvb_sub_parse_display_definition_segment() local 1150 display_width = GST_READ_UINT16_BE (buf) + 1; in _dvb_sub_parse_display_definition_segment() 1155 if ((display_width != dvb_sub->display_def.display_width) in _dvb_sub_parse_display_definition_segment() 1157 dvb_sub->display_def.display_width = display_width; in _dvb_sub_parse_display_definition_segment() 1330 sub->display_def.display_width = 720; in dvb_sub_new()
|
D | dvb-sub.h | 87 gint display_width; member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 671 gint display_width; in gst_va_h264_dec_new_sequence() local 682 display_width = sps->crop_rect_width; in gst_va_h264_dec_new_sequence() 685 padding_right = sps->width - sps->crop_rect_x - display_width; in gst_va_h264_dec_new_sequence() 689 display_width = sps->width; in gst_va_h264_dec_new_sequence() 716 if (base->width != display_width || base->height != display_height) { in gst_va_h264_dec_new_sequence() 717 base->width = display_width; in gst_va_h264_dec_new_sequence()
|
D | gstvah265dec.c | 1052 gint display_width; in gst_va_h265_dec_new_sequence() local 1062 display_width = sps->crop_rect_width; in gst_va_h265_dec_new_sequence() 1065 padding_right = sps->width - sps->crop_rect_x - display_width; in gst_va_h265_dec_new_sequence() 1069 display_width = sps->width; in gst_va_h265_dec_new_sequence() 1096 if (base->width != display_width || base->height != display_height) { in gst_va_h265_dec_new_sequence() 1097 base->width = display_width; in gst_va_h265_dec_new_sequence()
|
/third_party/ffmpeg/libavcodec/ |
D | mediacodecdec_common.h | 64 int display_width; member
|
D | mediacodecdec_common.c | 505 AMEDIAFORMAT_GET_INT32(s->display_width, "display-width", 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/ |
D | gstv4l2codech264dec.c | 64 gint display_width; member 371 self->vinfo.finfo->format, self->display_width, 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() 857 self->display_width = crop_width; 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() 1013 GST_VIDEO_INFO_WIDTH (&src_frame.info) = self->display_width; in gst_v4l2_codec_h264_dec_copy_output_buffer()
|
/third_party/icu/docs/ |
D | Gemfile.lock | 246 unicode-display_width (~> 1.1, >= 1.1.1) 255 unicode-display_width (1.7.0)
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp9parser.h | 396 guint32 display_width; member
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 1167 videocontext->display_width = width * pixel_width / pixel_height; in gst_matroska_mux_video_pad_setcaps() 1170 videocontext->display_width = width; in gst_matroska_mux_video_pad_setcaps() 1173 videocontext->display_width = 0; in gst_matroska_mux_video_pad_setcaps() 1177 videocontext->display_width = 0; in gst_matroska_mux_video_pad_setcaps() 1685 videocontext->display_width = in theora_streamheader_to_codecdata() 1689 videocontext->display_width = videocontext->pixel_width; in theora_streamheader_to_codecdata() 1693 videocontext->display_width = 0; in theora_streamheader_to_codecdata() 1697 videocontext->display_width = 0; in theora_streamheader_to_codecdata() 2848 if (videocontext->display_width && videocontext->display_height) { in gst_matroska_mux_track_header() 2850 videocontext->display_width); in gst_matroska_mux_track_header()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 376 gint display_width; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstmpeg2decoder.c | 237 gint display_width; member 522 priv->display_width = priv->width; in gst_mpeg2_decoder_handle_sequence() 617 priv->display_width = seq_display_ext.display_horizontal_size; in gst_mpeg2_decoder_handle_sequence_display_ext()
|