Home
last modified time | relevance | path

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

/device/lge/bullhead/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()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.h135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
DQCameraChannel.cpp1372 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, in doReprocess() argument
1389 buf_fd, buf_length); in doReprocess()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraChannel.h141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
DQCameraChannel.cpp1558 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, void *buffer, in doReprocess() argument
1575 buf_fd, buffer, buf_length); in doReprocess()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Channel.h501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
DQCamera3Channel.cpp4274 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, in doReprocess() argument
4291 buf_fd, buf_length); in doReprocess()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Channel.h501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
DQCamera3Channel.cpp4274 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, in doReprocess() argument
4291 buf_fd, buf_length); in doReprocess()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.h566 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
DQCamera3Channel.cpp4830 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, void *buffer, size_t buf_length, in doReprocess() argument
4847 buf_fd, buffer, buf_length); in doReprocess()