[mpp_buffer_impl]: add MppBufferGroup module to mpp_buffer_impl

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@122 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-18 12:57:16 +00:00
parent 4ccc9a2342
commit c0b913d3b9
10 changed files with 246 additions and 27 deletions

View File

@@ -25,6 +25,7 @@
#include "mpp_env.h"
#include "mpp_mem.h"
#include "mpp_list.h"
#include "mpp_common.h"
#include "os_mem.h"
@@ -49,7 +50,7 @@ struct mem_node {
size_t size;
/* memory node extra information */
char tag[32];
char tag[MPP_TAG_SIZE];
};
static void get_osal_mem_flag()