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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_pic_param_set.h56 u32 *bottomRight; member in struct:__anon638
H A Dh264bsd_slice_group_map.c74 u32 *bottomRight,
213 bottomRight bottom_right[] values
229 u32 *bottomRight,
244 ASSERT(bottomRight);
255 ASSERT( topLeft[group] <= bottomRight[group] &&
256 bottomRight[group] < picSize );
259 yBottomRight = bottomRight[group] / picWidth;
260 xBottomRight = bottomRight[group] % picWidth;
559 pps->topLeft, pps->bottomRight, picWidth, picHeight);
225 DecodeForegroundLeftOverMap( u32 *map, u32 numSliceGroups, u32 *topLeft, u32 *bottomRight, u32 picWidth, u32 picHeight) argument
H A Dh264bsd_storage.c245 FREE(pStorage->pps[id]->bottomRight);
254 FREE(pStorage->pps[id]->bottomRight);
817 ASSERT(pps->bottomRight);
820 if (pps->topLeft[i] > pps->bottomRight[i] ||
821 pps->bottomRight[i] >= picSize)
825 (pps->bottomRight[i] % sps->picWidthInMbs) )
H A Dh264bsd_pic_param_set.c181 ALLOCATE(pPicParamSet->bottomRight,
184 pPicParamSet->bottomRight == NULL)
195 pPicParamSet->bottomRight[i] = value;
H A Dh264bsd_decoder.c292 FREE(picParamSet.bottomRight);
560 FREE(pStorage->pps[i]->bottomRight);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java171 public PointF bottomRight() { method in class:Quad
191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina);
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight);
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { argument
323 mBottomRight = bottomRight;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java85 quad.bottomRight().x, quad.bottomRight().y, mStats);
H A DImageShader.java423 quad.bottomRight().x, quad.bottomRight().y });
471 quad.bottomRight().x, quad.bottomRight().y });
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DHorizontalGravityTest.java48 mBottomRight = activity.findViewById(R.id.bottomRight);
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
102 public void set(ViewBounds viewBounds, PointF bottomRight) {
103 viewBounds.setBottomRight(bottomRight);
113 new Property<View, PointF>(PointF.class, "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,
352 bottomRight);
490 public void setBottomRight(PointF bottomRight) { argument
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { argument
483 || mBottomRightCornerStyle != bottomRight
488 mBottomRightCornerStyle = bottomRight;

Completed in 236 milliseconds