Searched refs:mRecordingHeap (Results 1 – 2 of 2) sorted by relevance
269 if (mRecordingHeap != 0) { in setRecordingBufferCount()270 mRecordingHeap.clear(); in setRecordingBufferCount()719 if (mRecordingHeap == 0) { in processRecordingFrame()725 mRecordingHeap = new Camera2Heap(bufferSize, mRecordingHeapCount, in processRecordingFrame()727 if (mRecordingHeap->mHeap->getSize() == 0) { in processRecordingFrame()765 mRecordingHeap->mBuffers[heapIdx]->getMemory(&offset, in processRecordingFrame()776 recordingHeap = mRecordingHeap; in processRecordingFrame()801 if (heap->getHeapID() != mRecordingHeap->mHeap->getHeapID()) { in releaseRecordingFrame()804 heap->getHeapID(), mRecordingHeap->mHeap->getHeapID()); in releaseRecordingFrame()
120 sp<camera2::Camera2Heap> mRecordingHeap; variable