| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Bug: 5388009
Change-Id: I536278365120e15ab0caacb09d1101f1610bad0c
|
|
|
|
| |
Change-Id: I45dcae0b8d3985dd5e00603e440a8b6d49be654d
|
|\ |
|
| |
| |
| |
| |
| | |
bug:5366049
Change-Id: Ifee52c43c7c2ec8ff674fca8ce7762cc489c1b6a
|
|\ \
| | |
| | |
| | | |
ics-factoryrom
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now camera API specifies focus it not reset by stopPreview or
takePicture. This is especially important when the mode is
FOCUS_MODE_CONTINUOUS_PICTURE because the focus will be paused
after autoFocus is called.
bug:5356404
Change-Id: I027df2b8b4092183668c21f4d97a84ad73a9d396
|
|/
|
|
|
|
|
|
| |
- Add back 8dp padding.
- Change background to 85% opacity.
bug:5290450
Change-Id: I0dce998769391d27699aec69717ef9c11bce4534
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I38b286ffb4b03cba5716d7bf9ed6ef5cbc29ce80
|
|/
|
|
|
|
|
|
| |
- Preview stretching still occurs after some transitions.
- Correct quality used in recording, shown in UI at all times.
Bug: 5320425
Change-Id: I63612c55d2e6e0e979208c59f2caf9a61ac1d3f8
|
|\
| |
| |
| | |
into ics-factoryrom
|
| |
| |
| |
| |
| |
| | |
bug:5226051
Change-Id: I61609e31fb8f18041f6885cb923507aeecfd9c9f
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Change the assets.
2. Change the strings from high/low/mms to 1080p/720p/480p.
3. Change the preference from customized string to the real values of
CamcorderProfile.QUALITY_[1080|720|480]P
bug:5141068
Change-Id: I294799bda8e873f828bbf4bd21330591f0859632
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
bug:5336037
Change-Id: Ib1ffb7694625d63161e2cc52a7d755614d4b63bb
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bug:5363212
The hightlight was incorrect as the initial value of ModePicker is
MODE_CAMERA and the old code just return right away without update its
current highlight.
Change-Id: I2ae8e2c614be75836ad49abe0c735f01f37f5e12
|
|\ \ \
| | | |
| | | |
| | | | |
ics-factoryrom
|
| | |/
| |/|
| | |
| | |
| | | |
bug:5039235
Change-Id: I79d4b7be080748b2715b8826924de65e0d75ef39
|
|\ \ \
| |_|/
|/| |
| | | |
ics-factoryrom
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Do not call setParameters, autoFocus, or cancelAutoFocus if the
snapshot is in progress.
bug:5359430
Change-Id: I17a367643c85e0e65b2ba3f9c1ab9ace86c52722
|
|/
|
|
|
|
|
|
|
| |
- Switch position of checkmark and X.
- Let review play icon visible in intent mode.
- Let review control visible after reviewing video.
bug:5244256
Change-Id: I20d51faf9fb5658ee009dd45ff112947cf4ebf02
|
|
|
|
|
|
|
|
|
|
| |
1) Starts stitching only when the camera sees a textured scene at the beginning.
2) If a texturess scene is encountered in the middle of a capture, the stitching continues with the intermediate frames translated using the pan velocity estimate.
3) Added more error codes and percolated them up to the java layer.
4) Fix a build error in Mosaic::addFrame() and added comments.
5) Update the javadoc in Mosaic.java to reflect the new returning codes.
Change-Id: I7727ace615ece22adefe313a19ac2cbe8c8d21a8
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. The height of title is adjusted.
2. The height of each row is adjusted.
3. The background is not transparent anymore.
4. Font size is adjusted.
5. Leave some space between the setting popup and the indicator bar.
bug:5039235
Change-Id: I22d49ea04db15b3e2a095a5e360a76ab15e1a5fc
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now camera API specifies autofocus does not lock AE and AWB.
So the application locks AE/AWB when focus starts.
AE/AWB are unlocked when focus finishes or preview starts.
bug:5356404
Change-Id: I9d735404babd5bc84bef5253768221fd7509afca
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
+use drawable selector to activate/deactivate the zoom control bar
+update/add zoom assets
Change-Id: Ie429dd0d78c562c8d1045280f336ae74ea6ce898
|
|\ \
| | |
| | |
| | | |
ics-factoryrom
|
| | |
| | |
| | |
| | |
| | | |
Bug: 5350124
Change-Id: I515f7982072987e888408f8d667a6a8cd422104b
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
1) The library should now return proper error code for the negative width scenario.
2) Also fixed a round-off issue which lead to improper cropping behavior for low-res output.
Bug: 5330440, 5350580
Change-Id: I010be9b8a2b1252c1d2e0528956e512126f6246a
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
For the downsampling, we should use the same pixel's UV channel, instead
of even pixel's V and odd pixel's U.
Change-Id: If94ac380b77dc776d61fdab3a31697f9fadfbad1
|
|\ \
| | |
| | |
| | | |
ics-factoryrom
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Now ensures that camera preview is stopped before starting or
stopping the effects processing, and that the previewTexture
is set to null.
- Fix a few potential race conditions relating to effect switching
- Tear down old graphs properly
This fixes errors relating to SurfaceTexture disconnect/abandon errors
when swapping between effects, and possibly some rarely-occuring race
condition crashes.
Bug: 5328760
Change-Id: I6b655f32b835e7ac65cb7c8dc533befb5177907c
|
| |
| |
| |
| |
| | |
bug:5340674
Change-Id: Iedb4bdf22cad562a8406739a1d07a758db5d9fc4
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. Remove mms option from quality setting.
2. Hide the quality preference when the desired quality is already known.
bug:5141068
Change-Id: I3d839bc60fc6173626d0dfb4110edb06db4bf28e
|
|/ /
| |
| |
| |
| |
| | |
bug:5226051
Change-Id: If3c6aece533a263411f55d21a9cc76282b021554
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: If540d37c7071b8e46355769b9aa051c90b943e05
|
| |/
|/|
| |
| |
| |
| |
| | |
1) Added algorithm to select wider strips (and made it the default mode in the app).
2) Added algorithm to cross-fade blend between the wider strips.
Change-Id: I744e69edb16a20f0040ee82c3390548b78853087
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
bug:5318964
+update assets
Change-Id: I39c6575803d22ab5db5c75a2d47257d12a397255
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
This was originally submitted to the master branch.
Change-Id: Icb3ffcbe230f9ea83c983babd32c034261d8f478
|
|/
|
|
|
| |
bug:5226051
Change-Id: I5758a5e8aaa0f12bc06b63b99d9c6ed2b42d507d
|
|\ |
|