Home | History | Annotate | Download | only in HAL

Lines Matching full:imgbuf

2163     QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
2164 if (imgBuf == NULL) {
2169 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len);
2172 delete imgBuf;
2176 void *pBufPtr = imgBuf->getPtr(0);
2179 imgBuf->deallocate();
2180 delete imgBuf;
2193 imgBuf->deallocate();
2194 delete imgBuf;
2201 imgBuf->deallocate();
2202 delete imgBuf;
2207 rc = pChannel->doReprocess(imgBuf->getFd(0), imgBuf->getSize(0), faceID);
2209 // done with register face image, free imgbuf and delete reprocess channel
2210 imgBuf->deallocate();
2211 delete imgBuf;
2212 imgBuf = NULL;