1. 30 Apr, 2012 1 commit
    • Jamie Gennis's avatar
      graphics.h: clarify docs about stride for YV12 · 185b300d
      Jamie Gennis authored
      This change makes it clearer how to derive the stride of the Cr and Cb plane
      from the stride of the Y plane for the YV12 pixel format.
      
      Change-Id: I54a9a20f35224bd583e25c615014cc8d830a1dd0
      185b300d
  2. 27 Apr, 2012 5 commits
  3. 26 Apr, 2012 1 commit
  4. 25 Apr, 2012 3 commits
  5. 24 Apr, 2012 5 commits
  6. 22 Apr, 2012 1 commit
  7. 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
  8. 20 Apr, 2012 4 commits
  9. 19 Apr, 2012 6 commits
  10. 18 Apr, 2012 6 commits
  11. 17 Apr, 2012 2 commits
  12. 16 Apr, 2012 1 commit
  13. 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
  14. 12 Apr, 2012 1 commit