Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_PAR_N (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufsink.c235 par_n = GST_VIDEO_INFO_PAR_N (&info); in gst_gdk_pixbuf_sink_set_caps()
236 par_d = GST_VIDEO_INFO_PAR_N (&info); in gst_gdk_pixbuf_sink_set_caps()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvp9enc.c34 GST_VIDEO_INFO_PAR_N (&info) = par_n; in gst_caps_new_i420_full()
Dvp8enc.c37 GST_VIDEO_INFO_PAR_N (&info) = par_n; in gst_caps_new_i420_full()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c334 GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in _mixer_pad_get_output_size()
341 pad_height, dar_n, dar_d, GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in _mixer_pad_get_output_size()
364 GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in _mixer_pad_get_output_size()
498 GST_VIDEO_INFO_PAR_N (&vagg->info), GST_VIDEO_INFO_PAR_D (&vagg->info), in _pad_obscures_rectangle()
539 GST_VIDEO_INFO_PAR_N (&vagg->info), GST_VIDEO_INFO_PAR_D (&vagg->info), in gst_compositor_pad_prepare_frame_start()
599 GST_VIDEO_INFO_PAR_N (&vagg->info), GST_VIDEO_INFO_PAR_D (&vagg->info), in gst_compositor_pad_create_conversion_info()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c449 GST_VIDEO_INFO_PAR_N (&(props_cfg->info)) = in gst_raw_video_parse_set_property()
851 GST_VIDEO_INFO_PAR_N (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
1116 GST_VIDEO_INFO_PAR_N (info) = config->pixel_aspect_ratio_n; in gst_raw_video_parse_update_info()
/third_party/gstreamer/gstplugins_good/gst/y4m/
Dgsty4mencode.c194 GST_VIDEO_INFO_PAR_N (&filter->info), in gst_y4m_encode_get_stream_header()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp1104 GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in gst_d3d11_compositor_pad_get_output_size()
1112 GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in gst_d3d11_compositor_pad_get_output_size()
1135 GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in gst_d3d11_compositor_pad_get_output_size()
1237 gst_d3d11_compositor_pad_get_output_size (cpad, GST_VIDEO_INFO_PAR_N (info), in gst_d3d11_compositor_pad_check_frame_obscured()
1386 gst_d3d11_compositor_pad_get_output_size (cpad, GST_VIDEO_INFO_PAR_N (info), in gst_d3d11_compositor_pad_setup_converter()
Dgstd3d11videosink.cpp536 video_par_n = GST_VIDEO_INFO_PAR_N (&self->info); in gst_d3d11_video_sink_update_window()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h376 #define GST_VIDEO_INFO_PAR_N(i) ((i)->par_n) macro
Dvideo-anc.c1174 opn = GST_VIDEO_INFO_PAR_N (trans->in_info); in gst_video_afd_meta_transform()
1176 npn = GST_VIDEO_INFO_PAR_N (trans->out_info); in gst_video_afd_meta_transform()
Dvideo-info.c620 if (GST_VIDEO_INFO_PAR_N (info) != GST_VIDEO_INFO_PAR_N (other)) in gst_video_info_is_equal()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp366 GST_VIDEO_INFO_PAR_N (info), GST_VIDEO_INFO_PAR_D (info)); in gst_mf_video_enc_set_format()
369 GST_VIDEO_INFO_PAR_N (info), GST_VIDEO_INFO_PAR_D (info)); in gst_mf_video_enc_set_format()
432 GST_VIDEO_INFO_PAR_N (info), GST_VIDEO_INFO_PAR_D (info)); in gst_mf_video_enc_set_format()
435 GST_VIDEO_INFO_PAR_N (info), GST_VIDEO_INFO_PAR_D (info)); in gst_mf_video_enc_set_format()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglvideomixer.c1027 GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in _mixer_pad_get_output_size()
1034 pad_height, dar_n, dar_d, GST_VIDEO_INFO_PAR_N (&vagg_pad->info), in _mixer_pad_get_output_size()
1576 GST_VIDEO_INFO_PAR_N (&vagg->info), in gst_gl_video_mixer_callback()
Dcaopengllayersink.m582 par_n = GST_VIDEO_INFO_PAR_N (&vinfo);
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp8enc.c272 GST_WRITE_UINT24_BE (data + 12, GST_VIDEO_INFO_PAR_N (info)); in gst_vp8_enc_set_stream_info()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk.c492 mfx_info->AspectRatioW = GST_VIDEO_INFO_PAR_N (info); in gst_msdk_set_mfx_frame_info_from_video_info()
Dgstmsdkvpputil.c77 from_par_n = GST_VIDEO_INFO_PAR_N (vinfo); in fixate_output_frame_size()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.c66 par_n = GST_VIDEO_INFO_PAR_N (info); in _calculate_par()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c480 par_n = GST_VIDEO_INFO_PAR_N (vinfo); in _configure_display_from_info()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c247 info.par_n = GST_VIDEO_INFO_PAR_N (&mix->info); in gst_videomixer2_update_src_caps()
500 if (GST_VIDEO_INFO_PAR_N (&mix->info) != GST_VIDEO_INFO_PAR_N (&info) in gst_videomixer2_pad_sink_setcaps()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc218 par_n = GST_VIDEO_INFO_PAR_N (info); in _calculate_par()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c419 par_num = GST_VIDEO_INFO_PAR_N (info); in theora_handle_type_packet()
Dgsttheoraenc.c597 enc->info.aspect_numerator = GST_VIDEO_INFO_PAR_N (info); in theora_enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c414 GST_VIDEO_INFO_HEIGHT (in_info), GST_VIDEO_INFO_PAR_N (in_info), in gst_va_vpp_set_info()
420 GST_VIDEO_INFO_HEIGHT (out_info), GST_VIDEO_INFO_PAR_N (out_info), in gst_va_vpp_set_info()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m435 par_n = GST_VIDEO_INFO_PAR_N (&vinfo);

12