Increase Timeout for dequeue message
am: 4e39ff9235
Change-Id: If484fa82b3215380f17057e5cadbb6fb42685f81
This commit is contained in:
commit
c36d38fb55
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
#include <media/openmax/OMX_AudioExt.h>
|
#include <media/openmax/OMX_AudioExt.h>
|
||||||
#include <media/openmax/OMX_VideoExt.h>
|
#include <media/openmax/OMX_VideoExt.h>
|
||||||
|
|
||||||
#define DEFAULT_TIMEOUT 40000
|
#define DEFAULT_TIMEOUT 100000
|
||||||
#define TIMEOUT_COUNTER (10000000 / DEFAULT_TIMEOUT)
|
#define TIMEOUT_COUNTER (10000000 / DEFAULT_TIMEOUT)
|
||||||
|
|
||||||
enum bufferOwner {
|
enum bufferOwner {
|
||||||
|
|
Loading…
Reference in a new issue