Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
a4418b98
Commit
a4418b98
authored
9 years ago
by
Philippe Gravel
Browse files
Options
Downloads
Patches
Plain Diff
H5OS Adaptation
Change-Id: Iba175fe7dbdf1aeeac8ea66f05af23d801df1d5e
parent
47105f6a
No related branches found
Branches containing commit
Tags
LF.BR.1.2.3-15400-8x09.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
b2g_product.mk
+0
-18
0 additions, 18 deletions
b2g_product.mk
patch/all/gaia/0001-Enable-recorderProfiles-menu-and-1080p-video-encode.patch
+0
-57
0 additions, 57 deletions
...Enable-recorderProfiles-menu-and-1080p-video-encode.patch
with
0 additions
and
75 deletions
b2g_product.mk
+
0
−
18
View file @
a4418b98
...
...
@@ -141,23 +141,5 @@ GECKO_CONFIGURE_ARGS+=--enable-hardware-aec-ns
# Disable Mozilla's RIL and Location modules
GECKO_CONFIGURE_ARGS
+=
--disable-mozril-geoloc
# Env variables used for Gaia multilocale support
LOCALE_BASEDIR
=
$(
abspath gaia-l10n
)
export
LOCALES_FILE
export
LOCALE_BASEDIR
export
GAIA_DEFAULT_LOCALE
# Env variables used for Gecko multilocale support
L10NBASEDIR
=
$(
abspath gecko-l10n
)
export
MOZ_CHROME_MULTILOCALE
export
L10NBASEDIR
# Add compare-locales to the PATH for Gecko multilocale
#
# TODO: This could be instead added in gonk-misc/Android.mk
# when the Gecko build is involved to limit the scope of
# the PATH changes
PATH
:=
$(
PATH
)
:
$(
abspath compare-locales/scripts
)
PYTHONPATH
:=
$(
PYTHONPATH
)
:
$(
abspath compare-locales/lib
)
export
PATH
export
PYTHONPATH
This diff is collapsed.
Click to expand it.
patch/all/gaia/0001-Enable-recorderProfiles-menu-and-1080p-video-encode.patch
deleted
100644 → 0
+
0
−
57
View file @
47105f6a
From 745279593eaa8f962bdf849015f6ab8541dcc4db Mon Sep 17 00:00:00 2001
From: Bhargav Gurappadi <bhargavg1@codeaurora.org>
Date: Wed, 2 Jul 2014 13:00:47 -0700
Subject: [PATCH] Enable recorderProfiles menu and 1080p video encode
Per Mozilla UX design on v1.4, the recorderProfiles menu is disabled by default
Also 1080p video resolution is explicitly disabled due to bug 987068.
This patch reverses enables these two settings in our internal builds because:
1) 1080p works fine on 8926, and enabling doesn't cause issues on 8x10 or 7x27a
2) The recorderProfiles menu is very useful when debugging why a video
recording failed. For example currently on 7x27a, our camera HAL
reports that we can support up to 720p video so the camera application by
default selects the maximum resolution. However in reality we can only
support up to CIF. Without the recorderProfiles menu enabled it would
have taken much longer to root cause such a problem.
Change-Id: Id74a6e00f6fa96fa0ccf9e72968153969012f6bc
---
apps/camera/js/config/config.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/apps/camera/js/config/config.js b/apps/camera/js/config/config.js
index b14da89..41a2559 100644
--- a/apps/camera/js/config/config.js
+++ b/apps/camera/js/config/config.js
@@ -209,7 +209,7 @@
module.exports = {
header: 'video-resolution-header',
icon: 'video-size',
options: [],
- exclude: ['high', '1080p'],
+ // exclude: ['high', '1080p'],
persistent: true,
optionsLocalizable: false,
},
@@ -360,12 +360,12 @@
module.exports = {
{
key: 'timer'
},
- // {
- // key: 'pictureSizes'
- // },
- // {
- // key: 'recorderProfiles'
- // },
+ {
+ key: 'pictureSizes'
+ },
+ {
+ key: 'recorderProfiles'
+ },
{
key: 'grid'
}
--
1.8.2.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment