Searched refs:grallocMemory (Results 1 – 1 of 1) sorted by relevance
3011 QCameraGrallocMemory *grallocMemory = NULL; in allocateStreamBuf() local3014 … 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() local3063 if (grallocMemory) { in allocateStreamBuf()3064 grallocMemory->setWindowInfo(mPreviewWindow, dim.width, in allocateStreamBuf()[all …]