Searched refs:bottomRight (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_slice_group_map.c | 74 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()
|
D | h264bsd_storage.c | 249 FREE(pStorage->pps[id]->bottomRight); in h264bsdStorePicParamSet() 258 FREE(pStorage->pps[id]->bottomRight); in h264bsdStorePicParamSet() 835 ASSERT(pps->bottomRight); in CheckPps() 838 if (pps->topLeft[i] > pps->bottomRight[i] || in CheckPps() 839 pps->bottomRight[i] >= picSize) in CheckPps() 843 (pps->bottomRight[i] % sps->picWidthInMbs) ) in CheckPps()
|
D | h264bsd_pic_param_set.c | 181 ALLOCATE(pPicParamSet->bottomRight, in h264bsdDecodePicParamSet() 184 pPicParamSet->bottomRight == NULL) in h264bsdDecodePicParamSet() 195 pPicParamSet->bottomRight[i] = value; in h264bsdDecodePicParamSet()
|
D | h264bsd_pic_param_set.h | 56 u32 *bottomRight; member
|
D | h264bsd_decoder.c | 292 FREE(picParamSet.bottomRight); in h264bsdDecode() 560 FREE(pStorage->pps[i]->bottomRight); in h264bsdShutdown()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 102 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() 491 public void setBottomRight(PointF bottomRight) { in setBottomRight() argument 492 mRight = Math.round(bottomRight.x); in setBottomRight() 493 mBottom = Math.round(bottomRight.y); in setBottomRight()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 171 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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | StatsFilter.java | 85 quad.bottomRight().x, quad.bottomRight().y, mStats); in calcMeanAndStd()
|
D | ImageShader.java | 423 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/ |
D | HorizontalGravityTest.java | 48 mBottomRight = activity.findViewById(R.id.bottomRight); in setUp()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles() argument 483 || mBottomRightCornerStyle != bottomRight in setCornerStyles() 488 mBottomRightCornerStyle = bottomRight; in setCornerStyles()
|