Searched refs:halPPGetOutput (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraHALPP.h | 60 typedef void (*halPPGetOutput) (uint32_t frameIndex, void *pUserData); typedef 66 …virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData, void… 67 virtual int32_t init(halPPBufNotify bufNotifyCb, halPPGetOutput getOutputCb, void *pUserData); 94 halPPGetOutput m_halPPGetOutputCB;
|
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()
|