Searched refs:halPPBufNotify (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraHALPP.h | 53 typedef void (*halPPBufNotify) (qcamera_hal_pp_data_t *pOutput, typedef 66 …virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData, void… 67 virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData); 93 halPPBufNotify m_halPPBufNotifyCB;
|
D | QCameraDualFOVPP.h | 77 int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData,
|
D | QCameraHALPP.cpp | 88 int32_t QCameraHALPP::init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData) in init()
|
D | QCameraDualFOVPP.cpp | 93 int32_t QCameraDualFOVPP::init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, in init()
|