Home
last modified time | relevance | path

Searched refs:bottomBound (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dfmo.cpp132 int leftBound, topBound, rightBound, bottomBound; in FmoGenerateType3MapUnitMap() local
149 bottomBound = y; in FmoGenerateType3MapUnitMap()
183 else if (yDir == 1 && y == bottomBound) in FmoGenerateType3MapUnitMap()
185 bottomBound = AVC_MIN(bottomBound + 1, (int)video->PicHeightInMapUnits - 1); in FmoGenerateType3MapUnitMap()
186 y = bottomBound; in FmoGenerateType3MapUnitMap()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_group_map.c305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound; in DecodeBoxOutMap() local
327 bottomBound = y; in DecodeBoxOutMap()
361 else if (yDir == 1 && y == bottomBound) in DecodeBoxOutMap()
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1); in DecodeBoxOutMap()
364 y = bottomBound; in DecodeBoxOutMap()
/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java365 final int bottomBound = getHeight() - getPaddingBottom(); in updateObscuredViewsVisibility() local
392 final int clampedChildBottom = Math.min(bottomBound, child.getBottom()); in updateObscuredViewsVisibility()