Searched defs:bufHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp65 size_t bufWidth, bufHeight; local
74 bufHeight = (mCropHeight + 1) & ~1;
84 bufHeight = mCropHeight;
112 bufHeight,
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp977 uint32_t bufHeight = buf->getHeight(); local
982 swap(bufWidth, bufHeight);
990 bufHeight == front.requested.h))
1013 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1032 front.active.h != bufHeight) {
1034 //ALOGD("rejecting buffer: bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
1035 // bufWidth, bufHeight, front.active.w, front.active.h);
1117 uint32_t bufHeight = mActiveBuffer->getHeight(); local
1119 bufHeight != uint32_t(oldActiveBuffer->height)) {

Completed in 83 milliseconds