Home
last modified time | relevance | path

Searched refs:vop_width (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.c1550 shorthdr->vop_width = 128; in gst_mpeg4_parse_video_plane_short_header()
1556 shorthdr->vop_width = 176; in gst_mpeg4_parse_video_plane_short_header()
1562 shorthdr->vop_width = 352; in gst_mpeg4_parse_video_plane_short_header()
1568 shorthdr->vop_width = 704; in gst_mpeg4_parse_video_plane_short_header()
1574 shorthdr->vop_width = 1408; in gst_mpeg4_parse_video_plane_short_header()
1580 shorthdr->vop_width = 0; in gst_mpeg4_parse_video_plane_short_header()
Dgstmpeg4parser.h316 guint16 vop_width; member
/third_party/ffmpeg/libavcodec/
Dvaapi_mpeg4.c57 .vop_width = s->width, in vaapi_mpeg4_start_frame()