Searched refs:topBound (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | fmo.cpp | 132 int leftBound, topBound, rightBound, bottomBound; in FmoGenerateType3MapUnitMap() local 147 topBound = y; in FmoGenerateType3MapUnitMap() 176 else if (yDir == -1 && y == topBound) in FmoGenerateType3MapUnitMap() 178 topBound = AVC_MAX(topBound - 1, 0); in FmoGenerateType3MapUnitMap() 179 y = topBound; in FmoGenerateType3MapUnitMap()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_slice_group_map.c | 305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound; in DecodeBoxOutMap() local 324 topBound = y; in DecodeBoxOutMap() 354 else if (yDir == -1 && y == topBound) in DecodeBoxOutMap() 356 topBound = MAX(topBound - 1, 0); in DecodeBoxOutMap() 357 y = topBound; in DecodeBoxOutMap()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SlidingPaneLayout.java | 364 final int topBound = getPaddingTop(); in updateObscuredViewsVisibility() local 389 final int clampedChildTop = Math.max(topBound, child.getTop()); in updateObscuredViewsVisibility()
|