Searched refs:buf_length (Results 1 - 12 of 12) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL/ |
H A D | QCameraChannel.h | 141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
|
H A D | QCameraChannel.cpp | 1559 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 D | QCameraChannel.h | 135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
|
H A D | QCameraChannel.cpp | 1373 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 D | QCameraChannel.h | 135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
|
H A D | QCameraChannel.cpp | 1361 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 D | QCamera3Channel.h | 566 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
|
H A D | QCamera3Channel.cpp | 4830 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 D | QCamera3Channel.h | 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
|
H A D | QCamera3Channel.cpp | 4274 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 D | QCamera3Channel.h | 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
|
H A D | QCamera3Channel.cpp | 4274 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, argument 4291 buf_fd, buf_length);
|
Completed in 3962 milliseconds