Home
last modified time | relevance | path

Searched refs:topBound (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
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/
Dh264bsd_slice_group_map.c305 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/
DSlidingPaneLayout.java361 final int topBound = getPaddingTop(); in updateObscuredViewsVisibility() local
386 final int clampedChildTop = Math.max(topBound, child.getTop()); in updateObscuredViewsVisibility()