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

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.h 152 int32_t getBufs(cam_frame_len_offset_t *offset,
QCamera3Stream.cpp 90 LOGE("getBufs invalid stream pointer");
93 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
95 LOGE("stream->getBufs failed");
822 * FUNCTION : getBufs
838 int32_t QCamera3Stream::getBufs(cam_frame_len_offset_t *offset,
857 LOGE("Failed getBufs being called twice in a row without a putBufs call");
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.h 142 int32_t getBufs(cam_frame_len_offset_t *offset,
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.h 142 int32_t getBufs(cam_frame_len_offset_t *offset,
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/google/marlin/camera/QCamera2/HAL/
QCameraStream.h 225 int32_t getBufs(cam_frame_len_offset_t *offset,
QCameraStream.cpp 76 LOGE("getBufs invalid stream pointer");
87 return stream->getBufs(offset, num_bufs,
121 LOGE("getBufs invalid stream pointer");
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStream.h 186 int32_t getBufs(cam_frame_len_offset_t *offset,
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.h 186 int32_t getBufs(cam_frame_len_offset_t *offset,
QCameraStream.cpp 69 ALOGE("getBufs invalid stream pointer");
80 return stream->getBufs(offset, num_bufs,
113 ALOGE("getBufs invalid stream pointer");
    [all...]

Completed in 531 milliseconds