Searched refs:Camera2Heap (Results 1 – 6 of 6) sorted by relevance
27 class Camera2Heap : public RefBase {29 Camera2Heap(size_t buf_size, uint_t num_buffers = 1,41 virtual ~Camera2Heap() in ~Camera2Heap()
35 class Camera2Heap; variable122 sp<camera2::Camera2Heap> mRecordingHeap;
77 sp<Camera2Heap> mCallbackHeap;
265 sp<Camera2Heap> callbackHeap; in processNewCallback()376 mCallbackHeap = new Camera2Heap(bufferSize, kCallbackHeapCount, in processNewCallback()
215 sp<Camera2Heap> captureHeap; in processNewCapture()
728 sp<Camera2Heap> recordingHeap; in processRecordingFrame()782 mRecordingHeap = new Camera2Heap(payloadSize, mRecordingHeapCount, in processRecordingFrame()