Searched refs:miscBuf (Results 1 – 5 of 5) sorted by relevance
56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
63 QCameraHeapMemory *miscBuf,
738 QCameraHeapMemory *miscBuf, in init() argument799 mMiscBuf = miscBuf; in init()800 if (miscBuf) { in init()
262 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() argument301 rc = pStream->init(streamInfoBuf, miscBuf, in addStream()
3250 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() local3269 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()