2016年10月19日
摘要: #include "mpu.h" #include "mbuf.h" #include "media_buffer.h" #include "my_errno.h" #include "mem.h" #include "silk.h" #include "interface/SKP_Silk_SDK_API.h" struct silk_codec { void* obj; S... 阅读全文
posted @ 2016-10-19 00:53 zylthinking 阅读(349) 评论(0) 推荐(0) 编辑
摘要: #include "mpu.h" #include "mem.h" #include "my_errno.h" #include "resampler.h" #include "media_buffer.h" #define same_ptr (void *) (1) static mpu_item* same_link(fourcc** ccptr); extern media_proce... 阅读全文
posted @ 2016-10-19 00:49 zylthinking 阅读(222) 评论(0) 推荐(0) 编辑
摘要: #ifndef lock_h #define lock_h #include #include #include "mydef.h" #include "now.h" #define debug_lock 1 typedef struct { intptr_t lck; uintptr_t tid; uintptr_t nr; #if debug_lock ... 阅读全文
posted @ 2016-10-19 00:38 zylthinking 阅读(251) 评论(0) 推荐(0) 编辑
摘要: #ifndef my_handle_h #define my_handle_h #include #include "mydef.h" #include "mem.h" typedef struct tag_my_handle { int ref; int stack; intptr_t detached; void* ptr; free_t fre... 阅读全文
posted @ 2016-10-19 00:35 zylthinking 阅读(208) 评论(0) 推荐(0) 编辑
摘要: #ifndef lkf_h #define lkf_h struct lkf_node { struct lkf_node* next; }; struct lkf_list { struct lkf_node root; struct lkf_node** tail; }; #define LKF_INIT(name) {.root = {NULL}, .tai... 阅读全文
posted @ 2016-10-19 00:30 zylthinking 阅读(1531) 评论(0) 推荐(0) 编辑