HomeSort by relevance Sort by last modified time
    Searched full:buf_fd (Results 1 - 21 of 21) sorted by null

  /system/core/adf/libadf/tests/
adf_test.cpp 295 int buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset,
297 EXPECT_GE(buf_fd, 0) << "allocating " << w << "x" << h << " " <<
298 format_str << " buffer failed: " << strerror(-buf_fd);
300 close(buf_fd);
302 buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, 0xDEADBEEF, &offset,
306 EXPECT_EQ(-EINVAL, buf_fd) <<
320 int buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset,
322 ASSERT_GE(buf_fd, 0) << "allocating " << w << "x" << h << " " <<
323 format_str << " buffer failed: " << strerror(-buf_fd);
326 void *mapped = mmap(NULL, pitch * h, PROT_WRITE, MAP_SHARED, buf_fd,
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraChannel.h 135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
QCameraChannel.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraChannel.h 135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
QCameraChannel.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.h 132 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
QCameraChannel.cpp     [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 203 int buf_fd = gralloc_getbuffd(handle); local
206 external_buffers, psb_surface, vaddr, buf_fd,
371 int buf_fd = gralloc_getbuffd((buffer_handle_t)handle); local
377 vaddr[GRALLOC_SUB_BUFFER0], buf_fd, cache_flag);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.h 141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
QCameraChannel.cpp     [all...]
  /system/core/adf/libadf/
adf.c 425 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
436 data.buf.fd[0] = buf_fd;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.h 355 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]
  /system/core/adf/libadf/include/adf/
adf.h 164 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.h 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.h 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]
  /hardware/qcom/display/msm8084/liboverlay/
mdpWrapper.h 289 ALOGE("Failed to call ioctl MSMFB_SECURE err=%s buf_fd=%d enable=%d",
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 565 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]

Completed in 375 milliseconds