OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_SIZE
(Results
1 - 10
of
10
) sorted by null
/external/qemu/android/
audio-test.c
20
#define
SAMPLE_SIZE
16384
26
short sample[
SAMPLE_SIZE
];
37
int avail =
SAMPLE_SIZE
- ta->pos;
43
if (ta->pos >=
SAMPLE_SIZE
)
78
for (nn = 0; nn <
SAMPLE_SIZE
; nn++) {
79
ta->sample[nn] = (short)(((nn % (
SAMPLE_SIZE
/4))*65536/(
SAMPLE_SIZE
/4)) & 0xffff);
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java
35
private static final int
SAMPLE_SIZE
= 128 * 1024;
58
byte[] sample = new byte[
SAMPLE_SIZE
];
65
for (i = 0; i <
SAMPLE_SIZE
/ 256; i++) {
163
assertEquals(
SAMPLE_SIZE
, totalLen1);
172
assertEquals(
SAMPLE_SIZE
, totalLen2);
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelperTest.java
98
final int
SAMPLE_SIZE
= 100;
99
float[] values = new float[
SAMPLE_SIZE
];
100
for (int i = 0; i <
SAMPLE_SIZE
; i++) {
104
long[] timestamps1 = new long[
SAMPLE_SIZE
]; // 100 samples at 1000Hz
105
for (int i = 0; i <
SAMPLE_SIZE
; i++) {
113
long[] timestamps2 = new long[
SAMPLE_SIZE
]; // 90 samples at 1000Hz, 10 samples at 2000Hz
115
for (int i = 0; i <
SAMPLE_SIZE
; i++) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java
41
private static final int
SAMPLE_SIZE
= 32;
363
for (int i = 0; i < bytes.length; i +=
SAMPLE_SIZE
)
365
if (bytes.length - i >
SAMPLE_SIZE
)
368
buf.append(new String(Hex.encode(bytes, i,
SAMPLE_SIZE
)));
370
buf.append(calculateAscString(bytes, i,
SAMPLE_SIZE
));
377
for (int j = bytes.length - i; j !=
SAMPLE_SIZE
; j++)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java
95
private static final int
SAMPLE_SIZE
= 10;
186
int width_c =
SAMPLE_SIZE
;
187
int height_c =
SAMPLE_SIZE
;
191
int delta =
SAMPLE_SIZE
+ SAMPLE_MARGIN;
216
service.setOverrideRenderSize(
SAMPLE_SIZE
,
SAMPLE_SIZE
);
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
47
#define
SAMPLE_SIZE
(16 / CHAR_BIT) /* 16-bits / sample */
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c
104
#define
SAMPLE_SIZE
16
562
pG722Param->nBitsPerSample =
SAMPLE_SIZE
;
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 66 milliseconds