Searched refs:Camera2Heap (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCamera2Heap.h27 class Camera2Heap : public RefBase { class in namespace:android::camera2
29 explicit Camera2Heap(size_t buf_size, uint_t num_buffers = 1, function in class:android::camera2::Camera2Heap
41 virtual ~Camera2Heap()
H A DCallbackProcessor.h27 #include "api1/client2/Camera2Heap.h"
77 sp<Camera2Heap> mCallbackHeap;
H A DStreamingProcessor.h35 class Camera2Heap;
H A DCallbackProcessor.cpp265 sp<Camera2Heap> callbackHeap;
376 mCallbackHeap = new Camera2Heap(bufferSize, kCallbackHeapCount,
H A DJpegProcessor.cpp31 #include "api1/client2/Camera2Heap.h"
246 sp<Camera2Heap> captureHeap;

Completed in 234 milliseconds