Lines Matching refs:grallocMemory
3011 QCameraGrallocMemory *grallocMemory = NULL; in allocateStreamBuf() local
3014 … grallocMemory = new QCameraGrallocMemory(mGetMemory, mCallbackCookie, QCAMERA_MEM_TYPE_SECURE); in allocateStreamBuf()
3016 grallocMemory = new QCameraGrallocMemory(mGetMemory, mCallbackCookie); in allocateStreamBuf()
3030 if (grallocMemory) { in allocateStreamBuf()
3031 grallocMemory->setMappable( in allocateStreamBuf()
3033 grallocMemory->setWindowInfo(mPreviewWindow, in allocateStreamBuf()
3046 mem = grallocMemory; in allocateStreamBuf()
3057 QCameraGrallocMemory *grallocMemory = in allocateStreamBuf() local
3063 if (grallocMemory) { in allocateStreamBuf()
3064 grallocMemory->setWindowInfo(mPreviewWindow, dim.width, in allocateStreamBuf()
3068 mem = grallocMemory; in allocateStreamBuf()