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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp266 size_t heapIdx; local
394 heapIdx = mCallbackHeapHead;
405 mCallbackHeap->mBuffers[heapIdx]->getMemory(&offset,
438 callbackHeap->mBuffers[heapIdx], NULL);
H A DStreamingProcessor.cpp612 size_t heapIdx = 0; local
695 heapIdx = mRecordingHeapHead;
705 mRecordingHeap->mBuffers[heapIdx]->getMemory(&offset,
715 mRecordingBuffers.replaceAt(imgBuffer, heapIdx);
724 recordingHeap->mBuffers[heapIdx]);

Completed in 102 milliseconds