Lines Matching defs:MppBufferImpl_t
70 struct MppBufferImpl_t { struct
71 char tag[MPP_TAG_SIZE];
72 const char *caller;
73 pthread_mutex_t lock;
75 MppAllocator allocator;
76 MppAllocatorApi *alloc_api;
77 RK_U32 log_runtime_en;
78 RK_U32 log_history_en;
79 RK_U32 group_id;
80 RK_S32 buffer_id;
81 MppBufferMode mode;
82 MppBufferType type;
83 MppBufLogs *logs;
85 MppBufferInfo info;
86 size_t offset;
87 size_t length;
90 RK_U32 uncached;
99 RK_S32 discard;
101 RK_U32 used;
102 RK_S32 ref_count;
103 struct list_head list_status;
108 struct list_head list_maps;