Home
last modified time | relevance | path

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

12345

/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/util/src/android/util/cts/
DSparseIntArrayTest.java67 int size = sparseIntArray.size(); in testSparseIntArrayWithDefaultCapacity() local
115 int size = sparseIntArray.size(); in testSparseIntArrayWithSpecifiedCapacity() local
143 int size = testData.length; in testSparseIntArrayRemoveAt() local
DLongSparseArrayTest.java66 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
131 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseLongArrayTest.java66 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
127 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseArrayTest.java62 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
127 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseBooleanArrayTest.java71 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithDefaultCapacity() local
127 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithSpecifiedCapacity() local
/cts/tests/tests/hardware/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.java46 final int size = (int) afd.getDeclaredLength(); in fromAssetFd() local
65 public synchronized int readAt(long position, byte[] buffer, int offset, int size) in readAt()
122 public void returnFromGetSize(long size) { in returnFromGetSize()
DNonBlockingAudioTrack.java38 int size; field in NonBlockingAudioTrack.QueueElement
162 public void write(ByteBuffer data, int size, long pts) { in write()
DNativeDecoderTest.java132 private static int[] getSampleSizes(FileDescriptor fd, long offset, long size) in getSampleSizes()
182 private static native int[] getSampleSizesNative(int fd, long offset, long size); in getSampleSizesNative()
225 private static int[] getDecodedData(FileDescriptor fd, long offset, long size) in getDecodedData()
351 ByteBuffer buf, int size, MediaFormat format) throws IOException{ in addSampleData()
386 private static native int[] getDecodedDataNative(int fd, long offset, long size) in getDecodedDataNative()
514 private static native boolean testPsshNative(int fd, long offset, long size); in testPsshNative()
/cts/tools/dasm/src/java_cup/
Dparse_reduce_row.java32 public static int size() {return _size;} in size() method in parse_reduce_row
Dparse_action_row.java37 public static int size() {return _size;} in size() method in parse_action_row
/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java96 int size;// uint field in DexClassImpl.AnnotationSetItem
215 private EncodedField[] parseFields(int size) { in parseFields()
225 private EncodedMethod[] parseMethods(int size) { in parseMethods()
240 final int size = buffer.readUInt(); in parseClassAnnotations() local
315 int size = buffer.readUInt(); in getInterfaces() local
DDexMethodImpl.java88 final int size = buffer.readUInt(); in parseAnnotations() local
110 int size = buffer.readUInt(); in getParameters() 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
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopy2DRangeTest.java60 private boolean compareTwoArrays(int[] src, int[] dest, int size) { in compareTwoArrays()
DRSBaseCompute.java76 protected Element getElement(RenderScript rs, Element.DataType dataType, int size) { in getElement()
110 int size, long seed, boolean includeExtremes) { in createRandomAllocation()
168 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation()
189 int size, long seed, boolean signed, int numberOfBits) { in createRandomIntegerAllocation()
228 int size = INPUTSIZE * stride; in enforceOrdering() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureResultTest.java102 Size size = mOrderedPreviewSizes.get(0); in testCameraCaptureResultAllKeys() local
106 Size size = getMaxDepthSize(id, mCameraManager); in testCameraCaptureResultAllKeys() local
168 Size size = mOrderedPreviewSizes.get(0); in testPartialResult() local
172 Size size = getMaxDepthSize(id, mCameraManager); in testPartialResult() local

12345