mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Increase Timeout for dequeue message
In vp9 encoder component, the callback responses are being recevied after timeout. This is seen only in vp9. Even when no buffer processing is done, Flush test, state transitions test fail due to slow responses. This behavior is not seen in other components. This requires deeper understanding of what is main culprit. But for now increase the timeout Test: VtsHalMediaOmxV1_0Host Bug: 37501531 Change-Id: I08abfefcf0cb38d312a4a2dc10908e24f88c54fd
This commit is contained in:
committed by
Pawin Vongmasa
parent
7d1592a732
commit
4e39ff9235
@@ -33,7 +33,7 @@
|
||||
#include <media/openmax/OMX_AudioExt.h>
|
||||
#include <media/openmax/OMX_VideoExt.h>
|
||||
|
||||
#define DEFAULT_TIMEOUT 40000
|
||||
#define DEFAULT_TIMEOUT 100000
|
||||
#define TIMEOUT_COUNTER (10000000 / DEFAULT_TIMEOUT)
|
||||
|
||||
enum bufferOwner {
|
||||
|
||||
Reference in New Issue
Block a user