| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
bug:5494290
Change-Id: I7cb498ef50610d300a64d9d053b0a411d86da730
|
| |
| |
| |
| |
| |
| |
| |
| | |
The reason we want an array of default values is some of them may
be unsupported on a hardware platform. The first supported value
in the array will be used as the default value.
Change-Id: I9e372304ec0eaea3181cf70c352a50b82d4b8c58
|
| |
| |
| |
| | |
Change-Id: I33b38fa54302c0dbf98298e28c9457c9bf61bb7d
|
| |
| |
| |
| | |
Change-Id: I41ea0d23b4ec83f5205fbe1324fb997a1d0971f3
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In effects mode, stopping video record is asynchronous, and dealing
with alerts and thumbnails has to be deferred until a done callback
from the effectsrecorder.
Bug: 5494625
Change-Id: Ic343b672c29515cb77f62b8d3e685d668681fdd1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
+ Move tablet resource to sw600dp and sw800dp
bug:5446617
Change-Id: Iaf2a442e621ed071d7639972a529dd263e3ce628
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add the support of both portrait and landscape layout to the panorama library.
Add a step into the preview renderer that rotates the content in the
offscreen buffer by 90 degrees in the case of a portrait layout.
Change-Id: I879e3476daac522b0c8b27fe3ef5b17ebf0797e3
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
ics-mr1
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Suppose camera app is in the foreground. If users turn off and turn
on the screen very fast, camera app can still have the focus when the
lock screen shows up. Now the camera app will not open the camera as
long as screen is locked.
bug:5491362
Change-Id: Idf2a1b160c94abb889729e0525c9903b62f12dd0
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
been added to MediaProvider." into ics-mr1
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
added to MediaProvider.
Change-Id: I5bb9e59d5b1dae4c3980f624d38194fbb514d7fa
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Needed to enable app to switch to portrait for startup speed. Still
supports landscape for landscape-native devices.
Bug: 5446617
Change-Id: I9853ff50d9fcd8cf53cc6e65d6c16319c1b27f76
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When starting up, the EffectsRecorder gets a callback when the effect
filter graph provides an input SurfaceTexture. This callback was not
checking the EffectsRecorder state correctly, and if stopPreview was
called on the EffectsRecorder between startup and before the callback
fires, the callback would improperly reset the recorder state,
resulting in NPEs down the line.
Bug: 5493458
Change-Id: If552b7c0ea82e1506f0b22eb5fa0447c1ca4adf8
|
| |\ \
| | | |
| | | |
| | | | |
ics-mr0
|
| | |/
| | |
| | |
| | |
| | | |
bug:5494625
Change-Id: I2bc482c05b9ca47bb566e351746a6e4dccdd6111
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sometimes startFaceDetection is called twice and exception
is thrown.
Reproduction steps:
1. Set screen lock to none.
2. Start camera app and press power key to turn off screen immediately.
3. Start camera app.
bug:5497940
Change-Id: I3337d70e473943f5306cb459ce79c0faa45b77af
|
|\ \
| |/
| |
| |
| | |
* commit '048edf2ef22607b85bc4b062e2af71804f5b3530':
Fix focus area in front camera.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Front camera preview is mirrored. Change to use matrix to
calculate the focus area. So the focus area will be
correct in all orientations in front or back camera.
bug:5446617
bug:5461028
Change-Id: I2d39a22cd9f034c5028843ca3d4abe0f9962f18a
|
|\ \
| |/
| |
| |
| | |
* commit '7d9eadd0c6c38b3761b7e8d3fa3658d194810d60':
Fix 5491362: don't open the camera in onResume in lockscreen.
|
| |
| |
| |
| | |
Change-Id: I678dd23f1603647e801c339a557fc08b53dbfa38
|
|\ \
| |/
| |
| |
| | |
* commit 'cfc9bcc6dc56135d905ffdaaf1b9838cf12a1558':
Fix race condition in preview startup.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A small window of time exists between starting preview and the graph
getting fully configured, in which stop preview calls would be
incorrectly ignored. Add a new state to effectsrecorder to reflect
reality a little better.
Bug: 5493458
Change-Id: I76542b6970186c288ec908f3bb558217fd7d00e8
|
|\ \
| |/
| |
| |
| |
| |
| | |
closures occur." into ics-mr0
* commit '74ec1a362dc1ddc7835fcfb2a578e3d8f58e6355':
Effects: shut down camera preview when unexpected graph closures occur.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the graph runner needs to shut down a graph due to an error, previously
the surface texture connecting the camera to the processing graph would get
released before camera was told to shut down preview. This led to various
abandoned surfacetexture errors in the camera HAL, sometimes including
native crashes.
Now properly uses the SurfaceTextureSource callback to detect unexpected
graph shutdown to clean up the camera before the SurfaceTexture is released.
Bug: 5451833
Change-Id: Id130c1e5deb27cffab335affaa1ed55f04c260a5
|
|\ \
| |/
| |
| |
| | |
* commit '7b9a10fef160cd452f7905ee52f7b9ac2262faf5':
Fix effects orientation handling.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Effects orientation was incorrectly using the
CameraInfo.orientation field to adjust for true down for face
detection, background replacement, and effects recording video
orientation.
The input surfacetexture from the camera already takes
the orientation into account in its transform matrix, resulting in
incorrect rotation amounts.
Bug: 5488310
Change-Id: I4c4105c44d361ca245874a47e4ff7b93cbd3bb06
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
ics-mr0
* commit '71d40934176ee23be9a91ca0aa33656e1cce8ce6':
Fix camera app crash when failed open the camera.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
bug:5488657
Change-Id: If22aca555b3f83ea754a67018feea69d6e97031b
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
autofocus." into ics-mr0
* commit 'cf2f19fb053bfe7f39c552b67ffdfc72119ab2d1':
Fix AE and AWB lock were incorrectly unlocked during autofocus.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
ics-mr0
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The only actual difference of this patch is not to unlock AE
and AWB when the state is STATE_FOCUSING_SNAP_ON_FINISH.
bug:5483130
Change-Id: If5108ef3c3677ebed96a291a505408ebfdc4668e
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
displayed.
* commit '27c97af52157672f6201215d2e07497ff6361a8e':
Reduct latency by starting face detection after preview is displayed.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
bug:5446617
Change-Id: I3ddbf269ab882360206fecb59f67ff894b950422
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'e0b66a87432f452bf4a10ef5e0d835113a8ab69d':
Support for max duration recording with effect
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Related to Bug: 5472397
Change-Id: I3634b1c9248da24eb82ff825fe52f4262e59d0e7
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
video.
* commit '0c1ec7e8cd43de1a4b4cb650b759dd0cbe123eaa':
Fix the resolver activity shows the apps that cannot play the video.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Camcorder apps needs to set the mime type to play the captured video
in video capture intent mode.
bug:5471592
Change-Id: I104baa4ff789fa8bb3136254105bc7284f391723
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'eeeea93f90ff788a3d86e1e3bb2bb4725adff9ee':
Reset the video effect when camcorder application starts.
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On video recording, if a Background effect is applied,
it is strange to see the popup window the next time the camera app
is opened.
bug:5477191
To reproduce:
-Open camera;
-Select Video recorder;
-Select settings>Effects>Background;
-Activate a background effect;
-The pop-up ("Place your device...") comes out;
-Effect is active;
-Press Home;
-Select the Camera app again;
-The pop-up is triggered again. The app is in background effect mode.
Change-Id: Iea44d7ef2243df5dec961e5ecf67e85b5e971dcb
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
orientation changed
* commit 'f9f24d4c578a01cb09a7e5c4c66b75595d3669ee':
bugfix 5479807 Video preview displaced to right when orientation changed
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Three changes:
(1) center the play button over the thumbnail
(2) leverage the existing mechanism for scaling the image for video
thumbnails which want to be 4/3
(3) use center_crop for video previews so that they properly align
in the ui. Not doing so means we were getting black bars at the top
and bottom which was wrong.
Change-Id: Ifc416455d03136a393239487db07493dc27f151e
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '7b52266b6f9af570f1fdb200a1d0fa7947344e1a':
Add hysteresis to orientation rounding.
|
| |\ \
| | |/
| |/| |
|