Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h28 #define MPP_BUF_DBG_CLR_ON_EXIT (0x00000010) macro
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp894 p->clear_on_exit = (mpp_buffer_debug & MPP_BUF_DBG_CLR_ON_EXIT) ? (1) : (0); in get_group()