Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dcamera.h84 int (*get_min_undequeued_buffer_count)(const struct preview_stream_ops *w, member
/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/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp1041 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers); in allocate()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp212 …if (m_previewWindow->get_min_undequeued_buffer_count(m_previewWindow, &m_minUndequeuedBufs) != 0) { in setPreviewWindow()