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

  /hardware/libhardware/include/hardware/
camera.h 77 int (*set_buffer_count)(struct preview_stream_ops* w, int count); member in struct:preview_stream_ops
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 663 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 1050 err = mWindow->set_buffer_count(mWindow, count);
1052 ALOGE("set_buffer_count failed: %s (%d)",
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 110 err = mPreviewWindow->set_buffer_count(mPreviewWindow, mHalCamCtrl->mPreviewMemory.buffer_count );
112 ALOGE("set_buffer_count failed: %s (%d)",
    [all...]
QCameraHWI_Preview.cpp 113 err = mPreviewWindow->set_buffer_count(mPreviewWindow, mHalCamCtrl->mPreviewMemory.buffer_count );
115 ALOGE("set_buffer_count failed: %s (%d)",
    [all...]
QualcommCameraHardware.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 1050 err = mWindow->set_buffer_count(mWindow, count);
1052 ALOGE("set_buffer_count failed: %s (%d)",
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 555 err = mANativeWindow->set_buffer_count(mANativeWindow, numBufs);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 112 err = mPreviewWindow->set_buffer_count(mPreviewWindow, mHalCamCtrl->mPreviewMemory.buffer_count );
114 LOGE("set_buffer_count failed: %s (%d)",
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 222 if (m_previewWindow->set_buffer_count(m_previewWindow, NUM_OF_PREVIEW_BUF) != 0) {
    [all...]

Completed in 525 milliseconds