summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix track estimation for presentation complete" into jb-mr1-devJean-Michel Trivi2012-10-161-4/+2
|\
| * Fix track estimation for presentation completeJean-Michel Trivi2012-10-161-4/+2
* | Camera2: Don't touch frame counter on output frames.Eino-Ville Talvala2012-10-161-1/+1
* | Camera2: When focus is already locked in CAF mode, do not trigger HAL.Eino-Ville Talvala2012-10-163-4/+41
|/
* Camera2: Don't error out of startPreview when already recording.Eino-Ville Talvala2012-10-101-4/+7
* Merge "Support querying active record sources" into jb-mr1-devJean-Michel Trivi2012-10-102-0/+13
|\
| * Support querying active record sourcesJean-Michel Trivi2012-10-102-0/+13
* | Camera2: Don't let unlocks happen during recording.Eino-Ville Talvala2012-10-101-2/+6
* | Camera2: Do not set auto-white-balance regions from metering regions.Eino-Ville Talvala2012-10-101-3/+0
* | Camera: Limit valid caller PIDs for camera clients.Eino-Ville Talvala2012-10-102-20/+11
* | Merge "Camera: Clear Hardware device pointer when initialization fails" into ...Eino-Ville Talvala2012-10-091-0/+1
|\ \ | |/ |/|
| * Camera: Clear Hardware device pointer when initialization failsIgor Murashkin2012-10-091-0/+1
* | Merge "Camera2: Fix uninitialized parameters." into jb-mr1-devEino-Ville Talvala2012-10-091-0/+8
|\ \ | |/ |/|
| * Camera2: Fix uninitialized parameters.Eino-Ville Talvala2012-10-091-0/+8
* | Merge "Camera2: Call onAutoFocus immediately for fixed-focus cameras" into jb...Igor Murashkin2012-10-091-0/+15
|\ \
| * | Camera2: Call onAutoFocus immediately for fixed-focus camerasIgor Murashkin2012-10-091-0/+15
| |/
* | Merge "Camera2: Move non-ZSL shutter sound firing to be later." into jb-mr1-devEino-Ville Talvala2012-10-092-5/+12
|\ \
| * | Camera2: Move non-ZSL shutter sound firing to be later.Eino-Ville Talvala2012-10-082-5/+12
* | | Merge "audio policy: deprecate ro.camera.sound.forced" into jb-mr1-devEric Laurent2012-10-091-4/+0
|\ \ \ | |_|/ |/| |
| * | audio policy: deprecate ro.camera.sound.forcedEric Laurent2012-10-081-4/+0
* | | Merge "Camera2: Always disconnect in the client destructor" into jb-mr1-devEino-Ville Talvala2012-10-081-0/+4
|\ \ \ | |_|/ |/| |
| * | Camera2: Always disconnect in the client destructorIgor Murashkin2012-10-081-0/+4
* | | Camera2: isSmoothZoomSupported should return FALSEIgor Murashkin2012-10-081-1/+1
|/ /
* | Camera2: Set default flash mode to FLASH_OFFAlex Ray2012-10-081-2/+2
* | Merge "Camera2: Fix Parameters#setZoom off by 1 validation error" into jb-mr1...Igor Murashkin2012-10-081-1/+2
|\ \
| * | Camera2: Fix Parameters#setZoom off by 1 validation errorIgor Murashkin2012-10-081-1/+2
* | | Merge "Camera2: On stopping preview, wait until captures are completed." into...Eino-Ville Talvala2012-10-084-44/+57
|\ \ \ | |/ / |/| |
| * | Camera2: On stopping preview, wait until captures are completed.Eino-Ville Talvala2012-10-074-44/+57
| |/
* | Merge "Camera2: Report getMaxNumFocusAreas 0 for fixed focus cameras" into jb...Igor Murashkin2012-10-082-7/+25
|\ \ | |/ |/|
| * Camera2: Report getMaxNumFocusAreas 0 for fixed focus camerasIgor Murashkin2012-10-052-7/+25
* | audioflinger/resampler: add build source for libaudio-resamplerty.lee2012-10-071-0/+2
* | Camera2: Fix off-by-one error in ZSL selection.Eino-Ville Talvala2012-10-061-3/+6
* | Camera2: Unconditionally shut down streams on disconnect.Eino-Ville Talvala2012-10-051-1/+10
|/
* Camera2: Fix metering regions to take into account the current zoom/crop regionIgor Murashkin2012-10-053-10/+150
* Camera2: Change policy for calculating previewFpsRange from previewFpsIgor Murashkin2012-10-052-15/+105
* Merge "Camera2: Don't promote weak IBinder ptrs to strong ones" into jb-mr1-devIgor Murashkin2012-10-052-12/+14
|\
| * Camera2: Don't promote weak IBinder ptrs to strong onesIgor Murashkin2012-10-052-12/+14
* | Camera2: Use the triggerAfWithAuto quirkEino-Ville Talvala2012-10-043-0/+26
* | Camera2: Synchronize mode changes and triggersEino-Ville Talvala2012-10-0412-66/+259
|/
* Merge "Camera2: Include JPEG settings in ZSL requests." into jb-mr1-devEino-Ville Talvala2012-10-045-34/+75
|\
| * Camera2: Include JPEG settings in ZSL requests.Eino-Ville Talvala2012-10-045-34/+75
* | Merge "Integrate improved coefficient sinc resampler: VHQ" into jb-mr1-devGlenn Kasten2012-10-047-124/+270
|\ \ | |/ |/|
| * Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-047-124/+270
* | Merge "Camera2: Fix deadlock while zooming during record" into jb-mr1-devIgor Murashkin2012-10-041-11/+11
|\ \ | |/ |/|
| * Camera2: Fix deadlock while zooming during recordIgor Murashkin2012-10-031-11/+11
* | Merge "Camera2: Properly update FPS range when FPS is set." into jb-mr1-devEino-Ville Talvala2012-10-031-0/+4
|\ \ | |/ |/|
| * Camera2: Properly update FPS range when FPS is set.Eino-Ville Talvala2012-10-031-0/+4
* | Camera2: Fix prematurely clearing stream requestAlex Ray2012-10-032-7/+8
|/
* Camera2: Fix trying to release HAL stream twiceIgor Murashkin2012-10-031-3/+11
* Camera2: Handle client processes dying by closing camera resourcesIgor Murashkin2012-10-0311-28/+121