Home
last modified time | relevance | path

Searched refs:horizontal_size (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encpicturereader.cc91 strm.horizontal_size = width; in StreamPictureParams()
114 strm.horizontal_size, strm.vertical_size); in StreamPictureParams()
153 x = encparams.horizontal_size; in LoadFrame()
/third_party/ffmpeg/libavcodec/
Dcbs_mpeg2_syntax_template.c32 mpeg2->horizontal_size = current->horizontal_size_value; in FUNC()
101 mpeg2->horizontal_size = (mpeg2->horizontal_size & 0xfff) | in FUNC()
Dcbs_mpeg2.h222 uint16_t horizontal_size; member
Dvaapi_mpeg2.c53 .horizontal_size = s->width, in vaapi_mpeg2_start_frame()
Dlibuavs3d.c211 ff_set_dimensions(avctx, seqh->horizontal_size, seqh->vertical_size); in libuavs3d_decode_frame()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.h214 gint32 horizontal_size; member
Dtsmuxstream.c834 gst_byte_writer_put_uint32_be (&writer, stream->horizontal_size); in tsmux_stream_default_get_es_descrs()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvampeg2dec.c453 .horizontal_size = base->width, in gst_va_mpeg2_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecmpeg2dec.c440 .horizontal_size = self->width, in gst_v4l2_codec_mpeg2_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1898 __u16 horizontal_size; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1898 __u16 horizontal_size; member
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1765 guint32 horizontal_size G_GNUC_UNUSED; in create_pad_for_stream()
1782 horizontal_size = gst_byte_reader_get_uint32_be_unchecked (&br); in create_pad_for_stream()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c723 gst_structure_get_int (s, "width", &ts_pad->stream->horizontal_size); in gst_base_ts_mux_create_or_update_stream()