Searched defs:BufferSourceAdapter (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp19 #include "BufferSourceAdapter.h"
115 /*--------------------BufferSourceAdapter Class STARTS here-----------------------------*/
121 const int BufferSourceAdapter::NO_BUFFERS_IMAGE_CAPTURE_SYSTEM_HEAP = 15;
126 BufferSourceAdapter::BufferSourceAdapter() : mBufferCount(0) function in class:Ti::Camera::BufferSourceAdapter
143 BufferSourceAdapter::~BufferSourceAdapter()
173 status_t BufferSourceAdapter::initialize()
192 int BufferSourceAdapter::setPreviewWindow(preview_stream_ops_t *source)
238 bool BufferSourceAdapter
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DBufferSourceAdapter.h36 class BufferSourceAdapter : public DisplayAdapter class in namespace:Ti::Camera
47 ReturnFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) {
84 BufferSourceAdapter* mBufferSourceAdapter;
94 QueueFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) {
147 BufferSourceAdapter* mBufferSourceAdapter;
161 BufferSourceAdapter();
162 virtual ~BufferSourceAdapter();

Completed in 42 milliseconds