summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/camera2/CameraCaptureSession.java
Commit message (Expand)AuthorAgeFilesLines
* Camera: Clarify benefit of readout vs exposure timestampShuzhen Wang2022-05-091-2/+3
* Camera: Add support for readout timestampShuzhen Wang2022-05-051-0/+35
* Camera: Enable 10-bit output camera APIEmilian Peev2022-01-181-8/+43
* Camera: improve session.close documentationYin-Chia Yeh2020-12-101-1/+9
* Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-111-0/+2
* Camera: Minor session state callback doc updatesEmilian Peev2020-08-061-7/+7
* Camera: improve switchToOffline documentYin-Chia Yeh2020-03-091-1/+9
* Camera: Add API for surface offline mode queriesEmilian Peev2020-01-211-5/+33
* Camera: Add initial offline camera session implementationEmilian Peev2020-01-201-0/+66
* Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-051-2/+2
* Camera: Accept user-supplied executors in capture sessionsEmilian Peev2018-03-231-1/+173
* Camera: Enable API for dynamic camera output surfacesEmilian Peev2017-11-101-1/+39
* Camera: Send onPrepared callback to all shared surfacesShuzhen Wang2017-03-231-0/+5
* Camera: Update doc to allow unchanged configs in finalizeOutputConfigsShuzhen Wang2017-02-131-0/+4
* Camera2: Combine API for deferred surface and shared surfaceShuzhen Wang2017-01-241-11/+20
* Camera2: Add onCaptureQueueEmpty callbackShuzhen Wang2016-10-181-0/+30
* Camera2: Unhide deferred surface configuration APIsEino-Ville Talvala2016-09-081-33/+30
* Camera2: Clean up some obsolete trampolines left from original API launchEino-Ville Talvala2016-09-071-24/+0
* Camera2: add deferred output config supportZhijun He2016-06-021-0/+48
* Camera2: Add buffer drop error callbackEino-Ville Talvala2016-03-101-0/+24
* Camera2: Clarify ordering between onCaptureStart and onCaptureProgressedShuzhen Wang2016-02-101-0/+3
* Add experimental camera session prepare API.Ruben Brunk2015-08-141-0/+42
* Camera2: Add hidden experimental tearDown methodEino-Ville Talvala2015-07-161-0/+39
* Camera2: Reorganize high-speed recording API slightlyEino-Ville Talvala2015-07-101-11/+0
* ImageWriter: Exception when Surface is abandonedChien-Yu Chen2015-07-061-2/+3
* Merge "Camera2: Clarify capture order for reprocess" into mnc-devChien-Yu Chen2015-06-101-7/+18
|\
| * Camera2: Clarify capture order for reprocessChien-Yu Chen2015-06-091-7/+18
* | Camera2: add high speed video APIsZhijun He2015-06-031-0/+11
|/
* Camera2: update docs for reprocess timestampChien-Yu Chen2015-05-291-8/+16
* Camera2: Add SDK annotationsEino-Ville Talvala2015-05-191-24/+33
* Camera2: Fix reprocessing API naming and docsChien-Yu Chen2015-05-131-18/+18
* Camera2: stream configs for reprocessible sessionChien-Yu Chen2015-05-081-15/+20
* Merge "camera2: allow mixing regular/reprocess requests" into mnc-devChien-Yu Chen2015-05-071-5/+2
|\
| * camera2: allow mixing regular/reprocess requestsChien-Yu Chen2015-05-061-5/+2
* | Camera2: LEGACY: Support prepare(), sort of.Eino-Ville Talvala2015-04-291-0/+5
|/
* camera2: validate reprocess request's sessionChien-Yu Chen2015-04-231-5/+14
* Camera2: Add prepare method for output buffer pre-allocationEino-Ville Talvala2015-04-141-18/+99
* camera2: add reprocess supportChien-Yu Chen2015-04-131-17/+95
* Camera2: Add frameNumber to CaptureCallback#onCaptureStartedEino-Ville Talvala2014-09-091-1/+14
* Camera2: Final API revisionsEino-Ville Talvala2014-09-051-28/+42
* camera2: Document CameraCaptureSession behavior given 0 SurfacesSol Boucher2014-07-091-14/+15
* Camera2: Hide all the deprecated methods and interfacesEino-Ville Talvala2014-07-061-2/+2
* Camera2: Many docs updatesEino-Ville Talvala2014-06-091-12/+8
* camera2: Change CaptureListener callbacks to include the session (api)Igor Murashkin2014-06-041-17/+26
* camera2: Implement most of CameraCaptureSessionIgor Murashkin2014-06-031-16/+28
* camera2: Add partial results to the capture listener (API change)Igor Murashkin2014-05-271-8/+89
* Camera2: New capture session interfaceEino-Ville Talvala2014-05-221-0/+588