aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libdce.h')
-rw-r--r--libdce.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdce.h b/libdce.h
index f17422e..bbc7c13 100644
--- a/libdce.h
+++ b/libdce.h
@@ -132,6 +132,12 @@ int dce_ipc_init(int core);
132 */ 132 */
133void dce_ipc_deinit(int core, int tableIdx); 133void dce_ipc_deinit(int core, int tableIdx);
134 134
135/*===============================================================*/
136/** dce_ipc_recover : Recover the DCE IPC in case of
137 * remote core crash.
138 */
139void dce_ipc_recover(void);
140
135/************************ Input/Output Buffer Lock/Unlock APIs ************************/ 141/************************ Input/Output Buffer Lock/Unlock APIs ************************/
136/*=====================================================================================*/ 142/*=====================================================================================*/
137/** dce_buf_lock : Pin or lock Tiler Buffers which would be used by the IVAHD codec 143/** dce_buf_lock : Pin or lock Tiler Buffers which would be used by the IVAHD codec