Home
last modified time | relevance | path

Searched refs:pUserContext (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dsmart_buffer_priv.cpp86 this->pUserContext = NULL; in SmartBufferPriv()
119 this->pUserContext = NULL; in SmartBufferPriv()
151 upper_data->notify (upper_data->pUserContext, data); in buf_unref()
206 SmartBufferPriv::registerNotifyCb(SmartBufferCbNotify_t fpCallback, void *pUserContext) in registerNotifyCb() argument
208 if(pUserContext == NULL) in registerNotifyCb()
218 this->pUserContext = pUserContext; in registerNotifyCb()
H A Dsmart_buffer_priv.h33 void* pUserContext,
49 int registerNotifyCb(SmartBufferCbNotify_t fpCallback, void *pUserContext);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/media_buffer/
H A Dmedia_buffer_pool.c224 void* pUserContext) in MediaBufPoolRegisterCb() argument
242 pBufPool->notify.pUserContext = pUserContext; in MediaBufPoolRegisterCb()
272 pBufPool->notify.pUserContext = NULL; in MediaBufPoolDeregisterCb()
350 (pBufPool->notify.fpCallback)(pBufPool->notify.pUserContext, pBuf); in MediaBufPoolFreeBuffer()
H A Dmedia_buffer_pool.h83 void* pUserContext,
94 void* pUserContext; /**< Pointer to user context to pass to callback */ member
257 void* pUserContext);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DNrStatsStream.cpp26 void* pUserContext, in Nr_imag_buf_process() argument
30 NrStatsStream* nrStreamProc = (NrStatsStream*)pUserContext; in Nr_imag_buf_process()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_buffer.h122 void* pUserContext; member