Home
last modified time | relevance | path

Searched refs:BufferSourceAdapter (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/
DBufferSourceAdapter.cpp121 const int BufferSourceAdapter::NO_BUFFERS_IMAGE_CAPTURE_SYSTEM_HEAP = 15;
126 BufferSourceAdapter::BufferSourceAdapter() : mBufferCount(0) in BufferSourceAdapter() function in Ti::Camera::BufferSourceAdapter
143 BufferSourceAdapter::~BufferSourceAdapter() in ~BufferSourceAdapter()
173 status_t BufferSourceAdapter::initialize() in initialize()
192 int BufferSourceAdapter::setPreviewWindow(preview_stream_ops_t *source) in setPreviewWindow()
238 bool BufferSourceAdapter::match(const char * str) { in match()
251 int BufferSourceAdapter::setFrameProvider(FrameNotifier *frameProvider) in setFrameProvider()
272 int BufferSourceAdapter::setErrorHandler(ErrorNotifier *errorNotifier) in setErrorHandler()
290 int BufferSourceAdapter::enableDisplay(int width, int height, in enableDisplay()
314 int BufferSourceAdapter::disableDisplay(bool cancel_buffer) in disableDisplay()
[all …]
DCameraHal.cpp2156 android::sp<DisplayAdapter> out = new BufferSourceAdapter(); in setTapoutLocked()
2313 android::sp<DisplayAdapter> in = new BufferSourceAdapter(); in setTapinLocked()
/hardware/ti/omap4-aah/camera/inc/
DBufferSourceAdapter.h36 class BufferSourceAdapter : public DisplayAdapter
47 ReturnFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) { in ReturnFrame()
84 BufferSourceAdapter* mBufferSourceAdapter;
94 QueueFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) { in QueueFrame()
147 BufferSourceAdapter* mBufferSourceAdapter;
161 BufferSourceAdapter();
162 virtual ~BufferSourceAdapter();