HomeSort by relevance Sort by last modified time
    Searched refs:get_min_undequeued_buffer_count (Results 1 - 8 of 8) 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
  /device/google/marlin/camera/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...]
  /hardware/qcom/camera/msm8998/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...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 539 mHalPreviewWindow.get_min_undequeued_buffer_count =
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.cpp     [all...]
QCamera2HWI.cpp     [all...]

Completed in 315 milliseconds