Lines Matching refs:libs
4 Subject: [PATCH] gst-libs: Support NV16_10LE40
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
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
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