HomeSort by relevance Sort by last modified time
    Searched refs:QCameraHeapMemory (Results 1 - 25 of 33) sorted by null

1 2

  /device/asus/flo/camera/QCamera2/HAL/
QCameraAllocator.h 40 class QCameraHeapMemory;
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
QCameraMem.h 90 class QCameraHeapMemory : public QCameraMemory {
92 QCameraHeapMemory(bool cached);
93 virtual ~QCameraHeapMemory();
QCameraStream.h 58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
102 QCameraHeapMemory *mStreamInfoBuf;
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf,
QCameraMem.cpp 379 * FUNCTION : QCameraHeapMemory
381 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
388 QCameraHeapMemory::QCameraHeapMemory(bool cached)
396 * FUNCTION : ~QCameraHeapMemory
398 * DESCRIPTION: deconstructor of QCameraHeapMemory
404 QCameraHeapMemory::~QCameraHeapMemory()
418 void *QCameraHeapMemory::getPtr(int index) const
440 int QCameraHeapMemory::allocate(int count, int size
    [all...]
QCameraChannel.cpp 157 QCameraHeapMemory *streamInfoBuf,
624 QCameraHeapMemory *pStreamInfoBuf = NULL;
QCamera2HWI.cpp     [all...]
QCamera2HWI.h 217 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
QCameraParameters.h 570 QCameraHeapMemory *m_pParamHeap;
QCameraStream.cpp 230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraAllocator.h 40 class QCameraHeapMemory;
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
QCameraMem.h 90 class QCameraHeapMemory : public QCameraMemory {
92 QCameraHeapMemory(bool cached);
93 virtual ~QCameraHeapMemory();
QCameraStream.h 58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
102 QCameraHeapMemory *mStreamInfoBuf;
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf,
QCameraMem.cpp 379 * FUNCTION : QCameraHeapMemory
381 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
388 QCameraHeapMemory::QCameraHeapMemory(bool cached)
396 * FUNCTION : ~QCameraHeapMemory
398 * DESCRIPTION: deconstructor of QCameraHeapMemory
404 QCameraHeapMemory::~QCameraHeapMemory()
418 void *QCameraHeapMemory::getPtr(int index) const
440 int QCameraHeapMemory::allocate(int count, int size
    [all...]
QCameraChannel.cpp 157 QCameraHeapMemory *streamInfoBuf,
624 QCameraHeapMemory *pStreamInfoBuf = NULL;
QCamera2HWI.cpp     [all...]
QCamera2HWI.h 217 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
QCameraParameters.h 569 QCameraHeapMemory *m_pParamHeap;
QCameraStream.cpp 230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraAllocator.h 40 class QCameraHeapMemory;
52 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
QCameraMem.h 136 class QCameraHeapMemory : public QCameraMemory {
138 QCameraHeapMemory(bool cached);
139 virtual ~QCameraHeapMemory();
QCameraStream.h 59 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
129 QCameraHeapMemory *mStreamInfoBuf;
QCameraMem.cpp 588 * FUNCTION : QCameraHeapMemory
590 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
597 QCameraHeapMemory::QCameraHeapMemory(bool cached)
605 * FUNCTION : ~QCameraHeapMemory
607 * DESCRIPTION: deconstructor of QCameraHeapMemory
613 QCameraHeapMemory::~QCameraHeapMemory()
627 void *QCameraHeapMemory::getPtr(int index) const
649 int QCameraHeapMemory::allocate(int count, int size, uint32_t isSecure
    [all...]
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf,

Completed in 767 milliseconds

1 2