Home
last modified time | relevance | path

Searched refs:buf_fd (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c203 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/
DQCameraChannel.h135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
DQCameraChannel.cpp1360 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, in doReprocess() argument
1377 buf_fd, buf_length); in doReprocess()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
DQCamera3Channel.cpp4212 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, in doReprocess() argument
4229 buf_fd, buf_length); in doReprocess()