Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dcamera.h87 int (*get_min_undequeued_buffer_count)(const struct preview_stream_ops *w, member
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp791 if(mPreviewWindow->get_min_undequeued_buffer_count) { in initDisplayBuffers()
792 rc = mPreviewWindow->get_min_undequeued_buffer_count( in initDisplayBuffers()
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp544 mHalPreviewWindow.get_min_undequeued_buffer_count = in initHalPreviewWindow()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp2238 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers); in allocate()
H A DQCamera2HWI.cpp2625 if (mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow,&minUndequeCount) in getBufNumRequired()