Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.h56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraStream.h63 QCameraHeapMemory *miscBuf,
DQCameraChannel.cpp210 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() argument
239 rc = pStream->init(streamInfoBuf, miscBuf, minStreamBufNum, in addStream()
DQCameraStream.cpp681 QCameraHeapMemory *miscBuf, in init() argument
726 mMiscBuf = miscBuf; in init()
727 if (miscBuf) { in init()
DQCamera2HWI.cpp2889 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() local
2908 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf()
2910 if (!miscBuf) { in allocateMiscBuf()
2915 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE); in allocateMiscBuf()
2918 delete miscBuf; in allocateMiscBuf()
2923 return miscBuf; in allocateMiscBuf()