Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_PAR_D (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c259 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/
Dgstrawvideoparse.c447 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/
Dgsty4mencode.c197 GST_VIDEO_INFO_PAR_D (&filter->info)); in gst_y4m_encode_get_stream_header()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk.c273 mfx_info->AspectRatioH = GST_VIDEO_INFO_PAR_D (info); in gst_msdk_set_mfx_frame_info_from_video_info()
Dgstmsdkvpputil.c74 from_par_d = GST_VIDEO_INFO_PAR_D (vinfo); in fixate_output_frame_size()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h366 #define GST_VIDEO_INFO_PAR_D(i) ((i)->par_d) macro
Dvideo-info.c598 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/
Dgstvp8enc.c254 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/
Dgstglvideomixer.c1016 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()
Dcaopengllayersink.m577 par_d = GST_VIDEO_INFO_PAR_D (&vinfo);
Dgstglimagesink.c1332 par_d = GST_VIDEO_INFO_PAR_D (vinfo); in configure_display_from_info()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.c134 par_d = GST_VIDEO_INFO_PAR_D (info); in _calculate_par()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c412 par_d = GST_VIDEO_INFO_PAR_D (vinfo); in _configure_display_from_info()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc387 par_d = GST_VIDEO_INFO_PAR_D (info); in _calculate_par()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c245 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/
Dgsttheoradec.c418 par_den = GST_VIDEO_INFO_PAR_D (info); in theora_handle_type_packet()
Dgsttheoraenc.c594 enc->info.aspect_denominator = GST_VIDEO_INFO_PAR_D (info); in theora_enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m438 par_d = GST_VIDEO_INFO_PAR_D (&vinfo);
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp1839 par_d = GST_VIDEO_INFO_PAR_D (&info); in gst_caps_to_directshow_media_type()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1069 video_par_d = GST_VIDEO_INFO_PAR_D (vinfo); in gst_kms_sink_calculate_display_ratio()
/third_party/gstreamer/gstplugins_base/docs/libs/
Dgst-plugins-base-libs-sections.txt2876 GST_VIDEO_INFO_PAR_D
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c2953 context->sample_aspect_ratio.den = GST_VIDEO_INFO_PAR_D (info); in gst_ffmpeg_videoinfo_to_context()