HomeSort by relevance Sort by last modified time
    Searched full:snapshot_heap (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraPostProc.h 66 QCameraHeapMemory *snapshot_heap; // heap memory of snapshot buffer member in struct:qcamera::__anon48814
97 QCameraHeapMemory *snapshot_heap; // output image heap buffer member in struct:qcamera::__anon48817
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraHALPP.cpp 243 if (pData->snapshot_heap) {
244 pData->snapshot_heap->deallocate();
245 delete pData->snapshot_heap;
246 pData->snapshot_heap = NULL;
QCameraDualFOVPP.cpp 286 rc = pOutputData->snapshot_heap->allocate(1, pInputSnapshotBuf->frame_len);
296 pOutputData->snapshot_heap->getBufDef(offset, pOutputBufDefs[0], 0);
466 pOutputData->snapshot_heap->cleanInvalidateCache(0);

Completed in 94 milliseconds