Home
last modified time | relevance | path

Searched refs:miscBuf (Results 1 – 10 of 10) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraStream.h58 QCameraHeapMemory *miscBuf,
DQCameraStream.cpp587 QCameraHeapMemory *miscBuf, in init() argument
620 mMiscBuf = miscBuf; in init()
621 if (miscBuf) { in init()
DQCameraChannel.cpp179 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() argument
208 rc = pStream->init(streamInfoBuf, miscBuf, minStreamBufNum, in addStream()
DQCamera2HWI.cpp1848 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() local
1867 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf()
1869 if (!miscBuf) { in allocateMiscBuf()
1874 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE); in allocateMiscBuf()
1877 delete miscBuf; in allocateMiscBuf()
1882 return miscBuf; in allocateMiscBuf()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraStream.h58 QCameraHeapMemory *miscBuf,
DQCameraStream.cpp587 QCameraHeapMemory *miscBuf, in init() argument
620 mMiscBuf = miscBuf; in init()
621 if (miscBuf) { in init()
DQCameraChannel.cpp179 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() argument
208 rc = pStream->init(streamInfoBuf, miscBuf, minStreamBufNum, in addStream()
DQCamera2HWI.cpp1848 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() local
1867 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf()
1869 if (!miscBuf) { in allocateMiscBuf()
1874 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE); in allocateMiscBuf()
1877 delete miscBuf; in allocateMiscBuf()
1882 return miscBuf; in allocateMiscBuf()