HomeSort by relevance Sort by last modified time
    Searched defs:bottomBound (Results 1 - 3 of 3) sorted by null

  /external/opencore/codecs_v2/video/avc_h264/common/src/
fmo.cpp 131 int leftBound, topBound, rightBound, bottomBound;
148 bottomBound = y;
182 else if (yDir == 1 && y == bottomBound)
184 bottomBound = AVC_MIN(bottomBound + 1, (int)video->PicHeightInMapUnits - 1);
185 y = bottomBound;
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
fmo.cpp 132 int leftBound, topBound, rightBound, bottomBound;
149 bottomBound = y;
183 else if (yDir == 1 && y == bottomBound)
185 bottomBound = AVC_MIN(bottomBound + 1, (int)video->PicHeightInMapUnits - 1);
186 y = bottomBound;
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 266 int bottomBound = height - mPaddingBottom;
273 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2;

Completed in 164 milliseconds