Home
last modified time | relevance | path

Searched refs:get_min_undequeued_buffer_count (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/include/hardware/
Dcamera.h87 int (*get_min_undequeued_buffer_count)(const struct preview_stream_ops *w, member
/hardware/ti/omap4-aah/camera/
DBufferSourceAdapter.cpp422 mBufferSource->get_min_undequeued_buffer_count(mBufferSource, &undequeued); in allocateBufferList()
556 mBufferSource->get_min_undequeued_buffer_count(mBufferSource, &undequeued); in getBuffers()
713 ret = mBufferSource->get_min_undequeued_buffer_count(mBufferSource, &undequeueable); in minUndequeueableBuffers()
DANativeWindowDisplayAdapter.cpp528 mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeued); in allocateBufferList()
705 ret = mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeueable); in minUndequeueableBuffers()
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp598 mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeued); in allocateBuffer()
770 ret = mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeued); in maxQueueableBuffers()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp212 …if (m_previewWindow->get_min_undequeued_buffer_count(m_previewWindow, &m_minUndequeuedBufs) != 0) { in setPreviewWindow()