Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraStream.h63 QCameraHeapMemory *miscBuf,
DQCameraStream.cpp738 QCameraHeapMemory *miscBuf, in init() argument
799 mMiscBuf = miscBuf; in init()
800 if (miscBuf) { in init()
DQCameraChannel.cpp262 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() argument
301 rc = pStream->init(streamInfoBuf, miscBuf, in addStream()
DQCamera2HWI.cpp3250 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() local
3269 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf()
3271 if (!miscBuf) { in allocateMiscBuf()
3276 rc = miscBuf->allocate(bufNum, bufSize); in allocateMiscBuf()
3279 delete miscBuf; in allocateMiscBuf()
3284 return miscBuf; in allocateMiscBuf()