Searched refs:GST_VIDEO_INFO_PAR_D (Results 1 – 22 of 22) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 259 GST_VIDEO_INFO_PAR_D (&vagg_pad->info), out_par_n, out_par_d)) { in _mixer_pad_get_output_size() 266 GST_VIDEO_INFO_PAR_D (&vagg_pad->info), out_par_n, out_par_d); in _mixer_pad_get_output_size() 339 GST_VIDEO_INFO_PAR_D (&vagg->info), &(pad_rect.w), &(pad_rect.h)); in _pad_obscures_rectangle() 377 GST_VIDEO_INFO_PAR_D (&vagg->info), &width, &height); in gst_compositor_pad_prepare_frame() 433 GST_VIDEO_INFO_PAR_D (&vagg->info), &width, &height); in gst_compositor_pad_create_conversion_info()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawvideoparse.c | 447 GST_VIDEO_INFO_PAR_D (&(props_cfg->info)) = in gst_raw_video_parse_set_property() 825 GST_VIDEO_INFO_PAR_D (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps() 1088 GST_VIDEO_INFO_PAR_D (info) = config->pixel_aspect_ratio_d; in gst_raw_video_parse_update_info()
|
/third_party/gstreamer/gstplugins_good/gst/y4m/ |
D | gsty4mencode.c | 197 GST_VIDEO_INFO_PAR_D (&filter->info)); in gst_y4m_encode_get_stream_header()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk.c | 273 mfx_info->AspectRatioH = GST_VIDEO_INFO_PAR_D (info); in gst_msdk_set_mfx_frame_info_from_video_info()
|
D | gstmsdkvpputil.c | 74 from_par_d = GST_VIDEO_INFO_PAR_D (vinfo); in fixate_output_frame_size()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-info.h | 366 #define GST_VIDEO_INFO_PAR_D(i) ((i)->par_d) macro
|
D | video-info.c | 598 if (GST_VIDEO_INFO_PAR_D (info) != GST_VIDEO_INFO_PAR_D (other)) in gst_video_info_is_equal()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvp8enc.c | 254 GST_WRITE_UINT24_BE (data + 15, GST_VIDEO_INFO_PAR_D (info)); in gst_vp8_enc_set_stream_info()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglvideomixer.c | 1016 GST_VIDEO_INFO_PAR_D (&vagg_pad->info), out_par_n, out_par_d)) { in _mixer_pad_get_output_size() 1023 GST_VIDEO_INFO_PAR_D (&vagg_pad->info), out_par_n, out_par_d); in _mixer_pad_get_output_size() 1568 GST_VIDEO_INFO_PAR_D (&vagg->info), &pad_width, &pad_height); in gst_gl_video_mixer_callback()
|
D | caopengllayersink.m | 577 par_d = GST_VIDEO_INFO_PAR_D (&vinfo);
|
D | gstglimagesink.c | 1332 par_d = GST_VIDEO_INFO_PAR_D (vinfo); in configure_display_from_info()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstbasewidget.c | 134 par_d = GST_VIDEO_INFO_PAR_D (info); in _calculate_par()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vksink.c | 412 par_d = GST_VIDEO_INFO_PAR_D (vinfo); in _configure_display_from_info()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtitem.cc | 387 par_d = GST_VIDEO_INFO_PAR_D (info); in _calculate_par()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 245 info.par_d = GST_VIDEO_INFO_PAR_D (&mix->info); in gst_videomixer2_update_src_caps() 495 || GST_VIDEO_INFO_PAR_D (&mix->info) != GST_VIDEO_INFO_PAR_D (&info) || in gst_videomixer2_pad_sink_setcaps()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.c | 418 par_den = GST_VIDEO_INFO_PAR_D (info); in theora_handle_type_packet()
|
D | gsttheoraenc.c | 594 enc->info.aspect_denominator = GST_VIDEO_INFO_PAR_D (info); in theora_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avsamplevideosink.m | 438 par_d = GST_VIDEO_INFO_PAR_D (&vinfo);
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideosink.cpp | 1839 par_d = GST_VIDEO_INFO_PAR_D (&info); in gst_caps_to_directshow_media_type()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 1069 video_par_d = GST_VIDEO_INFO_PAR_D (vinfo); in gst_kms_sink_calculate_display_ratio()
|
/third_party/gstreamer/gstplugins_base/docs/libs/ |
D | gst-plugins-base-libs-sections.txt | 2876 GST_VIDEO_INFO_PAR_D
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 2953 context->sample_aspect_ratio.den = GST_VIDEO_INFO_PAR_D (info); in gst_ffmpeg_videoinfo_to_context()
|