HomeSort by relevance Sort by last modified time
    Searched refs:get_min_undequeued_buffer_count (Results 1 - 13 of 13) 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...]
  /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 687 mHalPreviewWindow.nw.get_min_undequeued_buffer_count =
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 264 if(mHalCamCtrl->mPreviewWindow->get_min_undequeued_buffer_count) {
265 err = mHalCamCtrl->mPreviewWindow->get_min_undequeued_buffer_count(
268 ALOGE("get_min_undequeued_buffer_count failed: %s (%d)",
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 780 /* - get_min_undequeued_buffer_count */
789 /* - get_min_undequeued_buffer_count */
791 if(mPreviewWindow->get_min_undequeued_buffer_count) {
792 rc = mPreviewWindow->get_min_undequeued_buffer_count(
795 ALOGE("%s: get_min_undequeued_buffer_count returned error", __func__);
798 ALOGD("%s: get_min_undequeued_buffer_count returned: %d ",
802 ALOGE("%s: get_min_undequeued_buffer_count is NULL pointer", __func__);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 1041 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers);
1043 ALOGE("get_min_undequeued_buffer_count failed: %s (%d)",
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.cpp 1041 err = mWindow->get_min_undequeued_buffer_count(mWindow,&mMinUndequeuedBuffers);
1043 ALOGE("get_min_undequeued_buffer_count failed: %s (%d)",
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
QCamera2HWI.cpp     [all...]

Completed in 791 milliseconds