Searched refs:BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErr.java31 private final int BUF_SIZE = 4096; field in class:MathErr
32 float mSrc[] = new float[BUF_SIZE];
33 float mRef[] = new float[BUF_SIZE];
34 float mRes[] = new float[BUF_SIZE];
40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
48 for (int i=0; i < BUF_SIZE; i++) {
57 for (int i=0; i < BUF_SIZE; i++) {
70 for (int i=0; i < BUF_SIZE; i++) {
80 for (int i=0; i < BUF_SIZE;
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp73 static const int BUF_SIZE = 2048; variable
82 if (nFir21 + jNpoints * 2 > BUF_SIZE) {
89 short in[BUF_SIZE];
93 short out[BUF_SIZE];
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java315 final static int BUF_SIZE = 2048; field in class:TestWebServer
356 buf = new byte[BUF_SIZE];
425 for (int i = 0; i < BUF_SIZE; i++) {

Completed in 100 milliseconds