Loading include/media/stagefright/foundation/ABase.h +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ #define A_BASE_H_ #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) #define DISALLOW_EVIL_CONSTRUCTORS(name) \ name(const name &); \ name &operator=(const name &) Loading media/libstagefright/include/SoftVideoDecoderOMXComponent.h +0 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,6 @@ #include <utils/threads.h> #include <utils/Vector.h> #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) namespace android { struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { Loading Loading
include/media/stagefright/foundation/ABase.h +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ #define A_BASE_H_ #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) #define DISALLOW_EVIL_CONSTRUCTORS(name) \ name(const name &); \ name &operator=(const name &) Loading
media/libstagefright/include/SoftVideoDecoderOMXComponent.h +0 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,6 @@ #include <utils/threads.h> #include <utils/Vector.h> #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) namespace android { struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { Loading