Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b87e4029
Commit
b87e4029
authored
Apr 04, 2012
by
Martin Storsjö
Committed by
Jean-Baptiste Kempf
Apr 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omxil: Add OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
a4a14d8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
modules/codec/omxil/omxil_utils.h
modules/codec/omxil/omxil_utils.h
+1
-0
modules/codec/omxil/utils.c
modules/codec/omxil/utils.c
+1
-0
No files found.
modules/codec/omxil/omxil_utils.h
View file @
b87e4029
...
@@ -185,5 +185,6 @@ unsigned int GetAudioParamSize(OMX_INDEXTYPE index);
...
@@ -185,5 +185,6 @@ unsigned int GetAudioParamSize(OMX_INDEXTYPE index);
* Vendor specific color formats
* Vendor specific color formats
*****************************************************************************/
*****************************************************************************/
#define OMX_QCOM_COLOR_FormatYVU420SemiPlanar 0x7FA30C00
#define OMX_QCOM_COLOR_FormatYVU420SemiPlanar 0x7FA30C00
#define OMX_TI_COLOR_FormatYUV420PackedSemiPlanar 0x7F000100
#define OMX_IndexVendorSetYUV420pMode 0x7f000003
#define OMX_IndexVendorSetYUV420pMode 0x7f000003
modules/codec/omxil/utils.c
View file @
b87e4029
...
@@ -349,6 +349,7 @@ static const struct
...
@@ -349,6 +349,7 @@ static const struct
{
VLC_CODEC_I420
,
OMX_COLOR_FormatYUV420PackedPlanar
,
3
,
1
,
2
},
{
VLC_CODEC_I420
,
OMX_COLOR_FormatYUV420PackedPlanar
,
3
,
1
,
2
},
{
VLC_CODEC_NV12
,
OMX_COLOR_FormatYUV420SemiPlanar
,
3
,
1
,
1
},
{
VLC_CODEC_NV12
,
OMX_COLOR_FormatYUV420SemiPlanar
,
3
,
1
,
1
},
{
VLC_CODEC_NV21
,
OMX_QCOM_COLOR_FormatYVU420SemiPlanar
,
3
,
1
,
1
},
{
VLC_CODEC_NV21
,
OMX_QCOM_COLOR_FormatYVU420SemiPlanar
,
3
,
1
,
1
},
{
VLC_CODEC_NV12
,
OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
,
3
,
1
,
2
},
{
VLC_CODEC_YUYV
,
OMX_COLOR_FormatYCbYCr
,
4
,
2
,
0
},
{
VLC_CODEC_YUYV
,
OMX_COLOR_FormatYCbYCr
,
4
,
2
,
0
},
{
VLC_CODEC_YVYU
,
OMX_COLOR_FormatYCrYCb
,
4
,
2
,
0
},
{
VLC_CODEC_YVYU
,
OMX_COLOR_FormatYCrYCb
,
4
,
2
,
0
},
{
VLC_CODEC_UYVY
,
OMX_COLOR_FormatCbYCrY
,
4
,
2
,
0
},
{
VLC_CODEC_UYVY
,
OMX_COLOR_FormatCbYCrY
,
4
,
2
,
0
},
...
...
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