HomeSort by relevance Sort by last modified time
    Searched defs:BufferSourceAdapter (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/camera/
BufferSourceAdapter.cpp 19 #include "BufferSourceAdapter.h"
115 /*--------------------BufferSourceAdapter Class STARTS here-----------------------------*/
121 const int BufferSourceAdapter::NO_BUFFERS_IMAGE_CAPTURE_SYSTEM_HEAP = 15;
126 BufferSourceAdapter::BufferSourceAdapter() : mBufferCount(0)
143 BufferSourceAdapter::~BufferSourceAdapter()
173 status_t BufferSourceAdapter::initialize()
192 int BufferSourceAdapter::setPreviewWindow(preview_stream_ops_t *source)
238 bool BufferSourceAdapter::match(const char * str)
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
BufferSourceAdapter.h 36 class BufferSourceAdapter : public DisplayAdapter
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 43 milliseconds