Searched refs:BufferSourceAdapter (Results 1 – 3 of 3) sorted by relevance
121 const int BufferSourceAdapter::NO_BUFFERS_IMAGE_CAPTURE_SYSTEM_HEAP = 15;126 BufferSourceAdapter::BufferSourceAdapter() : mBufferCount(0) in BufferSourceAdapter() function in Ti::Camera::BufferSourceAdapter143 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 …]
2156 android::sp<DisplayAdapter> out = new BufferSourceAdapter(); in setTapoutLocked()2313 android::sp<DisplayAdapter> in = new BufferSourceAdapter(); in setTapinLocked()
36 class BufferSourceAdapter : public DisplayAdapter47 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();