Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dcamera.h80 int (*set_buffer_count)(struct preview_stream_ops* w, int count); member
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp555 err = mANativeWindow->set_buffer_count(mANativeWindow, numBufs); in allocateBuffer()
/hardware/ti/omap4-aah/camera/
DANativeWindowDisplayAdapter.cpp485 err = mANativeWindow->set_buffer_count(mANativeWindow, numBufs); in allocateBufferList()
DBufferSourceAdapter.cpp384 err = mBufferSource->set_buffer_count(mBufferSource, numBufs); in allocateBufferList()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp1628 err = mWindow->set_buffer_count(mWindow, count); in allocate()