Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alex Cruz
android_device_samsung_epicmtd
Commits
b1a07789
Commit
b1a07789
authored
13 years ago
by
noobnl
Browse files
Options
Download
Email Patches
Plain Diff
decoding/encoding fix for our bastard epic
parent
f2b813c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
.../sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
+1
-1
sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/mfc_interface.h
...sec_omx/sec_codecs/video/mfc_c110/include/mfc_interface.h
+1
-1
No files found.
sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
View file @
b1a07789
...
...
@@ -28,7 +28,7 @@
#if SUPPORT_1080P
#define MMAP_BUFFER_SIZE_MMAP (70*1024*1024)
#else
#define MMAP_BUFFER_SIZE_MMAP (62*
1024
*1024)
#define MMAP_BUFFER_SIZE_MMAP (62*
512
*1024)
#endif
#define S5PC110_MFC_DEV_NAME "/dev/s3c-mfc"
...
...
This diff is collapsed.
Click to expand it.
sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/mfc_interface.h
View file @
b1a07789
...
...
@@ -32,7 +32,7 @@
#define IOCTL_MFC_GET_CONFIG 0x00800102
/* MFC H/W support maximum 32 extra DPB */
#define MFC_MAX_EXTRA_DPB
5
#define MFC_MAX_EXTRA_DPB
4
#define ENC_PROFILE_LEVEL(profile, level) ((profile) | ((level) << 8))
...
...
This diff is collapsed.
Click to expand it.
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