HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 176 - 200 of 4228) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/modules/video_render/
i_video_render.h 43 const float right,
54 float& right,
96 const float right,
103 const float right,
123 const float right,
video_render.h 89 * right - position of the stream in the window, [0.0f, 1.0f]
98 const float right, const float bottom) = 0;
126 * right - [out] position of the stream in the window, [0.0f, 1.0f]
133 float& right, float& bottom) const = 0;
216 const float right,
233 const float right,
244 const float right, const float bottom) = 0;
252 const float right, const float bottom) = 0;
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.h 49 const float right, const float bottom);
58 float& right, float& bottom) const;
94 const float right, const float bottom);
101 const float right, const float bottom);
115 const float right, const float bottom);
  /external/webrtc/webrtc/modules/video_render/windows/
i_video_render_win.h 44 const float right,
53 float& right, float& bottom) = 0;
76 const float right, const float bottom) = 0;
83 const float right,
100 const float right, const float bottom) = 0;
video_render_windows_impl.h 57 const float right, const float bottom);
66 float& right, float& bottom) const;
102 const float right, const float bottom);
107 const float right, const float bottom);
117 const float right, const float bottom);
123 const float right, const float bottom);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraUtils.java 60 long right = widthB * (long) heightB; local
61 if (left == right) {
63 right = widthB;
65 return (left < right) ? -1 : (left > right ? 1 : 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_treewriter.c 37 unsigned int left, right; local
45 right = num_events[-tree[i + 1]];
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
50 branch_ct[i >> 1][1] = right;
51 return left + right;
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
49 right = width;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
  /toolchain/binutils/binutils-2.25/gprof/
sym_ids.c 48 struct match left, right;
78 the right half of an arc id. It is NOT sorted according
183 parse_spec (slash + 1, &id->right.sym);
204 id->right.sym.file ? id->right.sym.file->name : "*");
206 if (id->right.sym.name)
207 printf ("%s", id->right.sym.name);
208 else if (id->right.sym.line_num)
209 printf ("%d", id->right.sym.line_num);
279 Sym *sym, *left, *right;
47 struct match left, right; member in struct:sym_id
278 Sym *sym, *left, *right; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 44 assertEquals(10, rect.right);
50 assertEquals(1, rect.right);
61 assertEquals(10, rect.right);
66 assertEquals(15, rect.right);
71 assertEquals(15, rect.right);
77 assertEquals(1, rect.right);
88 assertEquals(10, rect.right);
93 assertEquals(5, rect.right);
99 assertEquals(1, rect.right);
110 assertEquals(10, rect.right);
    [all...]
RectTest.java 55 assertEquals(3, mRect.right);
67 assertEquals(3, mRect.right);
77 assertEquals(10, mRect.right);
84 assertEquals(10, mRect.right);
115 assertEquals(6, mRect.right);
130 assertEquals(10, mRect.right);
138 assertEquals(10, mRect.right);
146 // 1. left < right, top < bottom
147 // this.left < this.right, this.top < this.bottom
152 assertEquals(2, mRect.right);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 194 int right = left + (int)(width*mRedRatio); local
195 int right2 = right + (int)(width*mYellowRatio);
203 indicatorLeft = right;
242 if (left < right) {
244 mRect.right = right;
247 width -= (right-left);
248 left = right;
251 mLastLeftDiv = right;
254 right = right2
    [all...]
  /external/guava/guava/src/com/google/common/collect/
NaturalOrdering.java 27 @SuppressWarnings("unchecked") // TODO(kevinb): the right way to explain this??
32 @Override public int compare(Comparable left, Comparable right) {
34 checkNotNull(right);
35 return left.compareTo(right);
  /external/libbrillo/brillo/
unittest_utils.cc 43 right = fds[1];
49 if (right != -1)
50 close(right);
  /external/opencv3/modules/cudastereo/src/
stereobm.cpp 58 void stereoBM_CUDA(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& disp, int ndisp, int winsz, const PtrStepSz<unsigned int>& minSSD_buf, cudaStream_t & stream);
71 void compute(InputArray left, InputArray right, OutputArray disparity);
72 void compute(InputArray left, InputArray right, OutputArray disparity, Stream& stream);
131 void StereoBMImpl::compute(InputArray left, InputArray right, OutputArray disparity)
133 compute(left, right, disparity, Stream::Null());
146 GpuMat right = _right.getGpuMat();
149 CV_Assert( left.size() == right.size() && left.type() == right.type() );
159 PtrStepSzb ri_for_bm = right;
164 cuda::ensureSizeIsEnough(right.size(), right.type(), riBuf_)
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
copyMakeBorder_demo.cpp 17 int top, bottom, left, right; variable
51 left = (int) (0.05*src.cols); right = (int) (0.05*src.cols);
68 copyMakeBorder( src, dst, top, bottom, left, right, borderType, value );
  /external/valgrind/helgrind/tests/
tc14_laog_dinphils.c 19 long right = (left + 1) % 5; local
22 pthread_mutex_lock(&chop[right].m);
25 pthread_mutex_unlock(&chop[right].m);
  /frameworks/base/services/core/java/com/android/server/policy/
RecentApplicationsBackground.java 60 protected boolean setFrame(int left, int top, int right, int bottom) {
62 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
65 return super.setFrame(left, top, right, bottom);
105 int left, right; local
109 right = chld.right + bkg.right;
113 right = getRight();
115 background.setBounds(left, top, right, bottom);
145 r.bottom = r.right = Integer.MIN_VALUE
    [all...]
  /frameworks/native/include/ui/
Rect.h 55 right = static_cast<int32_t>(w);
62 right = r;
69 right = rb.x;
76 left = top = right = bottom = 0;
91 return right - left;
100 return Rect(right - left, bottom - top);
109 right = rb.x;
118 return Point(right, bottom);
121 return Point(right, top);
130 (right == rhs.right) && (bottom == rhs.bottom)
    [all...]
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 9 public int right; field in class:Rect
32 out.writeInt(right);
39 right = in.readInt();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
BoxModel.java 65 boundsRect.right - getMarginRight(),
77 marginRect.right - getPaddingRight(),
82 public void setMargins(float left, float top, float right, float bottom) {
85 setMarginRight(right);
90 public void setPadding(float left, float top, float right, float bottom) {
93 setPaddingRight(right);
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.h 40 const float right,
49 float& right,
68 const float right,
74 const float right,
84 const float right,
91 const float right,
  /packages/apps/Launcher3/src/com/android/launcher3/
BorderCropDrawable.java 47 mBoundsShift.right = mPadding.right;
48 mPadding.right = 0;
61 bounds.right + mBoundsShift.right,
68 return (padding.left | padding.top | padding.right | padding.bottom) != 0;
  /prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree.c 46 struct tn* right; member in struct:tn
51 treeNode* NewTreeNode(treeNode* left, treeNode* right, long item)
58 new->right = right;
70 return tree->item + ItemCheck(tree->left) - ItemCheck(tree->right);
93 DeleteTree(tree->right);
  /prebuilts/go/linux-x86/test/bench/shootout/
binary-tree.c 46 struct tn* right; member in struct:tn
51 treeNode* NewTreeNode(treeNode* left, treeNode* right, long item)
58 new->right = right;
70 return tree->item + ItemCheck(tree->left) - ItemCheck(tree->right);
93 DeleteTree(tree->right);

Completed in 641 milliseconds

1 2 3 4 5 6 78 91011>>