Searched refs:get_min_undequeued_buffer_count (Results 1 – 10 of 10) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | camera.h | 87 int (*get_min_undequeued_buffer_count)(const struct preview_stream_ops *w, member
|
/hardware/ti/omap4-aah/camera/ |
D | BufferSourceAdapter.cpp | 422 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()
|
D | ANativeWindowDisplayAdapter.cpp | 528 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/ |
D | ANativeWindowDisplayAdapter.cpp | 598 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/ |
D | QualcommUsbCamera.cpp | 791 if(mPreviewWindow->get_min_undequeued_buffer_count) { in initDisplayBuffers() 792 rc = mPreviewWindow->get_min_undequeued_buffer_count( in initDisplayBuffers()
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 791 if(mPreviewWindow->get_min_undequeued_buffer_count) { in initDisplayBuffers() 792 rc = mPreviewWindow->get_min_undequeued_buffer_count( in initDisplayBuffers()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 2067 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers); in allocate()
|
D | QCamera2HWI.cpp | 2449 if (mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow,&minUndequeCount) in getBufNumRequired()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.cpp | 2143 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers); in allocate()
|
D | QCamera2HWI.cpp | 2624 if (mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow,&minUndequeCount) in getBufNumRequired()
|