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

Commit 764d4ab4 authored by Andreas Huber's avatar Andreas Huber
Browse files

The IOMX interface now instantiates IOMXRenderers to hide the details of...

The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting.
parent 3e27ed48
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);