index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
hardware
/
camera2
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add experimental camera session prepare API.
Ruben Brunk
2015-08-14
3
-0
/
+37
*
Make vendor keys visible in Camera2 java APIs.
Ruben Brunk
2015-07-31
1
-0
/
+14
*
Camera2: Add hidden experimental tearDown method
Eino-Ville Talvala
2015-07-16
3
-0
/
+35
*
Camera2: Reorganize high-speed recording API slightly
Eino-Ville Talvala
2015-07-10
4
-231
/
+387
*
Camera2: Remove HIGH_RESOLUTION level and modify FULL requirements
Eino-Ville Talvala
2015-06-22
1
-2
/
+10
*
Merge "Camera2: Handle getting input surface failures" into mnc-dev
Chien-Yu Chen
2015-06-17
1
-3
/
+7
|
\
|
*
Camera2: Handle getting input surface failures
Chien-Yu Chen
2015-06-16
1
-3
/
+7
*
|
Camera2: fix high speed request builder creation issue
Zhijun He
2015-06-17
1
-0
/
+5
*
|
Camera2: fix Surface cast issue
Zhijun He
2015-06-15
1
-7
/
+10
*
|
Merge "Make CameraDeviceImpl#close() idempotent (for real)." into mnc-dev
Ruben Brunk
2015-06-12
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
Make CameraDeviceImpl#close() idempotent (for real).
Ruben Brunk
2015-06-11
1
-2
/
+7
*
|
Camera2: fix high speed output surface format check
Zhijun He
2015-06-10
1
-7
/
+24
|
/
*
Camera2: add missing HFR implementation
Zhijun He
2015-06-05
1
-3
/
+2
*
Merge "Camera2: implement high speed video APIs" into mnc-dev
Zhijun He
2015-06-05
2
-16
/
+211
|
\
|
*
Camera2: implement high speed video APIs
Zhijun He
2015-06-04
2
-16
/
+211
*
|
Fix CameraManager#open exception handling.
Ruben Brunk
2015-06-04
1
-4
/
+3
|
/
*
Camera2: add high speed video APIs
Zhijun He
2015-06-03
2
-0
/
+20
*
Camera2: Remove isLoggable
Eino-Ville Talvala
2015-06-01
3
-27
/
+27
*
Merge "Camera2: Fix session close callback" into mnc-dev
Eino-Ville Talvala
2015-05-19
1
-45
/
+26
|
\
|
*
Camera2: Fix session close callback
Eino-Ville Talvala
2015-05-18
1
-45
/
+26
*
|
Merge "Camera2: Add SDK annotations" into mnc-dev
Eino-Ville Talvala
2015-05-19
1
-0
/
+2
|
\
\
|
*
|
Camera2: Add SDK annotations
Eino-Ville Talvala
2015-05-19
1
-0
/
+2
|
|
/
*
|
Camera2: stop log spamming when closing a closed camera
Zhijun He
2015-05-18
1
-1
/
+0
|
/
*
Camera2: Fix reprocessing API naming and docs
Chien-Yu Chen
2015-05-13
2
-8
/
+8
*
camera2: allow mixing regular/reprocess requests
Chien-Yu Chen
2015-05-06
2
-52
/
+135
*
camera2: validate reprocess request's session
Chien-Yu Chen
2015-04-23
2
-9
/
+23
*
Camera2: Add prepare method for output buffer pre-allocation
Eino-Ville Talvala
2015-04-14
3
-0
/
+75
*
camera2: add reprocess support
Chien-Yu Chen
2015-04-13
2
-92
/
+368
*
camera2: add reprocess format map
Chien-Yu Chen
2015-04-07
1
-1
/
+4
*
Camera2: Wire depth formats into StreamConfigurationMap
Eino-Ville Talvala
2015-04-03
1
-1
/
+9
*
Camera: update createStream API to add new rotation field
Yin-Chia Yeh
2015-03-16
1
-18
/
+28
*
Merge "Camera: add @hide API for setting camera rotation"
Yin-Chia Yeh
2015-03-12
1
-2
/
+19
|
\
|
*
Camera: add @hide API for setting camera rotation
Yin-Chia Yeh
2015-03-10
1
-2
/
+19
*
|
Camera2: Remove unused parameters in ICameraDeviceUser#createStream
Eino-Ville Talvala
2015-03-09
1
-3
/
+1
|
/
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
Camera2: Fix parallel session and device close() exception
Eino-Ville Talvala
2014-09-26
1
-1
/
+6
*
camera2: Fix race conditions and deadlocks around configuration
Igor Murashkin
2014-09-25
2
-19
/
+26
*
camera2: refactor LEGACY mode error handling.
Ruben Brunk
2014-09-21
1
-16
/
+9
*
Camera2: Check for sequence complete sooner.
Eino-Ville Talvala
2014-09-15
1
-0
/
+3
*
Camera2: Clean up corner case error handling
Eino-Ville Talvala
2014-09-14
2
-27
/
+62
*
Camera2: Allow captures right after abort
Eino-Ville Talvala
2014-09-09
1
-11
/
+0
*
Camera2: Add frameNumber to CaptureCallback#onCaptureStarted
Eino-Ville Talvala
2014-09-09
2
-5
/
+7
*
Camera2: Final API revisions
Eino-Ville Talvala
2014-09-05
3
-201
/
+201
*
Merge "Camera2: Remove spurious warnings" into lmp-dev
Yin-Chia Yeh
2014-08-29
1
-9
/
+41
|
\
|
*
Camera2: Remove spurious warnings
Yin-Chia Yeh
2014-08-29
1
-9
/
+41
*
|
Merge "camera2: Implement TotalCaptureResult#getPartialResults" into lmp-dev
Igor Murashkin
2014-08-29
1
-9
/
+72
|
\
\
|
*
|
camera2: Implement TotalCaptureResult#getPartialResults
Igor Murashkin
2014-08-28
1
-9
/
+72
*
|
|
Camera2: Make sure aborting captures on an idle device works.
Eino-Ville Talvala
2014-08-27
1
-0
/
+7
|
/
/
*
|
Camera2: Correct error handling
Eino-Ville Talvala
2014-08-27
2
-19
/
+106
|
/
*
camera2: Enable configuration failure to call #onConfigureFailed
Igor Murashkin
2014-08-20
2
-13
/
+53
[next]