Home
last modified time | relevance | path

Searched refs:gst_structure_get_fraction (Results 1 – 25 of 74) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c180 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in fixate_output_frame_size()
254 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in fixate_output_frame_size()
367 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in fixate_output_frame_size()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudascale.c310 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_cuda_scale_fixate_caps()
391 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_cuda_scale_fixate_caps()
516 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_cuda_scale_fixate_caps()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfvanc.c384 gst_structure_get_fraction (s, "framerate", &fps_n, &fps_d); in mxf_vanc_get_descriptor()
413 if (!gst_structure_get_fraction (s, "framerate", &fps_n, &fps_d)) in mxf_vanc_get_edit_rate()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c437 gst_structure_get_fraction (s1, "framerate", &num1, &den1); in gst_mf_source_object_caps_compare()
438 gst_structure_get_fraction (s2, "framerate", &num2, &den2); in gst_mf_source_object_caps_compare()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth263parse.c216 gst_structure_get_fraction (st, "framerate", &fr_num, &fr_denom)) { in gst_h263_parse_set_src_caps()
231 && gst_structure_get_fraction (st, "pixel-aspect-ratio", &par_num, in gst_h263_parse_set_src_caps()
Dgstpngparse.c220 && gst_structure_get_fraction (st, "framerate", &fr_num, in gst_png_parse_handle_frame()
Dgstvp9parse.c570 if (s && gst_structure_get_fraction (s, "pixel-aspect-ratio", &par_n, &par_d)) { in gst_vp9_parse_update_src_caps()
578 gst_structure_get_fraction (s, "framerate", &fps_n, &fps_d); in gst_vp9_parse_update_src_caps()
Dgsth264parse.c2198 !gst_structure_get_fraction (s, "pixel-aspect-ratio", &par_n, in gst_h264_parse_update_src_caps()
2234 gst_structure_get_fraction (s, "framerate", &fps_num, &fps_den); in gst_h264_parse_update_src_caps()
2243 gst_structure_get_fraction (s2, "framerate", &h264parse->parsed_fps_n, in gst_h264_parse_update_src_caps()
3400 gst_structure_get_fraction (str, "framerate", &h264parse->fps_num, in gst_h264_parse_set_caps()
3402 gst_structure_get_fraction (str, "pixel-aspect-ratio", in gst_h264_parse_set_caps()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstvideosegmentclip.c170 ret = gst_structure_get_fraction (s, "framerate", &fps_n, &fps_d) in gst_video_segment_clip_set_caps()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintervideosrc.c398 gst_structure_get_fraction (s, "framerate", &fps_n, &fps_d); in gst_inter_video_src_create()
400 gst_structure_get_fraction (s, "max-framerate", &fps_n, &fps_d); in gst_inter_video_src_create()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Djpegenc.c171 fail_unless (gst_structure_get_fraction (structure, "framerate", &fps_n, in GST_START_TEST()
Dvp8dec.c138 fail_unless (gst_structure_get_fraction (structure, "framerate", &caps_fpsn, in _gst_vp8_test_check_output_caps()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c454 fail_unless (gst_structure_get_fraction (s, "fraction", &num, &den)); in GST_START_TEST()
585 fail_unless (gst_structure_get_fraction (s, "frac", &num, &denom)); in GST_START_TEST()
596 fail_unless (gst_structure_get_fraction (s, "frac", &num, &denom)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c589 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_v4l2_transform_fixate_caps()
670 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_v4l2_transform_fixate_caps()
793 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_v4l2_transform_fixate_caps()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c885 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_video_scale_fixate_caps()
966 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_video_scale_fixate_caps()
1091 gst_structure_get_fraction (tmp, "pixel-aspect-ratio", &set_par_n, in gst_video_scale_fixate_caps()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsnparsetter.c228 if (!gst_structure_get_fraction (s, "pixel-aspect-ratio", &par_n, &par_d)) in rsn_parsetter_check_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c438 if (gst_structure_get_fraction (structure, "framerate", &fps_n, &fps_d)) { in gst_video_info_from_caps()
443 gst_structure_get_fraction (structure, "max-framerate", &fps_n, &fps_d); in gst_video_info_from_caps()
453 if (gst_structure_get_fraction (structure, "pixel-aspect-ratio", in gst_video_info_from_caps()
/third_party/gstreamer/gstreamer/gst/
Dgststructure.h328 gboolean gst_structure_get_fraction (const GstStructure * structure,
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglvideoflip.c264 if (gst_structure_get_fraction (structure, "pixel-aspect-ratio", in _transform_caps()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstaspectratiocrop.c299 if (!gst_structure_get_fraction (structure, "pixel-aspect-ratio", in gst_aspect_ratio_transform_structure()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c529 if (G_UNLIKELY (!gst_structure_get_fraction (s, "framerate", &num, &denom))) in gst_video_rate_fixate_caps()
556 if (!gst_structure_get_fraction (structure, "framerate", in gst_video_rate_setcaps()
564 if (!gst_structure_get_fraction (structure, "framerate", in gst_video_rate_setcaps()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c338 && gst_structure_get_fraction (st, "framerate", &src->fps_n, in gst_multi_file_src_set_property()
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dgstmonoscope.c201 gst_structure_get_fraction (structure, "framerate", &monoscope->fps_num, in gst_monoscope_src_setcaps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.c462 if (gst_structure_get_fraction (structure, "framerate", &fps_n, &fps_d)) { in gst_mpeg2_decoder_set_latency()
465 gst_structure_get_fraction (structure, "max-framerate", &fps_n, in gst_mpeg2_decoder_set_latency()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdxgiscreencapsrc.c331 gst_structure_get_fraction (structure, "framerate", in gst_dxgi_screen_cap_src_set_caps()

123