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

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

release-request-85c9f0db-af54-4060-a320-0554e2d51c3f-for-git_pi-release-437129...

release-request-85c9f0db-af54-4060-a320-0554e2d51c3f-for-git_pi-release-4371297 snap-temp-L38500000107807448

Change-Id: Icf1c661ab5b719d7441bbcd7737a0316137fcce0
parents 778a78fe 7fe35b2d
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