Home
last modified time | relevance | path

Searched refs:heapIdx (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCallbackProcessor.cpp268 size_t heapIdx; in processNewCallback() local
396 heapIdx = mCallbackHeapHead; in processNewCallback()
407 mCallbackHeap->mBuffers[heapIdx]->getMemory(&offset, in processNewCallback()
440 callbackHeap->mBuffers[heapIdx], NULL); in processNewCallback()
DStreamingProcessor.cpp729 size_t heapIdx = 0; in processRecordingFrame() local
812 heapIdx = mRecordingHeapHead; in processRecordingFrame()
822 mRecordingHeap->mBuffers[heapIdx]->getMemory(&offset, in processRecordingFrame()
834 mRecordingBuffers.replaceAt(imgBuffer, heapIdx); in processRecordingFrame()
843 recordingHeap->mBuffers[heapIdx]); in processRecordingFrame()