Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c212 guess_aspect (gint width, gint height, gint * par_width, gint * par_height) in guess_aspect() argument
221 *par_height = 27; in guess_aspect()
225 *par_height = 11; in guess_aspect()
228 *par_height = 1; in guess_aspect()
314 gint par_width, par_height; in ks_video_append_video_stream_cfg_fields() local
317 &par_width, &par_height); in ks_video_append_video_stream_cfg_fields()
320 "pixel-aspect-ratio", GST_TYPE_FRACTION, par_width, par_height, NULL); in ks_video_append_video_stream_cfg_fields()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.c146 guint8 * par_height) in mpeg4_util_par_from_info() argument
151 *par_height = 11; in mpeg4_util_par_from_info()
155 *par_height = 11; in mpeg4_util_par_from_info()
159 *par_height = 11; in mpeg4_util_par_from_info()
163 *par_height = 33; in mpeg4_util_par_from_info()
169 *par_height = 1; in mpeg4_util_par_from_info()
980 &vol->par_height); in gst_mpeg4_parse_video_object_layer()
989 READ_UINT8 (&br, vol->par_height, 8); in gst_mpeg4_parse_video_object_layer()
990 v = vol->par_height; in gst_mpeg4_parse_video_object_layer()
Dgstmpeg4parser.h342 guint8 par_height; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c286 vol.par_height == mp4vparse->vol.par_height && in gst_mpeg4vparse_process_config()
606 if (mp4vparse->vol.par_width > 0 && mp4vparse->vol.par_height > 0 && in gst_mpeg4vparse_update_src_caps()
610 mp4vparse->vol.par_height, NULL); in gst_mpeg4vparse_update_src_caps()
/third_party/ffmpeg/libavcodec/
Dlibxvid.c796 xvid_enc_frame.par_height = avctx->sample_aspect_ratio.den; in xvid_encode_frame()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c4310 build_pasp_extension (gint par_width, gint par_height) in build_pasp_extension() argument
4320 GST_WRITE_UINT32_BE (data + 4, par_height); in build_pasp_extension()