Home
last modified time | relevance | path

Searched refs:par_width (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
220 *par_width = 28; in guess_aspect()
224 *par_width = 12; in guess_aspect()
227 *par_width = 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.c145 mpeg4_util_par_from_info (guint8 aspect_ratio_info, guint8 * par_width, in mpeg4_util_par_from_info() argument
150 *par_width = 12; in mpeg4_util_par_from_info()
154 *par_width = 10; in mpeg4_util_par_from_info()
158 *par_width = 16; in mpeg4_util_par_from_info()
162 *par_width = 40; in mpeg4_util_par_from_info()
168 *par_width = 1; in mpeg4_util_par_from_info()
979 mpeg4_util_par_from_info (vol->aspect_ratio_info, &vol->par_width, in gst_mpeg4_parse_video_object_layer()
985 READ_UINT8 (&br, vol->par_width, 8); in gst_mpeg4_parse_video_object_layer()
986 v = vol->par_width; in gst_mpeg4_parse_video_object_layer()
993 GST_DEBUG ("Pixel aspect ratio %d/%d", vol->par_width, vol->par_width); in gst_mpeg4_parse_video_object_layer()
Dgstmpeg4parser.h341 guint8 par_width; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c285 vol.par_width == mp4vparse->vol.par_width && in gst_mpeg4vparse_process_config()
606 if (mp4vparse->vol.par_width > 0 && mp4vparse->vol.par_height > 0 && in gst_mpeg4vparse_update_src_caps()
609 GST_TYPE_FRACTION, mp4vparse->vol.par_width, in gst_mpeg4vparse_update_src_caps()
/third_party/ffmpeg/libavcodec/
Dlibxvid.c795 xvid_enc_frame.par_width = avctx->sample_aspect_ratio.num; 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
4319 GST_WRITE_UINT32_BE (data, par_width); in build_pasp_extension()