Searched refs:buf_fd (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 203 int buf_fd = gralloc_getbuffd(handle); in psb_CreateSurfacesFromGralloc() local 206 external_buffers, psb_surface, vaddr, buf_fd, in psb_CreateSurfacesFromGralloc() 371 int buf_fd = gralloc_getbuffd((buffer_handle_t)handle); in psb_CreateSurfacesFromGralloc() local 377 vaddr[GRALLOC_SUB_BUFFER0], buf_fd, cache_flag); in psb_CreateSurfacesFromGralloc()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
|
D | QCameraChannel.cpp | 1360 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, in doReprocess() argument 1377 buf_fd, buf_length); in doReprocess()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
|
D | QCamera3Channel.cpp | 4212 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, in doReprocess() argument 4229 buf_fd, buf_length); in doReprocess()
|