Searched refs:mUserWidth (Results 1 – 3 of 3) sorted by relevance
107 mUserWidth = 0; in Surface()141 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()622 dequeueInput->width = mReqWidth ? mReqWidth : mUserWidth; in getDequeueBufferInputLocked()1288 mUserWidth ? mUserWidth : mDefaultWidth); in query()2148 if (width != mUserWidth || height != mUserHeight) { in setBuffersUserDimensions()2151 mUserWidth = width; in setBuffersUserDimensions()
640 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
481 uint32_t mUserWidth; variable