Home
last modified time | relevance | path

Searched refs:get_min_undequeued_buffer_count (Results 1 – 10 of 10) 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/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp791 if(mPreviewWindow->get_min_undequeued_buffer_count) { in initDisplayBuffers()
792 rc = mPreviewWindow->get_min_undequeued_buffer_count( in initDisplayBuffers()
/hardware/qcom/camera/usbcamcore/src/
DQualcommUsbCamera.cpp791 if(mPreviewWindow->get_min_undequeued_buffer_count) { in initDisplayBuffers()
792 rc = mPreviewWindow->get_min_undequeued_buffer_count( in initDisplayBuffers()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp2067 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers); in allocate()
DQCamera2HWI.cpp2449 if (mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow,&minUndequeCount) in getBufNumRequired()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.cpp2143 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers); in allocate()
DQCamera2HWI.cpp2624 if (mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow,&minUndequeCount) in getBufNumRequired()