Home | History | Annotate | Download | only in HAL

Lines Matching refs:imgBuf

3186     QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
3187 if (imgBuf == NULL) {
3192 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE);
3195 delete imgBuf;
3199 void *pBufPtr = imgBuf->getPtr(0);
3202 imgBuf->deallocate();
3203 delete imgBuf;
3216 imgBuf->deallocate();
3217 delete imgBuf;
3224 imgBuf->deallocate();
3225 delete imgBuf;
3230 rc = pChannel->doReprocess(imgBuf->getFd(0), imgBuf->getSize(0), faceID);
3232 // done with register face image, free imgbuf and delete reprocess channel
3233 imgBuf->deallocate();
3234 delete imgBuf;
3235 imgBuf = NULL;