Home
last modified time | relevance | path

Searched refs:testY (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java39 final ByteBuffer testY = ByteBuffer.allocateDirect(TEST_HEIGHT * TEST_I420_STRIDE_Y); in getTestY() local
40 testY.put(new byte[] {1, 2, 3, 4, 5, 6, 7, 8, 9}); in getTestY()
41 return testY; in getTestY()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp6.cpp35 only<double> testY = y; in p3example() local
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp6.cpp35 only<double> testY = y; in p3example() local
/external/skia/src/gpu/geometry/
DGrQuadUtils.cpp241 const V4f& testX, const V4f& testY, in barycentric_coords() argument
299 V4f v2y = (scaleY * testY) - y0; in barycentric_coords()