Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea763458 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 9372

* changes:
  The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting.
parents 7079cfd6 764d4ab4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ namespace android {

class BufferMapper;
class Rect;
class MediaPlayerImpl;
class Surface;
class SurfaceComposerClient;
struct per_client_cblk_t;
@@ -180,6 +181,7 @@ private:
    // mediaplayer needs access to ISurface for display
    friend class MediaPlayer;
    friend class Test;
    friend class MediaPlayerImpl;
    const sp<ISurface>& getISurface() const { return mSurface; }

    status_t getBufferLocked(int index);