HomeSort by relevance Sort by last modified time
    Searched defs:getBufs (Results 1 - 8 of 8) sorted by null

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 91 LOGE("getBufs invalid stream pointer");
94 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
96 LOGE("stream->getBufs failed");
880 * FUNCTION : getBufs
896 int32_t QCamera3Stream::getBufs(cam_frame_len_offset_t *offset,
915 LOGE("Failed getBufs being called twice in a row without a putBufs call");
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 73 ALOGE("%s: getBufs invalid stream pointer", __func__);
76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
78 ALOGE("%s: stream->getBufs failed", __func__);
710 * FUNCTION : getBufs
726 int32_t QCamera3Stream::getBufs(cam_frame_len_offset_t *offset,
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 73 ALOGE("%s: getBufs invalid stream pointer", __func__);
76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
78 ALOGE("%s: stream->getBufs failed", __func__);
710 * FUNCTION : getBufs
726 int32_t QCamera3Stream::getBufs(cam_frame_len_offset_t *offset,
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStream.cpp 69 ALOGE("getBufs invalid stream pointer");
80 return stream->getBufs(offset, num_bufs,
113 ALOGE("getBufs invalid stream pointer");
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStream.cpp 69 ALOGE("getBufs invalid stream pointer");
80 return stream->getBufs(offset, num_bufs,
113 ALOGE("getBufs invalid stream pointer");
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 91 LOGE("getBufs invalid stream pointer");
94 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
96 LOGE("stream->getBufs failed");
906 * FUNCTION : getBufs
922 int32_t QCamera3Stream::getBufs(cam_frame_len_offset_t *offset,
941 LOGE("Failed getBufs being called twice in a row without a putBufs call");
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 76 LOGE("getBufs invalid stream pointer");
87 return stream->getBufs(offset, num_bufs,
121 LOGE("getBufs invalid stream pointer");
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.cpp 76 LOGE("getBufs invalid stream pointer");
87 return stream->getBufs(offset, num_bufs,
121 LOGE("getBufs invalid stream pointer");
    [all...]

Completed in 845 milliseconds