Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 175) sorted by relevance

1234567

/cts/tests/tests/media/libaudiojni/
DBlob.h30 BlobReadOnly(const void *data, size_t size, bool byReference) : in BlobReadOnly()
54 Blob(size_t size) : in Blob()
61 Blob(void *data, size_t size) : in Blob()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferDouble.java22 public DspBufferDouble(int size) { in DspBufferDouble()
27 public void setSize(int size) { in setSize()
49 int size = getSize(); in toString() local
DDspBufferComplex.java23 public DspBufferComplex(int size) { in DspBufferComplex()
28 public void setSize(int size) { in setSize()
53 int size = getSize(); in toString() local
DDspWindow.java35 public DspWindow(int windowType, int size, int overlap) { in DspWindow()
39 public DspWindow(int windowType, int size) { in DspWindow()
43 public void init(int windowType, int size, int overlap) { in init()
64 int size = r.getSize(); in fillWindow() local
103 int size = b.getSize(); in fillTriangular() local
134 int size = b.getSize(); in fillHamming() local
169 int size = b.getSize(); in fillHanning() local
DDspBufferBase.java26 public DspBufferBase(int size) { in DspBufferBase()
34 public void setSize(int size) { in setSize()
DDspBufferMath.java55 int size = Math.min(a.getSize(), b.getSize()); in add() local
127 int size = Math.min(a.getSize(), b.getSize()); in mult() local
210 int size = a.getSize(); in mult() local
256 int size = a.getSize(); in set() local
304 int size = r.getSize(); in set() local
DDspFftServer.java27 public DspFftServer(int size) { in DspFftServer()
31 public boolean init(int size) { in init()
/cts/suite/audio_quality/lib/include/audio/
DBuffer.h51 inline void setSize(size_t size) { in setSize()
55 inline void increaseSize(size_t size) { in increaseSize()
80 inline void increaseHandled(size_t size) { in increaseHandled()
84 inline void setHandled(size_t size) { in setHandled()
/cts/tests/tests/media/libndkaudio/
DWaveTableGenerator.cpp29 float* WaveTableGenerator::genSinWave(int size, float maxValue) { in genSinWave()
33 float* WaveTableGenerator::genSinWave(int size, float maxValue, float* tbl) { in genSinWave()
/cts/tests/sensor/jni/
DSensorTest.cpp73 int TestSensorManager::createSharedMemoryDirectChannel(int fd, size_t size) { in createSharedMemoryDirectChannel()
82 AHardwareBuffer const *buffer, size_t size) { in createHardwareBufferDirectChannel()
122 int32_t size = *reinterpret_cast<int32_t *>(mBuffer + offset + kOffsetSize); in parseEvents() local
137 TestSharedMemory::TestSharedMemory(int type, size_t size) in TestSharedMemory()
234 TestSharedMemory* TestSharedMemory::create(int type, size_t size) { in create()
/cts/tests/tests/util/src/android/util/cts/
DSparseIntArrayTest.java69 int size = sparseIntArray.size(); in testSparseIntArrayWithDefaultCapacity() local
118 int size = sparseIntArray.size(); in testSparseIntArrayWithSpecifiedCapacity() local
147 int size = testData.length; in testSparseIntArrayRemoveAt() local
DSparseLongArrayTest.java75 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
137 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseArrayTest.java74 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
140 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DLongSparseArrayTest.java77 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
143 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseBooleanArrayTest.java76 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithDefaultCapacity() local
133 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithSpecifiedCapacity() local
DSizeTest.java34 Size size = new Size(100, 200); in testConstructors() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java89 public static AllocationInfo newInstance(Size size, int format, int usage) { in newInstance()
127 public static AllocationInfo newInstance(Size size, int format) { in newInstance()
145 public static AllocationInfo newInstance(Element element, Size size) { in newInstance()
164 public static AllocationInfo newInstance(Element element, Size size, int usage) { in newInstance()
226 private AllocationInfo(Element element, Size size, int usage) { in AllocationInfo()
434 private static Type.Builder typeBuilder(Element element, Size size) { in typeBuilder()
/cts/tests/tests/media/src/android/media/cts/
DTestMediaDataSource.java48 final int size = (int) afd.getDeclaredLength(); in fromAssetFd() local
67 public synchronized int readAt(long position, byte[] buffer, int offset, int size) in readAt()
124 public void returnFromGetSize(long size) { in returnFromGetSize()
DTestMedia2DataSource.java48 final int size = (int) afd.getDeclaredLength(); in fromAssetFd() local
67 public synchronized int readAt(long position, byte[] buffer, int offset, int size) in readAt()
124 public void returnFromGetSize(long size) { in returnFromGetSize()
DNativeEncoderTest.java83 private static native boolean testEncodeSurfaceNative(int fd, long offset, long size, in testEncodeSurfaceNative()
119 …ivate static native boolean testEncodeSurfaceDynamicSyncFrameNative(int fd, long offset, long size, in testEncodeSurfaceDynamicSyncFrameNative()
155 …private static native boolean testEncodeSurfaceDynamicBitrateNative(int fd, long offset, long size, in testEncodeSurfaceDynamicBitrateNative()
192 private static native boolean testEncodePersistentSurfaceNative(int fd, long offset, long size, in testEncodePersistentSurfaceNative()
/cts/tests/aslr/src/
DAslrMallocTest.cpp63 auto size = readlink("/proc/self/exe", path, sizeof(path)); in SetUp() local
110 for (auto size : allocSizes) { in TestRandomization() local
143 size_t size; in main() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DHoarder.java66 final long size; in doBlocks() local
104 final int size = (failures == 0) ? 512 : 16; in doInodes() local
/cts/tools/dasm/src/java_cup/
Dparse_reduce_row.java32 public static int size() {return _size;} in size() method in parse_reduce_row
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DSignalGenerator.java33 int size = buffer.length; in fillFloatSine() local
/cts/suite/audio_quality/lib/src/audio/
DBuffer.cpp24 Buffer::Buffer(size_t capacity, size_t size, bool stereo) in Buffer()
97 size_t size = file.tellg(); in loadFromFile() local

1234567