Searched refs:QCameraMemInfo (Results 1 - 6 of 6) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraMem.h79 struct QCameraMemInfo { struct in class:qcamera::QCameraMemory
90 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
95 static void deallocOneBuffer(struct QCameraMemInfo &memInfo);
100 struct QCameraMemInfo mMemInfo[MM_CAMERA_MAX_NUM_FRAMES];
112 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
118 void releaseBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
124 int findBufferLocked(struct QCameraMemory::QCameraMemInfo &memInfo,
130 android::List<QCameraMemory::QCameraMemInfo> mPools[CAM_STREAM_TYPE_MAX];
H A DQCameraMem.cpp323 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo,
403 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)
465 struct QCameraMemory::QCameraMemInfo &memInfo,
489 List<struct QCameraMemory::QCameraMemInfo>::iterator it;
518 struct QCameraMemory::QCameraMemInfo &memInfo,
530 List<struct QCameraMemory::QCameraMemInfo>::iterator it;
564 struct QCameraMemory::QCameraMemInfo &memInfo,
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraMem.h70 struct QCameraMemInfo { struct in class:qcamera::QCameraMemory
79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
80 void deallocOneBuffer(struct QCameraMemInfo &memInfo);
85 struct QCameraMemInfo mMemInfo[MM_CAMERA_MAX_NUM_FRAMES];
H A DQCameraMem.cpp295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size)
358 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraMem.h70 struct QCameraMemInfo { struct in class:qcamera::QCameraMemory
79 int allocOneBuffer(struct QCameraMemInfo &memInfo, int heap_id, int size);
80 void deallocOneBuffer(struct QCameraMemInfo &memInfo);
85 struct QCameraMemInfo mMemInfo[MM_CAMERA_MAX_NUM_FRAMES];
H A DQCameraMem.cpp295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size)
358 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)

Completed in 105 milliseconds