Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:bufWidth

976                 uint32_t bufWidth  = buf->getWidth();
982 swap(bufWidth, bufHeight);
989 (bufWidth == front.requested.w &&
1013 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1031 if (front.active.w != bufWidth ||
1034 //ALOGD("rejecting buffer: bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
1035 // bufWidth, bufHeight, front.active.w, front.active.h);
1116 uint32_t bufWidth = mActiveBuffer->getWidth();
1118 if (bufWidth != uint32_t(oldActiveBuffer->width) ||