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

Commit dcacc04f authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-53526352-7b51-4ab1-a661-632ffc55dd7c-for-git_oc-mr1-release-43...

release-request-53526352-7b51-4ab1-a661-632ffc55dd7c-for-git_oc-mr1-release-4371241 snap-temp-L10900000107789672

Change-Id: Ic92b5738c862081afa132de4abc878619e6a6ab3
parents e6b1c56b 7e028640
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_audio_dec_test"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_audio_enc_test"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_audio_test_common"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */

#define LOG_TAG "media_omx_hidl_video_test_common"

#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif
+1 −1
Original line number Diff line number Diff line
@@ -126,8 +126,8 @@ struct CodecObserver : public IOmxObserver {
        android::Vector<BufferInfo>* iBuffers = nullptr,
        android::Vector<BufferInfo>* oBuffers = nullptr) {
        int64_t finishBy = android::ALooper::GetNowUs() + timeoutUs;
        android::Mutex::Autolock autoLock(msgLock);
        for (;;) {
            android::Mutex::Autolock autoLock(msgLock);
            android::List<Message>::iterator it = msgQueue.begin();
            while (it != msgQueue.end()) {
                if (it->type ==
Loading