Searched refs:allocWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp912 uint32_t allocWidth = 0; local
945 allocWidth = width > 0 ? width : mCore->mDefaultWidth;
957 allocWidth, allocHeight, allocFormat, allocUsage, &result));
975 if (checkWidth != allocWidth || checkHeight != allocHeight ||

Completed in 402 milliseconds