Searched refs:snapshot_heap (Results 1 – 4 of 4) sorted by relevance
243 if (pData->snapshot_heap) { in releaseData()244 pData->snapshot_heap->deallocate(); in releaseData()245 delete pData->snapshot_heap; in releaseData()246 pData->snapshot_heap = NULL; in releaseData()
286 rc = pOutputData->snapshot_heap->allocate(1, pInputSnapshotBuf->frame_len); in feedOutput()296 pOutputData->snapshot_heap->getBufDef(offset, pOutputBufDefs[0], 0); in feedOutput()466 pOutputData->snapshot_heap->cleanInvalidateCache(0); in process()
66 QCameraHeapMemory *snapshot_heap; // heap memory of snapshot buffer member97 QCameraHeapMemory *snapshot_heap; // output image heap buffer member
1961 if (job->snapshot_heap) { in releaseJpegJobData()1962 job->snapshot_heap->deallocate(); in releaseJpegJobData()1963 delete job->snapshot_heap; in releaseJpegJobData()1964 job->snapshot_heap = NULL; in releaseJpegJobData()4070 jpeg_job->snapshot_heap = pData->snapshot_heap; in processHalPPData()4176 output_data->snapshot_heap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in getHalPPOutputBuffer()4177 if (output_data->snapshot_heap == NULL) { in getHalPPOutputBuffer()4187 delete output_data->snapshot_heap; in getHalPPOutputBuffer()