mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-25 05:28:55 +00:00
v1.0.3
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
//#include <sys/mman.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
#include "mpp_log.h"
|
||||
@@ -54,6 +54,9 @@ typedef struct VIDEO_RENDER_IN_FRAME {
|
||||
|
||||
#define VIDEO_RENDER_INPORT_SEND_ALL_FRAME_FLAG 0x02 // consume all frame in readylist
|
||||
|
||||
#define VIDEO_RENDER_WAIT_FRAME_INTERVAL (10*1000*1000)
|
||||
|
||||
#define VIDEO_RENDER_WAIT_FRAME_MAX_TIME (8*1000*1000)
|
||||
|
||||
typedef struct VIDEO_RENDER_DATA_TYPE {
|
||||
OMX_STATETYPE state;
|
||||
@@ -105,7 +108,6 @@ typedef struct VIDEO_RENDER_DATA_TYPE {
|
||||
OMX_S32 nDumpIndex;
|
||||
OMX_TIME_CLOCKSTATE eClockState;
|
||||
|
||||
pthread_mutex_t sWaitReayFrameLock;
|
||||
OMX_S32 nWaitReayFrameFlag;
|
||||
//rotation
|
||||
OMX_S32 nInitRotationParam; // -1-init fail,0-not init,1-init ok
|
||||
|
||||
Reference in New Issue
Block a user