- 30 Apr, 2012 1 commit
-
-
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
-
- 27 Apr, 2012 5 commits
-
-
Romain Guy authored
-
Romain Guy authored
Change-Id: Ieda3f7dd5dca5f6a8fc50b07822e6a875db030ad
-
Kenny Root authored
-
Anonymous Coward authored
Change-Id: I92e5f6ace1bc9e711c14cb83533aeb99ab9ab9f7
-
JP Abgrall authored
This reverts commit 731d831e. Now that the xt_IDLETIMER uses the KOBJECT_UEVENT netlink, this change is not needed anymore.
-
- 26 Apr, 2012 1 commit
-
-
Todd Poynor authored
Change-Id: I6509cda358b4a75706afd01a5b5a36eabe492554 Signed-off-by:
Todd Poynor <toddpoynor@google.com>
-
- 25 Apr, 2012 3 commits
-
-
Kenny Root authored
Forward locked apps on internal storage will be stored in ASEC containers using ext4. This way permissions can be preserved whether on internal or external storage. Change-Id: I942f8f0743c210330a11e2b1d0204df7a5ddb2ae
-
Mathias Agopian authored
-
Jamie Gennis authored
Change-Id: I3baae99d4da00d962d3afe6bdfc16e3eb04ede24
-
- 24 Apr, 2012 5 commits
-
-
Robert Greenwalt authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
Change-Id: If4488944e8a1c8af7b13847069d03b7ea4a30785
-
Glenn Kasten authored
Change-Id: I52c8ea33b9b915fc08546f2ca0b191391f58506b
-
- 22 Apr, 2012 1 commit
-
-
Glenn Kasten authored
-
- 21 Apr, 2012 1 commit
-
-
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
-
- 20 Apr, 2012 4 commits
-
-
Eric Laurent authored
-
Glenn Kasten authored
Also tid == 0 maps to gettid() on platforms that support it. This is needed by mediaserver code that was formerly using the old C++ API. Change-Id: I8baaa3e42315c9b924cec26b6da01e7cb69e0078
-
Eric Laurent authored
Add a value in audio policy flags to indicate an output stream providing deep audio PCM buffers. Such an output helps reducing the power consumption at the expense of audio latency. Stagefright will indicate a preference for such an output when playing music only (no video) and the audio duration is more than a given threshold. Change-Id: I0e6a9f5746a22d2bfea2b21dd182489a34a4b528
-
Todd Poynor authored
-
- 19 Apr, 2012 6 commits
-
-
Eino-Ville Talvala authored
-
Todd Poynor authored
Change-Id: Ib9c3fb4e43759af590a6e033b8ba04c0023d5f07
-
Jeff Sharkey authored
Bug: 6344821 Change-Id: Iebce3e1b36175fc88f44e18db647c43b1245f18f
-
Eric Laurent authored
* commit 'd0c3398e': type definition for future compat.
-
Eric Laurent authored
* commit 'e4e3f20f': type definition for future compat.
-
Eric Laurent authored
Change-Id: Ifaba69d556ecc2a881293a2217515ea7dc5bb1a9
-
- 18 Apr, 2012 6 commits
-
-
Eric Laurent authored
-
JP Abgrall authored
-
JP Abgrall authored
Some devices will fail to return the requested data if the final URB len of the request to > 255. So shrink the current data buffer from 128 to 127 in the acse of getting the serial number seems to work just fine. Change-Id: Ic24e6c86ec93f002dc721d92309b3f880f281f20
-
Eric Laurent authored
Removed obsolete AUDIO_POLICY_OUTPUT_FLAG_xxx flags definition. All project mmust use AUDIO_OUTPUT_FLAG_xxx flags from system/audio.h Change-Id: Ib374dee96afcf176df35d9a621be02ce0e30caf5
-
Erik Gilling authored
Used to talk to kernel synchronization framework Change-Id: I66e1f4a90f5d58d384bf1cec09db52101f182c5e Signed-off-by:
Erik Gilling <konkers@android.com>
-
Jamie Gennis authored
This change adds the set_active_rect 'method' to the ANativeWindow interface. Change-Id: Iae910d259ba5c3e94594fa1ffec5fc0662546ad0
-
- 17 Apr, 2012 2 commits
-
-
Eric Laurent authored
Added definitions for output flags needed by new audio HAL device API. These flags where previously defined in audio_policy.h. Definition in audio_policy.h remains temporarily until all projects are changed to use new flags. Change-Id: I371558c78050daae73942a36f51854372ab71068
-
Mike Lockwood authored
-
- 16 Apr, 2012 1 commit
-
-
Andrew Flynn authored
-
- 13 Apr, 2012 3 commits
-
-
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
-
Andrew Flynn authored
It will instead be set using PRODUCT_PROPERTY_OVERRIDES in makefiles Change-Id: Idc8b480af4c15e15c2d97cdd82a20f259e027c52
-
Mathias Agopian authored
-
- 12 Apr, 2012 1 commit
-
-
Robert Greenwalt authored
-