• Home
  • Raw
  • Download

Lines Matching refs:QCameraGrallocMemory

1884 QCameraGrallocMemory::QCameraGrallocMemory(camera_request_memory memory, void* cbCookie, QCameraMem…  in QCameraGrallocMemory()  function in qcamera::QCameraGrallocMemory
1913 QCameraGrallocMemory::~QCameraGrallocMemory() in ~QCameraGrallocMemory()
1934 void QCameraGrallocMemory::setWindowInfo(preview_stream_ops_t *window, in setWindowInfo()
1957 void QCameraGrallocMemory::setMaxFPS(int maxFPS) in setMaxFPS()
1986 int QCameraGrallocMemory::displayBuffer(uint32_t index) in displayBuffer()
2081 int32_t QCameraGrallocMemory::enqueueBuffer(uint32_t index, nsecs_t timeStamp) in enqueueBuffer()
2129 int32_t QCameraGrallocMemory::dequeueBuffer() in dequeueBuffer()
2219 int QCameraGrallocMemory::allocate(uint8_t count, size_t /*size*/) in allocate()
2424 int QCameraGrallocMemory::allocateMore(uint8_t /*count*/, size_t /*size*/) in allocateMore()
2439 void QCameraGrallocMemory::deallocate() in deallocate()
2486 int QCameraGrallocMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps()
2510 int QCameraGrallocMemory::getRegFlags(uint8_t *regFlags) const in getRegFlags()
2534 camera_memory_t *QCameraGrallocMemory::getMemory(uint32_t index, in getMemory()
2554 int QCameraGrallocMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex()
2580 void *QCameraGrallocMemory::getPtr(uint32_t index) const in getPtr()
2604 void QCameraGrallocMemory::setMappable(uint8_t mappable) in setMappable()
2620 uint8_t QCameraGrallocMemory::getMappable() const in getMappable()
2635 uint8_t QCameraGrallocMemory::checkIfAllBuffersMapped() const in checkIfAllBuffersMapped()
2653 void QCameraGrallocMemory::setBufferStatus(uint32_t index, BufferStatus status) in setBufferStatus()