OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenBytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/include/
g711_interface.h
152
* -
lenBytes
: the size of Allocated space (in Bytes) where
161
int16_t WebRtcG711_Version(char* version, int16_t
lenBytes
);
/external/chromium_org/third_party/skia/src/core/
SkWriter32.cpp
61
const size_t
lenBytes
= 4; // we use 4 bytes to record the length
63
return SkAlign4(
lenBytes
+ len + 1);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERApplicationSpecific.java
62
int
lenBytes
= getLengthOfHeader(data);
63
byte[] tmp = new byte[data.length -
lenBytes
];
64
System.arraycopy(data,
lenBytes
, tmp, 0, tmp.length);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711_interface.c
172
int16_t WebRtcG711_Version(char* version, int16_t
lenBytes
) {
173
strncpy(version, "2.0.0",
lenBytes
);
Completed in 774 milliseconds