Searched refs:memInfo (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp307 * @memInfo : [output] reference to struct to store additional memory allocation info
315 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size) argument
351 memInfo.main_ion_fd = main_ion_fd;
352 memInfo.fd = ion_info_fd.fd;
353 memInfo.handle = ion_info_fd.handle;
354 memInfo.size = alloc.len;
373 * @memInfo : reference to struct that stores additional memory allocation info
377 void QCamera3HeapMemory::deallocOneBuffer(QCamera3MemInfo &memInfo) argument
381 if (memInfo.fd > 0) {
382 close(memInfo
[all...]
H A DQCamera3Mem.h99 int allocOneBuffer(struct QCamera3MemInfo &memInfo, int heap_id, int size);
100 void deallocOneBuffer(struct QCamera3MemInfo &memInfo);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp287 * @memInfo : [output] reference to struct to store additional memory allocation info
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size) argument
332 memInfo.main_ion_fd = main_ion_fd;
333 memInfo.fd = ion_info_fd.fd;
334 memInfo.handle = ion_info_fd.handle;
335 memInfo.size = alloc.len;
354 * @memInfo : reference to struct that stores additional memory allocation info
358 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo) argument
362 if (memInfo.fd > 0) {
363 close(memInfo
[all...]
H A DQCameraMem.h79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
80 void deallocOneBuffer(struct QCameraMemInfo &memInfo);

Completed in 67 milliseconds