Searched refs:pUserData (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraHALPP.h | 54 void *pUserData); 60 typedef void (*halPPGetOutput) (uint32_t frameIndex, void *pUserData); 66 …virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData, void… 67 virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData); 82 static void releaseInputDataCb(void *pData, void *pUserData); 83 static void releaseOngoingDataCb(void *pData, void *pUserData);
|
D | QCameraHALPP.cpp | 88 int32_t QCameraHALPP::init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData) in init() argument 94 m_pQCameraPostProc = (QCameraPostProcessor*)pUserData; in init() 276 void QCameraHALPP::releaseOngoingDataCb(void *pData, void *pUserData) in releaseOngoingDataCb() argument 278 if (pUserData != NULL && pData != NULL) { in releaseOngoingDataCb() 279 QCameraHALPP *pme = (QCameraHALPP *)pUserData; in releaseOngoingDataCb() 295 void QCameraHALPP::releaseInputDataCb(void *pData, void *pUserData) in releaseInputDataCb() argument 297 if (pUserData != NULL && pData != NULL) { in releaseInputDataCb() 298 QCameraHALPP *pme = (QCameraHALPP *)pUserData; in releaseInputDataCb()
|
D | QCameraDualFOVPP.h | 77 int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData,
|
D | QCameraDualFOVPP.cpp | 94 void *pUserData, void *pStaticParam) in init() argument 98 QCameraHALPP::init(bufNotifyCb, getOutputCb, pUserData); in init()
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | portbase.h | 30 typedef OMX_U8* CustomMemAlloc(OMX_U32 nSizeBytes, OMX_PTR pUserData); 31 typedef void CustomMemFree(OMX_U8 *pBuffer, OMX_PTR pUserData); 58 …X_ERRORTYPE SetMemAllocator(CustomMemAlloc *pMemAlloc, CustomMemFree *pMemFree, OMX_PTR pUserData);
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.h | 55 static OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData); 56 static void MemFreeDataBuffer(OMX_U8 *pBuffer, OMX_PTR pUserData);
|
D | OMXVideoDecoderAVCSecure.cpp | 575 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData) { in MemAllocDataBuffer() argument 576 OMXVideoDecoderAVCSecure* p = (OMXVideoDecoderAVCSecure *)pUserData; in MemAllocDataBuffer() 584 void OMXVideoDecoderAVCSecure::MemFreeDataBuffer(OMX_U8 *pBuffer, OMX_PTR pUserData) { in MemFreeDataBuffer() argument 585 OMXVideoDecoderAVCSecure* p = (OMXVideoDecoderAVCSecure *)pUserData; in MemFreeDataBuffer()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraPostProc.h | 184 static void processHalPPDataCB(qcamera_hal_pp_data_t *pOutput, void* pUserData); 185 static void getHalPPOutputBufferCB(uint32_t frameIndex, void* pUserData);
|
D | QCameraPostProc.cpp | 4021 void QCameraPostProcessor::processHalPPDataCB(qcamera_hal_pp_data_t *pOutput, void* pUserData) in processHalPPDataCB() argument 4023 QCameraPostProcessor *pme = (QCameraPostProcessor *)pUserData; in processHalPPDataCB() 4133 void QCameraPostProcessor::getHalPPOutputBufferCB(uint32_t frameIndex, void* pUserData) in getHalPPOutputBufferCB() argument 4135 QCameraPostProcessor *pme = (QCameraPostProcessor *)pUserData; in getHalPPOutputBufferCB()
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 148 …PE PortBase::SetMemAllocator(CustomMemAlloc *pMemAlloc, CustomMemFree *pMemFree, OMX_PTR pUserData) in SetMemAllocator() argument 152 custom_mem_userdata = pUserData; in SetMemAllocator()
|