Home
last modified time | relevance | path

Searched refs:par_h (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpegvideoparser.c167 seqhdr->par_h = ratios[asr_code][1]; in set_par_from_asr_mpeg1()
367 GST_LOG ("par: %d/%d", seqhdr->par_w, seqhdr->par_h); in gst_mpeg_video_packet_parse_sequence_header()
609 seqhdr->par_w = seqhdr->par_h = 1; in gst_mpeg_video_finalise_mpeg2_sequence_header()
613 seqhdr->par_h = 3 * w; in gst_mpeg_video_finalise_mpeg2_sequence_header()
617 seqhdr->par_h = 9 * w; in gst_mpeg_video_finalise_mpeg2_sequence_header()
621 seqhdr->par_h = 100 * w; in gst_mpeg_video_finalise_mpeg2_sequence_header()
Dgstmpegvideoparser.h243 guint par_w, par_h; member
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegvideoparser.c105 assert_equals_int (seqhdr.par_h, 45); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h282 gint par_h; member
Dqtdemux.c8733 if (CUR_STREAM (stream)->par_w > 0 && CUR_STREAM (stream)->par_h > 0) { in gst_qtdemux_configure_stream()
8735 CUR_STREAM (stream)->par_h); in gst_qtdemux_configure_stream()
8738 CUR_STREAM (stream)->par_h, NULL); in gst_qtdemux_configure_stream()
8751 CUR_STREAM (stream)->par_h = d; in gst_qtdemux_configure_stream()
8754 CUR_STREAM (stream)->par_h, NULL); in gst_qtdemux_configure_stream()
8787 guint par_w = 1, par_h = 1; in gst_qtdemux_configure_stream() local
8789 if (CUR_STREAM (stream)->par_w > 0 && CUR_STREAM (stream)->par_h > 0) { in gst_qtdemux_configure_stream()
8791 par_h = CUR_STREAM (stream)->par_h; in gst_qtdemux_configure_stream()
8796 par_h)) { in gst_qtdemux_configure_stream()
11371 CUR_STREAM (stream)->par_h = QT_UINT32 (pasp_data + 12); in qtdemux_parse_trak()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c837 if (mpvparse->sequencehdr.par_w && mpvparse->sequencehdr.par_h > 0 && in gst_mpegv_parse_update_src_caps()
840 mpvparse->sequencehdr.par_w, mpvparse->sequencehdr.par_h, NULL); in gst_mpegv_parse_update_src_caps()