Searched refs:plane2 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/
H A Dplane_unittest.cc56 Plane plane1, plane2; local
61 plane2.CreateEmptyPlane(50, 15, size2);
63 int stride2 = plane2.stride();
64 plane1.Copy(plane2);
68 plane2.Copy(plane1);
70 EXPECT_EQ(plane1.allocated_size(), plane2.allocated_size());
71 EXPECT_EQ(stride2, plane2.stride());
76 plane2.Copy(size1, stride1, buffer1);
77 EXPECT_GE(plane2.allocated_size(), size1);
78 EXPECT_EQ(0, memcmp(buffer1, plane2
82 Plane plane1, plane2; local
[all...]
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_controller_unittest.cc89 ui::OverlayPlane plane2(scoped_refptr<ui::ScanoutBuffer>(
91 controller_->QueueOverlayPlane(plane2);
95 EXPECT_FALSE(plane2.buffer->HasOneRef());
118 ui::OverlayPlane plane2(scoped_refptr<ui::ScanoutBuffer>(
120 controller_->QueueOverlayPlane(plane2);
123 EXPECT_FALSE(plane2.buffer->HasOneRef());
127 EXPECT_TRUE(plane2.buffer->HasOneRef());
136 ui::OverlayPlane plane2(scoped_refptr<ui::ScanoutBuffer>(
138 controller_->QueueOverlayPlane(plane2);
144 controller_->QueueOverlayPlane(plane2);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_dotprod_tmp.h64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
70 coord[2] * plane2 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
91 coord[2] * plane2 +
/external/mesa3d/src/mesa/math/
H A Dm_dotprod_tmp.h64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
70 coord[2] * plane2 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
91 coord[2] * plane2 +
/external/opencv/cxcore/src/
H A Dcxconvert.cpp55 arrtype_ptr plane2 = ptr[2];
60 arrtype_ptr plane2 = ptr[2]; \
93 plane2[j] = t2; \
97 plane2 += dststep; \
116 plane2[j] = t0; \
121 plane2 += dststep; \
243 arrtype t2 = plane2[j]; \
251 plane2 += srcstep; \
267 t0 = plane2[j]; \
275 plane2
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, LENGTHOF(plane2) },
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, LENGTHOF(plane2) },
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c487 uint16_t *plane1, *plane2; local
500 plane2 = (uint16_t*)img2->planes[VPX_PLANE_Y];
511 *(plane2 + (i + k) * stride2 + j + l)) {
515 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
526 plane2 = (uint16_t*)img2->planes[VPX_PLANE_U];
537 *(plane2 + (i + k) * stride2 + j + l)) {
541 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
552 plane2 = (uint16_t*)img2->planes[VPX_PLANE_V];
563 *(plane2 + (i + k) * stride2 + j + l)) {
567 vloc[3] = *(plane2
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h397 const uint8* plane2, uint32 pitch2,
401 const uint8* r2 = plane2;
395 IsPlaneEqual(const std::string& name, const uint8* plane1, uint32 pitch1, const uint8* plane2, uint32 pitch2, uint32 width, uint32 height, int max_error) argument

Completed in 2448 milliseconds