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

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 63 * FUNCTION : get_bufs
80 int32_t QCamera3Stream::get_bufs( function in class:qcamera::QCamera3Stream
305 mMemVtbl.get_bufs = get_bufs;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 63 * FUNCTION : get_bufs
80 int32_t QCamera3Stream::get_bufs( function in class:qcamera::QCamera3Stream
308 mMemVtbl.get_bufs = get_bufs;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 49 * FUNCTION : get_bufs
66 int32_t QCameraStream::get_bufs( function in class:qcamera::QCameraStream
385 mMemVtbl.get_bufs = get_bufs;
388 mMemVtbl.get_bufs = get_bufs_deffered;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.cpp 49 * FUNCTION : get_bufs
66 int32_t QCameraStream::get_bufs( function in class:qcamera::QCameraStream
392 mMemVtbl.get_bufs = get_bufs;
395 mMemVtbl.get_bufs = get_bufs_deffered;
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 259 * @get_bufs : function definition for allocating
269 int32_t (*get_bufs) (cam_frame_len_offset_t *offset, member in struct:__anon2401
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 274 * @get_bufs : function definition for allocating
284 int32_t (*get_bufs) (cam_frame_len_offset_t *offset, member in struct:__anon49202
    [all...]

Completed in 264 milliseconds