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

/hardware/intel/img/psb_video/src/android/
H A Dpsb_surface_gralloc.c203 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/
H A DQCameraChannel.h141 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp1543 * @buf_fd : fd to the input buffer that needs reprocess
1552 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, argument
1569 buf_fd, buf_length);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.h534 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp4514 * @buf_fd : fd to the input buffer that needs reprocess
4524 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, argument
4541 buf_fd, buf_length);

Completed in 540 milliseconds