Searched refs:buf_length (Results 1 - 12 of 12) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraChannel.h141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp1559 size_t buf_length, int32_t &ret_val)
1575 buf_fd, buffer, buf_length);
1558 doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val) argument
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraChannel.h135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp1373 size_t buf_length, int32_t &ret_val)
1389 buf_fd, buf_length);
1372 doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val) argument
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraChannel.h135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp1361 size_t buf_length, int32_t &ret_val)
1377 buf_fd, buf_length);
1360 doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val) argument
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3Channel.h566 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp4830 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, void *buffer, size_t buf_length, argument
4847 buf_fd, buffer, buf_length);
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3Channel.h501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp4274 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, argument
4291 buf_fd, buf_length);
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3Channel.h501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp4274 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, argument
4291 buf_fd, buf_length);

Completed in 3962 milliseconds