Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_group_map.c74 u32 *bottomRight,
229 u32 *bottomRight, in DecodeForegroundLeftOverMap() argument
244 ASSERT(bottomRight); in DecodeForegroundLeftOverMap()
255 ASSERT( topLeft[group] <= bottomRight[group] && in DecodeForegroundLeftOverMap()
256 bottomRight[group] < picSize ); in DecodeForegroundLeftOverMap()
259 yBottomRight = bottomRight[group] / picWidth; in DecodeForegroundLeftOverMap()
260 xBottomRight = bottomRight[group] % picWidth; in DecodeForegroundLeftOverMap()
559 pps->topLeft, pps->bottomRight, picWidth, picHeight); in h264bsdDecodeSliceGroupMap()
Dh264bsd_storage.c245 FREE(pStorage->pps[id]->bottomRight); in h264bsdStorePicParamSet()
254 FREE(pStorage->pps[id]->bottomRight); in h264bsdStorePicParamSet()
817 ASSERT(pps->bottomRight); in CheckPps()
820 if (pps->topLeft[i] > pps->bottomRight[i] || in CheckPps()
821 pps->bottomRight[i] >= picSize) in CheckPps()
825 (pps->bottomRight[i] % sps->picWidthInMbs) ) in CheckPps()
Dh264bsd_pic_param_set.c181 ALLOCATE(pPicParamSet->bottomRight, in h264bsdDecodePicParamSet()
184 pPicParamSet->bottomRight == NULL) in h264bsdDecodePicParamSet()
195 pPicParamSet->bottomRight[i] = value; in h264bsdDecodePicParamSet()
Dh264bsd_pic_param_set.h56 u32 *bottomRight; member
Dh264bsd_decoder.c292 FREE(picParamSet.bottomRight); in h264bsdDecode()
560 FREE(pStorage->pps[i]->bottomRight); in h264bsdShutdown()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java171 public PointF bottomRight() { in bottomRight() method in Quad
191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina); in rotated() local
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight); in rotated()
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad() argument
323 mBottomRight = bottomRight; in Quad()
/frameworks/base/core/java/android/transition/
DChangeBounds.java102 public void set(ViewBounds viewBounds, PointF bottomRight) {
103 viewBounds.setBottomRight(bottomRight);
115 public void set(View view, PointF bottomRight) {
118 int right = Math.round(bottomRight.x);
119 int bottom = Math.round(bottomRight.y);
349 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local
352 bottomRight); in createAnimator()
490 public void setBottomRight(PointF bottomRight) { in setBottomRight() argument
491 mRight = Math.round(bottomRight.x); in setBottomRight()
492 mBottom = Math.round(bottomRight.y); in setBottomRight()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DStatsFilter.java85 quad.bottomRight().x, quad.bottomRight().y, mStats); in calcMeanAndStd()
DImageShader.java423 quad.bottomRight().x, quad.bottomRight().y }); in setSourceQuad()
471 quad.bottomRight().x, quad.bottomRight().y }); in setTargetQuad()
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DHorizontalGravityTest.java48 mBottomRight = activity.findViewById(R.id.bottomRight); in setUp()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles() argument
483 || mBottomRightCornerStyle != bottomRight in setCornerStyles()
488 mBottomRightCornerStyle = bottomRight; in setCornerStyles()