HomeSort by relevance Sort by last modified time
    Searched refs:bufHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 65 size_t bufWidth, bufHeight;
74 bufHeight = (mCropHeight + 1) & ~1;
84 bufHeight = mCropHeight;
112 bufHeight,
  /frameworks/native/services/surfaceflinger/
Layer.cpp 578 uint32_t bufHeight = buf->getHeight();
583 swap(bufWidth, bufHeight);
592 bufHeight == front.requested.h))
615 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
634 front.active.h != bufHeight) {
682 uint32_t bufHeight = mActiveBuffer->getHeight();
684 bufHeight != uint32_t(oldActiveBuffer->height)) {

Completed in 182 milliseconds