Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1661 Plane[] lhsPlanes = lhsImg.getPlanes(); in isImageStronglyEqual() local
1665 for (int i = 0; i < lhsPlanes.length; i++) { in isImageStronglyEqual()
1666 lhsBuffer = lhsPlanes[i].getBuffer(); in isImageStronglyEqual()