HomeSort by relevance Sort by last modified time
    Searched refs:QCameraMemInfo (Results 1 - 4 of 4) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 113 struct QCameraMemInfo {
125 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
127 static void deallocOneBuffer(struct QCameraMemInfo &memInfo);
132 struct QCameraMemInfo mMemInfo[MM_CAMERA_MAX_NUM_FRAMES];
145 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
148 void releaseBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
154 int findBufferLocked(struct QCameraMemory::QCameraMemInfo &memInfo,
158 android::List<QCameraMemory::QCameraMemInfo> mPools[CAM_STREAM_TYPE_MAX];
QCameraMem.cpp 460 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo,
537 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)
599 struct QCameraMemory::QCameraMemInfo &memInfo,
623 List<struct QCameraMemory::QCameraMemInfo>::iterator it;
652 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id,
661 List<struct QCameraMemory::QCameraMemInfo>::iterator it = mPools[streamType].begin();
711 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id,
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 138 struct QCameraMemInfo {
149 static int allocOneBuffer(struct QCameraMemInfo &memInfo,
151 static void deallocOneBuffer(struct QCameraMemInfo &memInfo);
156 struct QCameraMemInfo mMemInfo[MM_CAMERA_MAX_NUM_FRAMES];
169 int allocateBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
172 void releaseBuffer(struct QCameraMemory::QCameraMemInfo &memInfo,
178 int findBufferLocked(struct QCameraMemory::QCameraMemInfo &memInfo,
182 android::List<QCameraMemory::QCameraMemInfo> mPools[CAM_STREAM_TYPE_MAX];
QCameraMem.cpp 463 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo,
540 void QCameraMemory::deallocOneBuffer(QCameraMemInfo &memInfo)
602 struct QCameraMemory::QCameraMemInfo &memInfo,
626 List<struct QCameraMemory::QCameraMemInfo>::iterator it;
655 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id,
664 List<struct QCameraMemory::QCameraMemInfo>::iterator it = mPools[streamType].begin();
715 struct QCameraMemory::QCameraMemInfo &memInfo, unsigned int heap_id,
    [all...]

Completed in 94 milliseconds