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