Searched refs:m_halPP (Results 1 – 2 of 2) sorted by relevance
188 bool isHalPPEnabled() { return (m_halPP != NULL);} in isHalPPEnabled()288 QCameraHALPP *m_halPP; // HAL Post process block variable
99 m_halPP(NULL) in QCameraPostProcessor()136 if (m_halPP != NULL) { in ~QCameraPostProcessor()137 delete m_halPP; in ~QCameraPostProcessor()138 m_halPP = NULL; in ~QCameraPostProcessor()241 if (m_halPP != NULL) { in deinit()242 m_halPP->deinit(); in deinit()330 if (m_halPP != NULL && m_parent->needHALPP()) { in start()332 rc = m_halPP->start(); in start()392 if (m_halPP != NULL && m_parent->needHALPP()) { in stop()394 m_halPP->stop(); in stop()[all …]