Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
315
Issues
315
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
abb34b9c
Commit
abb34b9c
authored
Apr 03, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hwdec: No OMX for Exynos 4
It freeze on these devices, so don't use OMX until we found a solution.
parent
02179099
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
libvlc/src/org/videolan/libvlc/HWDecoderUtil.java
libvlc/src/org/videolan/libvlc/HWDecoderUtil.java
+5
-1
No files found.
libvlc/src/org/videolan/libvlc/HWDecoderUtil.java
View file @
abb34b9c
...
...
@@ -79,6 +79,11 @@ public class HWDecoderUtil {
new
DecoderBySOC
(
"ro.board.platform"
,
"exdroid"
,
Decoder
.
OMX
),
// Allwinner A31
new
DecoderBySOC
(
"ro.board.platform"
,
"sun6i"
,
Decoder
.
OMX
),
// Allwinner A31
/*
* Devices working only on Mediacodec
*/
new
DecoderBySOC
(
"ro.board.platform"
,
"exynos4"
,
Decoder
.
MEDIACODEC
),
// Exynos 4 (Samsung Galaxy S2/S3)
/*
* Devices working on Mediacodec and OMX
*/
...
...
@@ -86,7 +91,6 @@ public class HWDecoderUtil {
new
DecoderBySOC
(
"ro.board.platform"
,
"tegra"
,
Decoder
.
ALL
),
// Tegra 2 & 3
new
DecoderBySOC
(
"ro.board.platform"
,
"tegra3"
,
Decoder
.
ALL
),
// Tegra 3
new
DecoderBySOC
(
"ro.board.platform"
,
"msm8660"
,
Decoder
.
ALL
),
// QCOM S3
new
DecoderBySOC
(
"ro.board.platform"
,
"exynos4"
,
Decoder
.
ALL
),
// Exynos 4 (Samsung Galaxy S2/S3)
new
DecoderBySOC
(
"ro.board.platform"
,
"exynos5"
,
Decoder
.
ALL
),
// Exynos 5 (Samsung Galaxy S4)
new
DecoderBySOC
(
"ro.board.platform"
,
"rk30"
,
Decoder
.
ALL
),
// Rockchip RK30
new
DecoderBySOC
(
"ro.board.platform"
,
"rk31"
,
Decoder
.
ALL
),
// Rockchip RK31
...
...
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