1. 28c9b6f Camera2/3: Cleanup the jpeg buffer size calcaulation logic by Zhijun He · 11 years ago
  2. f67e23e CameraService: Clean up availability listeners and HAL error codes by Eino-Ville Talvala · 11 years ago
  3. 0a21051 Camera3: tear down Camera3 streams when they are deleted. by Zhijun He · 11 years ago
  4. 5d76e1a Camera3: only append partial result to partial result collection by Zhijun He · 11 years ago
  5. 204e329 Camera HAL3: migrate from partial quirks to partial result by Zhijun He · 11 years ago
  6. 0ea8fa4 Camera3: Add capture intent for ZSL capture by Zhijun He · 11 years ago
  7. c98bd8d Camera3: only return input buffer when it is sent in request by Zhijun He · 11 years ago
  8. f0d962a Camera3: fix ZSL processor3 issues by Zhijun He · 12 years ago
  9. 741ace8 cameraservice: Deprecate triggerId tags by Yin-Chia Yeh · 12 years ago
  10. cd8fce8 Camera2: get stream configs by device verison by Yin-Chia Yeh · 12 years ago
  11. 8684b7f Camera2: Fix lastFrameNumber counter in flush case by Yin-Chia Yeh · 12 years ago
  12. e11ae4b Camera3: Don't notifyError for non-fatal errors by Zhijun He · 12 years ago
  13. f7da096 Camera3: scale the max jpeg buffer size based on resolutions by Zhijun He · 12 years ago
  14. 7ef2039 camera3: Don't hold mLock during flush call by Zhijun He · 12 years ago
  15. e7ec24c Merge "CameraService: fix waitUntilIdle bug revealed by TestingCamera2." by Jianing Wei · 12 years ago
  16. 106b83d am dae621c2: am 95006625: Merge "camera: set mNeedConfig after creating ZSL stream" by Eino-Ville Talvala · 12 years ago
  17. 3c76fa3 CameraService: fix waitUntilIdle bug revealed by TestingCamera2. by Jianing Wei · 12 years ago
  18. 2d6bb3f CameraService: fix race condition and wrong last frame number. by Jianing Wei · 12 years ago
  19. e5e3d08 camera: set mNeedConfig after creating ZSL stream by Yuvraj Pasi · 12 years ago
  20. cb0652e CameraService: trigger appropriate callbacks for burst capture. by Jianing Wei · 12 years ago
  21. 95dd5ba Camera3: fix HAL3.x version check issue by Zhijun He · 12 years ago
  22. d6d1883 Merge "Camera3: Fix flush call deadlock" by Zhijun He · 12 years ago
  23. 32ce52b am 5c679d41: resolved conflicts for merge of 3d7c5002 to klp-modular-dev-plus-aosp by Colin Cross · 12 years ago
  24. 69a3748 Camera3: Fix flush call deadlock by Zhijun He · 12 years ago
  25. cfe0907 Merge "CameraService: Add support for burst capture and repeating burst." by Jianing Wei · 12 years ago
  26. 90e59c9 CameraService: Add support for burst capture and repeating burst. by Jianing Wei · 12 years ago
  27. e5729fa libcameraservice: fix 64-bit print format warnings by Colin Cross · 12 years ago
  28. d1176ef camera3: Pass vendor tags through binder. by Ruben Brunk · 12 years ago
  29. 5f44635 camera3: Delete output stream of bi-directional stream by Zhijun He · 12 years ago
  30. 491e341 Camera3: Flush device before ZSL reprocess by Zhijun He · 12 years ago
  31. 5b19084 Merge "Camera3: Remove request from InFlightMap for error case" by Zhijun He · 12 years ago
  32. 1b05dfc Camera3: Remove request from InFlightMap for error case by Zhijun He · 12 years ago
  33. b50df22 Merge "Camera3: add systraces for hal open/close" by Zhijun He · 12 years ago
  34. 213ce79 Camera3: add systraces for hal open/close by Zhijun He · 12 years ago
  35. 184dfe4 Camera API2: Add support for partial result quirk by Eino-Ville Talvala · 12 years ago
  36. fd6ecdd Camera HAL3/API1: Add support for the partial result quirk. by Eino-Ville Talvala · 12 years ago
  37. ff3e31d camera: Collect stack traces when bad things happen, print with dumpsys by Igor Murashkin · 12 years ago
  38. 1dd08b3 Merge "Camera2/3: Add more tracing for API1" into klp-dev by Eino-Ville Talvala · 12 years ago
  39. 2b07e02 Camera2/3: Add more tracing for API1 by Eino-Ville Talvala · 12 years ago
  40. cc27e11 Camera: Save 1 frame time for takePicture call by Zhijun He · 12 years ago
  41. 07d2169 Camera3: Improve resilience to stream failures by Eino-Ville Talvala · 12 years ago
  42. 19fffcb Merge "Camera3: track request status in inflight queue" into klp-dev by Zhijun He · 12 years ago
  43. 1d1f846 Camera3: track request status in inflight queue by Zhijun He · 12 years ago
  44. f1e98d8 Camera API 2, Device 2/3: Implement idle and shutter callbacks by Eino-Ville Talvala · 12 years ago
  45. 2f876f9 Camera3: Always set a trigger ID for an active trigger by Eino-Ville Talvala · 12 years ago
  46. 6220f99 Merge "camera3: Dump latest request sent with dumpsys" into klp-dev by Igor Murashkin · 12 years ago
  47. d1d6467 Camera: Correct stream id types by Zhijun He · 12 years ago
  48. 1e479c0 camera3: Dump latest request sent with dumpsys by Igor Murashkin · 12 years ago
  49. 26fe6c7 Camera3: Be busy as soon as work arrives. by Eino-Ville Talvala · 12 years ago
  50. abaa51d Camera2: Add flush support by Eino-Ville Talvala · 12 years ago
  51. 7b82efe Camera: Rename new API to camera2, rearrange camera service by Eino-Ville Talvala · 12 years ago[Renamed (99%) from services/camera/libcameraservice/Camera3Device.cpp]
  52. e4bc8db am b0177ff2: am 46910bdc: Camera2/3: Fix deadlock when starting recording before preview. by Eino-Ville Talvala · 12 years ago
  53. 46910bd Camera2/3: Fix deadlock when starting recording before preview. by Eino-Ville Talvala · 12 years ago
  54. c0c13c0 am e4a453d4: am 214a17fd: Camera3: Always close HAL device even in face of errors. by Eino-Ville Talvala · 13 years ago
  55. 214a17f Camera3: Always close HAL device even in face of errors. by Eino-Ville Talvala · 13 years ago
  56. 04411d3 am ccc366a9: am 1191454a: Merge "Camera3: Skipping no-ops good, not updating state machine bad." into jb-mr2-dev by Eino-Ville Talvala · 13 years ago
  57. 31fdb29 Camera3: Skipping no-ops good, not updating state machine bad. by Eino-Ville Talvala · 13 years ago
  58. 52b943e am 44ade05f: am ea26c777: Camera3: Skip no-op stream configurations. by Eino-Ville Talvala · 13 years ago
  59. ea26c77 Camera3: Skip no-op stream configurations. by Eino-Ville Talvala · 13 years ago
  60. 5e07157 Merge "Camera3: Add more tracing" by Eino-Ville Talvala · 13 years ago
  61. 17a61ad Camera3: Add more tracing by Eino-Ville Talvala · 13 years ago
  62. dcb614c am e097efde: am b05eeaed: camera3: Fix crash in set error state. by Zhijun He · 13 years ago
  63. b05eeae camera3: Fix crash in set error state. by Zhijun He · 13 years ago
  64. fe7e0c6 camera: Dont segfault when result lacks timestamp by Alex Ray · 13 years ago
  65. e2172be camera3: Don't try to disconnect stream native windows more than once by Igor Murashkin · 13 years ago
  66. 4345d5b Camera3: Make sure new metadata results signal other threads waiting by Igor Murashkin · 13 years ago
  67. 5282713 Camera: Pause preview when needing to delete jpeg/zsl streams by Igor Murashkin · 13 years ago
  68. 073f857 camera3: Don't eagerly finish configuring bidi streams more than once by Igor Murashkin · 13 years ago
  69. 75b6134 Merge changes I2feda142,I5a95e0be,Ia0c21ef0 into jb-mr2-dev by Igor Murashkin · 13 years ago
  70. 2fba584 Camera3: Add ZSL stream support by Igor Murashkin · 13 years ago
  71. 5a269fa Camera3: Add input stream support by Igor Murashkin · 13 years ago
  72. 4c95676 Camera3: Register all stream buffers at stream configuration time. by Eino-Ville Talvala · 13 years ago
  73. 42368d9 Camera3: Allow multiple process_capture_result calls per request by Eino-Ville Talvala · 13 years ago
  74. b2058d1 Camera3: Improve error logging by Eino-Ville Talvala · 13 years ago
  75. 4d2f2e8 Camera: implement takePicture for HAL3-using clients by Igor Murashkin · 13 years ago
  76. d2c9069 Camera3: Fix metadata result not being rewritten after capture by Igor Murashkin · 13 years ago
  77. 7d346fa Camera: Add output side to camera3 HAL device by Eino-Ville Talvala · 13 years ago
  78. f76e027 Camera: Add input side to camera3 HAL device by Eino-Ville Talvala · 13 years ago
  79. 7138105 (Camera)FrameProcessor: Refactor to share code with ProFrameProcessor by Igor Murashkin · 13 years ago
  80. 7fa43f3 Camera: Start of support for version 3.0 of camera device HAL by Eino-Ville Talvala · 13 years ago