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

Commit 5a21203a authored by Sungtak Lee's avatar Sungtak Lee Committed by Automerger Merge Worker
Browse files

sfplugin: rename C2OMXNode to C2NodeImpl am: 10f3f5a4

parents 7b046f88 10f3f5a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ cc_library_shared {
    export_include_dirs: ["include"],

    srcs: [
        "C2OMXNode.cpp",
        "C2NodeImpl.cpp",
        "CCodec.cpp",
        "CCodecBufferChannel.cpp",
        "CCodecBuffers.cpp",
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
#include <utils/Thread.h>

#include "utils/Codec2Mapper.h"
#include "C2OMXNode.h"
#include "C2NodeImpl.h"
#include "Codec2Buffer.h"

namespace android {
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
#include <media/stagefright/RenderedFrameInfo.h>
#include <utils/NativeHandle.h>

#include "C2OMXNode.h"
#include "C2NodeImpl.h"
#include "CCodecBufferChannel.h"
#include "CCodecConfig.h"
#include "Codec2Mapper.h"