Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
1b3697cf
Commit
1b3697cf
authored
Feb 20, 2011
by
David Schleef
Committed by
Wim Taymans
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOVED FROM BAD 59/68] colorspace: fix a few formats
parent
88a08599
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
gst/colorspace/colorspace.c
gst/colorspace/colorspace.c
+3
-2
gst/colorspace/gstcolorspace.c
gst/colorspace/gstcolorspace.c
+1
-1
gst/colorspace/gstcolorspaceorc.orc
gst/colorspace/gstcolorspaceorc.orc
+2
-1
No files found.
gst/colorspace/colorspace.c
View file @
1b3697cf
...
...
@@ -588,7 +588,8 @@ getline_Y41B (ColorspaceConvert * convert, guint8 * dest, const guint8 * src,
{
cogorc_getline_YUV9
(
dest
,
FRAME_GET_LINE
(
src
,
0
,
j
),
FRAME_GET_LINE
(
src
,
1
,
j
),
FRAME_GET_LINE
(
src
,
2
,
j
),
convert
->
width
);
FRAME_GET_LINE
(
src
,
1
,
j
),
FRAME_GET_LINE
(
src
,
2
,
j
),
convert
->
width
/
2
);
}
static
void
...
...
@@ -1053,7 +1054,7 @@ getline_YUV9 (ColorspaceConvert * convert, guint8 * dest, const guint8 * src,
cogorc_getline_YUV9
(
dest
,
FRAME_GET_LINE
(
src
,
0
,
j
),
FRAME_GET_LINE
(
src
,
1
,
j
>>
2
),
FRAME_GET_LINE
(
src
,
2
,
j
>>
2
),
convert
->
width
);
FRAME_GET_LINE
(
src
,
2
,
j
>>
2
),
convert
->
width
/
2
);
}
static
void
...
...
gst/colorspace/gstcolorspace.c
View file @
1b3697cf
...
...
@@ -49,7 +49,7 @@ GST_DEBUG_CATEGORY (colorspace_performance);
#define CSP_VIDEO_CAPS \
"video/x-raw-yuv, width = "GST_VIDEO_SIZE_RANGE" , " \
"height="GST_VIDEO_SIZE_RANGE",framerate="GST_VIDEO_FPS_RANGE"," \
"format= (fourcc) { I420 , NV12 , NV21 , YV12 , YUY2 , Y42B , Y444 , YUV9 , YVU9 , Y41B , Y800 , Y8 , GREY , Y16 , UYVY , YVYU , IYU1 , v308 , AYUV, v210, A420, AY64 } ;" \
"format= (fourcc) { I420 , NV12 , NV21 , YV12 , YUY2 , Y42B , Y444 , YUV9 , YVU9 , Y41B , Y800 , Y8 , GREY , Y16 , UYVY , YVYU , IYU1 , v308 , AYUV, v210,
v216,
A420, AY64 } ;" \
GST_VIDEO_CAPS_RGB";" \
GST_VIDEO_CAPS_BGR";" \
GST_VIDEO_CAPS_RGBx";" \
...
...
gst/colorspace/gstcolorspaceorc.orc
View file @
1b3697cf
...
...
@@ -1384,7 +1384,8 @@ x2 mergewl ayuv, ayay, uvuv
.temp 4 ayay
.temp 4 uvuv
x2 splitwb yy, uv, uyvy
x2 splitwb uv, yy, uyvy
swapw uv, uv
x2 mergebw ayay, c255, yy
mergewl uvuv, uv, uv
x2 mergewl ayuv, ayay, uvuv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment