Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp148 int arrLen = cellCount; in helperCopy1D() local
154 arrLen = cellCount * 3; in helperCopy1D()
163 T* src = new T[arrLen]; in helperCopy1D()
164 T* dst = new T[arrLen]; in helperCopy1D()
241 int arrLen = xElems * yElems; in helperCopy2D() local
246 arrLen = arrLen * 3; in helperCopy2D()
254 T* src = new T[arrLen]; in helperCopy2D()
255 T* dst = new T[arrLen]; in helperCopy2D()
333 int arrLen = xElems * yElems * zElems; in helperCopy3D() local
338 arrLen = arrLen * 3; in helperCopy3D()
[all …]
Drs_jni.cpp476 size_t arrLen = X * Y + ((X + 1) / 2) * ((Y + 1) / 2) * 2; in Java_android_cts_rscpp_RSYuvTest_yuvTest() local
477 inputAlloc = Allocation::createSized(mRS, Element::U8(mRS), arrLen); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
478 inputAlloc->copy1DRangeFrom(0, arrLen, input); in Java_android_cts_rscpp_RSYuvTest_yuvTest()