Skip to content
Snippets Groups Projects
  1. Jan 21, 2020
    • Leon Scroggins III's avatar
      Update NDK methods for HARDWARE Bitmaps · 84a2afcb
      Leon Scroggins III authored
      Bug: 135133301
      Test: I2c1e58c41e49c72fb4bdbc64989da103885d34bf
      
      _getInfo now sets a bit in AndroidBitmapInfo.flags to indicate whether
      the Bitmap has Config.HARDWARE.
      
      For a HARDWARE Bitmap, its AHardwareBuffer can now be retrieved with
      AndroidBitmap_getHardwareBuffer. Call AHardwareBuffer_acquire on the
      buffer so it will not be deleted while the client is using it.
      
      Change-Id: I9240c1928c1478053ecf7c252443a33dbd6fd6db
      84a2afcb
  2. Jan 18, 2020
  3. Jan 17, 2020
Loading