Home | History | Annotate | Download | only in HAL

Lines Matching full:miscbuf

3250     QCameraHeapMemory *miscBuf = NULL;
3269 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
3271 if (!miscBuf) {
3272 LOGE("Unable to allocate miscBuf object");
3276 rc = miscBuf->allocate(bufNum, bufSize);
3279 delete miscBuf;
3284 return miscBuf;