Searched refs:mUserWidth (Results 1 – 3 of 3) sorted by relevance
122 mUserWidth = 0; in Surface()160 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()578 dequeueInput->width = mReqWidth ? mReqWidth : mUserWidth; in getDequeueBufferInputLocked()1261 mUserWidth ? mUserWidth : mDefaultWidth); in query()2152 if (width != mUserWidth || height != mUserHeight) { in setBuffersUserDimensions()2155 mUserWidth = width; in setBuffersUserDimensions()
903 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
534 uint32_t mUserWidth; variable