Lines Matching refs:bufPtr
665 halBuf.bufPtr = nullptr; // threadloop will request buffer from cameraservice in processOneCaptureRequest()
2072 /*out*/ &mBufferReqs[i].bufPtr); in threadLoop()
2570 static_cast<uint64_t>(halBuf.usage), halBuf.bufPtr); in createJpegLocked()
2675 void* bufPtr = sHandleImporter.lock(*(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), in createJpegLocked() local
2678 if (!bufPtr) { in createJpegLocked()
2683 ret = encodeJpegYU12(jpegSize, yu12Main, jpegQuality, exifData, exifDataSize, bufPtr, in createJpegLocked()
2689 void* blobDst = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(bufPtr) + maxJpegCodeSize - in createJpegLocked()
2694 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in createJpegLocked()
2849 if (*(halBuf.bufPtr) == nullptr) { in threadLoop()
2878 *(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), inDataSize); in threadLoop()
2882 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop()
2892 *(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), outRect); in threadLoop()
2931 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop()