Lines Matching full:video
8 gst-libs/gst/video/video-converter.c | 3 +
9 gst-libs/gst/video/video-format.c | 161 +++++++++++++++++++++++++++
10 gst-libs/gst/video/video-format.h | 6 +-
11 gst-libs/gst/video/video-info.c | 7 ++
12 tests/check/libs/video.c | 1 +
15 diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c
17 --- a/gst-libs/gst/video/video-converter.c
18 +++ b/gst-libs/gst/video/video-converter.c
36 diff --git a/gst-libs/gst/video/video-format.c b/gst-libs/gst/video/video-format.c
38 --- a/gst-libs/gst/video/video-format.c
39 +++ b/gst-libs/gst/video/video-format.c
204 MAKE_YUV_C_LE_FORMAT (NV12_10LE40, "raw video",
207 + MAKE_YUV_C_LE_FORMAT (NV16_10LE40, "raw video",
210 MAKE_YUV_FORMAT (Y210, "raw video", GST_MAKE_FOURCC ('Y', '2', '1', '0'),
212 MAKE_YUV_FORMAT (Y410, "raw video", GST_MAKE_FOURCC ('Y', '4', '1', '0'),
222 diff --git a/gst-libs/gst/video/video-format.h b/gst-libs/gst/video/video-format.h
224 --- a/gst-libs/gst/video/video-format.h
225 +++ b/gst-libs/gst/video/video-format.h
232 * Enum value describing the most common video formats.
260 diff --git a/gst-libs/gst/video/video-info.c b/gst-libs/gst/video/video-info.c
262 --- a/gst-libs/gst/video/video-info.c
263 +++ b/gst-libs/gst/video/video-info.c
278 diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c
280 --- a/tests/check/libs/video.c
281 +++ b/tests/check/libs/video.c