Searched refs:m_pParamHeap (Results 1 – 2 of 2) sorted by relevance
919 m_pParamHeap(NULL), in QCameraParameters()1067 m_pParamHeap(NULL), in QCameraParameters()6307 if (m_pParamHeap != NULL) { in allocate()6312 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocate()6313 if (m_pParamHeap == NULL) { in allocate()6317 rc = m_pParamHeap->allocate(bufCount, sizeof(parm_buffer_t)); in allocate()6321 delete m_pParamHeap; in allocate()6322 m_pParamHeap = NULL; in allocate()6353 if (m_pParamHeap == NULL) { in init()6364 m_pParamHeap->getFd(0), sizeof(parm_buffer_t), bufMapList, in init()[all …]
1173 QCameraHeapMemory *m_pParamHeap; variable