Home
last modified time | relevance | path

Searched refs:MPP_BUF_FUNCTION_LEAVE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp435 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_create()
450 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_mmap()
460 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_ref_inc()
515 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_ref_dec()
586 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_get_unused()
622 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_group_init()
637 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_group_deinit()
673 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_group_reset()
690 MPP_BUF_FUNCTION_LEAVE(); in mpp_buffer_group_set_callback()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h36 #define MPP_BUF_FUNCTION_LEAVE() mpp_buf_dbg_f(MPP_BUF_DBG_FUNCTION, "leave\n") macro