OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEADER_SIZE
(Results
1 - 25
of
83
) sorted by null
1
2
3
4
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java
28
static final int
HEADER_SIZE
= 8;
36
public static final int MAX_CONTENT_SIZE = MAX_ENVELOPE_SIZE -
HEADER_SIZE
;
Transport.java
292
int length = Protocol.
HEADER_SIZE
;
316
if (contentSize < 0 && position >= Protocol.
HEADER_SIZE
) {
333
length = Protocol.
HEADER_SIZE
;
/hardware/ril/librilutils/
record_stream.c
31
#define
HEADER_SIZE
4
55
ret->buffer = (unsigned char *)malloc (maxRecordLen +
HEADER_SIZE
);
59
ret->buffer_end = ret->buffer + maxRecordLen +
HEADER_SIZE
;
79
if (p_end < p_begin +
HEADER_SIZE
) {
86
p_ret = p_begin +
HEADER_SIZE
+ len;
103
record_start = p_rs->unconsumed +
HEADER_SIZE
;
/system/core/libcutils/
record_stream.c
31
#define
HEADER_SIZE
4
55
ret->buffer = (unsigned char *)malloc (maxRecordLen +
HEADER_SIZE
);
59
ret->buffer_end = ret->buffer + maxRecordLen +
HEADER_SIZE
;
79
if (p_end < p_begin +
HEADER_SIZE
) {
86
p_ret = p_begin +
HEADER_SIZE
+ len;
103
record_start = p_rs->unconsumed +
HEADER_SIZE
;
/cts/tests/tests/media/src/android/media/cts/
IvfReader.java
33
private static final byte
HEADER_SIZE
= 32;
128
if (mIvfFile.length() <
HEADER_SIZE
){
167
int frameHead =
HEADER_SIZE
;
/dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeListItem.java
37
private static final int
HEADER_SIZE
= 4;
48
super(ALIGNMENT, (list.size() * ELEMENT_SIZE) +
HEADER_SIZE
);
98
out.annotate(
HEADER_SIZE
, " size: " + Hex.u4(sz));
HeaderItem.java
34
private static final int
HEADER_SIZE
= 0x70;
55
return
HEADER_SIZE
;
80
out.annotate(4, "
header_size
: " + Hex.u4(
HEADER_SIZE
));
96
out.writeInt(
HEADER_SIZE
);
UniformListItem.java
40
private static final int
HEADER_SIZE
= 4;
77
return Math.max(
HEADER_SIZE
, items.get(0).getAlignment());
/dalvik/dx/src/com/android/dx/dex/file/
TypeListItem.java
36
private static final int
HEADER_SIZE
= 4;
47
super(ALIGNMENT, (list.size() * ELEMENT_SIZE) +
HEADER_SIZE
);
97
out.annotate(
HEADER_SIZE
, " size: " + Hex.u4(sz));
UniformListItem.java
38
private static final int
HEADER_SIZE
= 4;
75
return Math.max(
HEADER_SIZE
, items.get(0).getAlignment());
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeListItem.java
37
private static final int
HEADER_SIZE
= 4;
48
super(ALIGNMENT, (list.size() * ELEMENT_SIZE) +
HEADER_SIZE
);
98
out.annotate(
HEADER_SIZE
, " size: " + Hex.u4(sz));
UniformListItem.java
40
private static final int
HEADER_SIZE
= 4;
77
return Math.max(
HEADER_SIZE
, items.get(0).getAlignment());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h
39
#define
HEADER_SIZE
35
53
((float)
HEADER_SIZE
* 8.0f * 1000.0f / (float)INIT_FRAME_LEN_WB)
55
((float)
HEADER_SIZE
* 8.0f * 1000.0f / (float)INIT_FRAME_LEN_SWB)
/bootable/recovery/mtdutils/
flash_image.c
32
#define
HEADER_SIZE
2048 // size of header to compare for equality
74
char header[
HEADER_SIZE
];
83
char check[
HEADER_SIZE
];
101
char buf[
HEADER_SIZE
];
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java
227
byte[] header = new byte[Packet.
HEADER_SIZE
];
230
while (off < Packet.
HEADER_SIZE
) {
232
int bytesRead = input.read(header, off, Packet.
HEADER_SIZE
- off);
246
if (off < Packet.
HEADER_SIZE
) {
252
if (len < Packet.
HEADER_SIZE
) {
258
System.arraycopy(header, 0, bytes, 0, Packet.
HEADER_SIZE
);
/external/boringssl/src/crypto/asn1/
a_d2i_fp.c
142
#define
HEADER_SIZE
8
149
size_t want=
HEADER_SIZE
;
217
want=
HEADER_SIZE
;
226
want=
HEADER_SIZE
;
271
want=
HEADER_SIZE
;
/development/apps/Development/src/com/android/development/
LogViewer.java
82
private static final int
HEADER_SIZE
= 24;
102
int tagEnd = next0(bytes,
HEADER_SIZE
);
107
= forAsciiBytes(bytes,
HEADER_SIZE
, tagEnd);
/external/v8/src/ast/
scopeinfo.h
141
int length() { return (FixedArray::length() -
HEADER_SIZE
) / ITEM_SIZE; }
150
HEADER_SIZE
= NAME_OFFSET,
159
isolate->factory()->NewFixedArray(
HEADER_SIZE
+ ITEM_SIZE * length));
/external/gptfdisk/
support.h
68
#define
HEADER_SIZE
UINT32_C(92)
/external/skia/experimental/Networking/
SkSockets.h
17
#define
HEADER_SIZE
20
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
130
#define
HEADER_SIZE
35 /* bytes */
137
/* #define INIT_HDR_RATE (((
HEADER_SIZE
* 8 * 1000) * 8738) >> NUM_BITS_TO_SHIFT (INIT_FRAME_LEN)) */
/external/mtpd/
pptp.c
72
#define
HEADER_SIZE
8
157
incoming.expect =
HEADER_SIZE
;
188
if (incoming.length ==
HEADER_SIZE
&& incoming.expect ==
HEADER_SIZE
) {
195
if (incoming.expect <
HEADER_SIZE
) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageWrapper.java
50
private static final int
HEADER_SIZE
= 64;
117
int len = mPayload.length +
HEADER_SIZE
;
/build/tools/signtos/
SignTos.java
67
private static final int
HEADER_SIZE
= 512;
232
while (skippedBytes !=
HEADER_SIZE
) {
233
int bytesRead = input.read(buffer, 0,
HEADER_SIZE
- skippedBytes);
/hardware/intel/img/psb_video/src/
pnw_H263ES.c
318
HEADER_SIZE
);
393
+ ctx->obj_context->slice_count *
HEADER_SIZE
,
395
HEADER_SIZE
);
398
cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count *
HEADER_SIZE
,
408
ctx->slice_header_ofs + ctx->obj_context->slice_count *
HEADER_SIZE
);
Completed in 1686 milliseconds
1
2
3
4