Searched refs:mRecordingHeap (Results 1 – 2 of 2) sorted by relevance
252 if (mRecordingHeap != 0) { in setRecordingBufferCount()253 mRecordingHeap.clear(); in setRecordingBufferCount()659 if (mRecordingHeap == 0) { in processRecordingFrame()665 mRecordingHeap = new Camera2Heap(bufferSize, mRecordingHeapCount, in processRecordingFrame()667 if (mRecordingHeap->mHeap->getSize() == 0) { in processRecordingFrame()705 mRecordingHeap->mBuffers[heapIdx]->getMemory(&offset, in processRecordingFrame()716 recordingHeap = mRecordingHeap; in processRecordingFrame()741 if (heap->getHeapID() != mRecordingHeap->mHeap->getHeapID()) { in releaseRecordingFrame()744 heap->getHeapID(), mRecordingHeap->mHeap->getHeapID()); in releaseRecordingFrame()
117 sp<camera2::Camera2Heap> mRecordingHeap; variable