1. 16 Mar, 2015 3 commits
  2. 15 Mar, 2015 3 commits
  3. 13 Mar, 2015 7 commits
  4. 12 Mar, 2015 3 commits
    • Dan Stoza's avatar
      SurfaceFlinger: Stop using IGBC::BufferItem · 84493cd4
      Dan Stoza authored
      Switches all uses of IGraphicBufferConsumer::BufferItem (and
      BufferQueue::BufferItem) to the BufferItem in libgui. Depends on
      frameworks/native I699ed0a6837076867ca756b28d1ffb2238f7a0d9.
      
      Change-Id: I187b3a7d05196b6289596afac8fb9a9d4aebff76
      84493cd4
    • Dan Stoza's avatar
      libgui: Prepare for IGBC::BufferItem removal · dd26416f
      Dan Stoza authored
      Switches some dependencies from IGraphicBufferConsumer::BufferItem to
      android::BufferItem and adds some methods to facilitate incrementally
      changing client code to do the same.
      
      Change-Id: I699ed0a6837076867ca756b28d1ffb2238f7a0d9
      dd26416f
    • Ronghua Wu's avatar
      openmax: add OMX_IndexConfigPriority. · 49bf8f78
      Ronghua Wu authored
      Bug: 19620911
      Change-Id: I776c1537e5fd88052609cab66d60905f7e30400a
      49bf8f78
  5. 11 Mar, 2015 3 commits
    • Dan Stoza's avatar
      libgui: Add a BufferItem overload to IGBC::acquire · de7100ab
      Dan Stoza authored
      Adds an overload of IGraphicBufferConsumer::acquireBuffer which takes
      an android::BufferItem instead of an IGBC::BufferItem.
      
      Change-Id: I9c3bc8037fa9438d4d9080b8afb694219ef2f71f
      de7100ab
    • Dan Stoza's avatar
      libgui: Add BufferItem(IGBC::BufferItem) · 8757c016
      Dan Stoza authored
      Add a constructor for building a BufferItem from an
      IGraphicBufferConsumer::BufferItem.
      
      Change-Id: I1394e693314429ada93427889f10b7b01c948053
      8757c016
    • Dan Stoza's avatar
      libgui: Add a union to BufferItem for refactoring · 358fc008
      Dan Stoza authored
      Currently, there are two instances of BufferItem: one inside of
      IGraphicBufferConsumer, and a standalone one inside of libgui. They
      only differ in the name of one of the fields, so this change modifies
      the one inside of libgui to have a union of both names so that the
      one inside of IGBC can eventually be refactored away.
      
      Change-Id: I64f495105f56cbf5803cea4aa6b072ea29b70cf5
      358fc008
  6. 10 Mar, 2015 4 commits
  7. 09 Mar, 2015 6 commits
  8. 06 Mar, 2015 4 commits
  9. 05 Mar, 2015 7 commits