HomeSort by relevance Sort by last modified time
    Searched refs:get_min_undequeued_buffer_count (Results 1 - 16 of 16) sorted by null

  /hardware/libhardware/include/hardware/
camera.h 87 int (*get_min_undequeued_buffer_count)(const struct preview_stream_ops *w, member in struct:preview_stream_ops
  /hardware/ti/omap4-aah/camera/
BufferSourceAdapter.cpp 422 mBufferSource->get_min_undequeued_buffer_count(mBufferSource, &undequeued);
556 mBufferSource->get_min_undequeued_buffer_count(mBufferSource, &undequeued);
713 ret = mBufferSource->get_min_undequeued_buffer_count(mBufferSource, &undequeueable);
715 CAMHAL_LOGEB("get_min_undequeued_buffer_count failed: %s (%d)", strerror(-ret), -ret);
ANativeWindowDisplayAdapter.cpp 528 mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeued);
705 ret = mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeueable);
707 CAMHAL_LOGEB("get_min_undequeued_buffer_count failed: %s (%d)", strerror(-ret), -ret);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 99 if(mPreviewWindow->get_min_undequeued_buffer_count) {
100 err = mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow, &numMinUndequeuedBufs);
102 ALOGE("get_min_undequeued_buffer_count failed: %s (%d)",
    [all...]
QCameraHWI_Preview.cpp 97 if(mPreviewWindow->get_min_undequeued_buffer_count) {
98 err = mPreviewWindow->get_min_undequeued_buffer_count(mPreviewWindow, &numMinUndequeuedBufs);
100 ALOGE("get_min_undequeued_buffer_count failed: %s (%d)",
    [all...]
QualcommCameraHardware.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 598 mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeued);
770 ret = mANativeWindow->get_min_undequeued_buffer_count(mANativeWindow, &undequeued);
772 CAMHAL_LOGEB("get_min_undequeued_buffer_count failed: %s (%d)", strerror(-ret), -ret);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 689 mHalPreviewWindow.nw.get_min_undequeued_buffer_count =