1. 25 Apr, 2012 3 commits
  2. 24 Apr, 2012 5 commits
  3. 22 Apr, 2012 1 commit
  4. 21 Apr, 2012 1 commit
    • Robert Greenwalt's avatar
      Add ability to quote responses as needed. · 59494779
      Robert Greenwalt authored
      It's up to the protocol to know when quotes are required.  In the future
      the response should probably all be binary blobs with lengths.
      
      bug:6353048
      Change-Id: I3f9b48ab0f4e6746d75cdc9c0c84d33f38f63661
      59494779
  5. 20 Apr, 2012 4 commits
  6. 19 Apr, 2012 6 commits
  7. 18 Apr, 2012 6 commits
  8. 17 Apr, 2012 2 commits
  9. 16 Apr, 2012 1 commit
  10. 13 Apr, 2012 3 commits
    • Eino-Ville Talvala's avatar
      Add new raw image sensor HAL pixel format. · 0a85154c
      Eino-Ville Talvala authored
      This format is exposed outside of the HAL to applications.
      
      RAW_SENSOR is a single-channel 16-bit format, typically representing raw
      Bayer-pattern images from an image sensor, with minimal processing.
      
      The exact pixel layout of the data in the buffer is sensor-dependent, and
      needs to be queried from the camera device.
      
      Generally, not all 16 bits are used; more common values are 10 or 12
      bits. All parameters to interpret the raw data (black and white points,
      color space, etc) must be queried from the camera device.
      
      This format assumes
      - an even width
      - an even height
      - a horizontal stride multiple of 16 pixels (32 bytes).
      
      Change-Id: I67fc72d1c2c899e258fcd53b3ab91b459e9210f0
      0a85154c
    • Andrew Flynn's avatar
      Don't set ro.carrier in init.c · 34f6d9e9
      Andrew Flynn authored
      It will instead be set using PRODUCT_PROPERTY_OVERRIDES
      in makefiles
      
      Change-Id: Idc8b480af4c15e15c2d97cdd82a20f259e027c52
      34f6d9e9
    • Mathias Agopian's avatar
      aab19bbc
  11. 12 Apr, 2012 5 commits
  12. 11 Apr, 2012 3 commits