|
@@ -103,5 +103,11 @@ struct msm_vidc_map_info *msm_vidc_get_map_info(struct msm_vidc_inst *inst,
|
|
|
enum msm_vidc_buffer_type buffer_type);
|
|
|
struct msm_vidc_alloc_info *msm_vidc_get_alloc_info(struct msm_vidc_inst *inst,
|
|
|
enum msm_vidc_buffer_type buffer_type);
|
|
|
+
|
|
|
+void core_lock(struct msm_vidc_core *core, const char *function);
|
|
|
+void core_unlock(struct msm_vidc_core *core, const char *function);
|
|
|
+void inst_lock(struct msm_vidc_inst *inst, const char *function);
|
|
|
+void inst_unlock(struct msm_vidc_inst *inst, const char *function);
|
|
|
+
|
|
|
#endif // _MSM_VIDC_DRIVER_H_
|
|
|
|