HomeSort by relevance Sort by last modified time
    Searched defs:mBuf (Results 1 - 20 of 20) sorted by null

  /frameworks/av/media/libmedia/include/media/
RecordBufferConverter.h 102 void *mBuf;
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
PingReflector.java 35 private byte[] mBuf;
40 mBuf = new byte[mtu];
46 int len = readPacket(mBuf);
48 int version = mBuf[0] >> 4;
54 processPacket(mBuf, version, len, 0);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 51 private final StringBuilder mBuf = new StringBuilder();
102 return mBuf;
113 return mBuf.toString();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 59 private byte[] mBuf;
64 mBuf = new byte[mtu];
207 int len = readPacket(mBuf);
212 int version = mBuf[0] >> 4;
232 byte proto = mBuf[protoPos];
236 processIcmpPacket(mBuf, version, len, hdrLen);
239 processTcpPacket(mBuf, version, len, hdrLen);
242 processUdpPacket(mBuf, version, len, hdrLen);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 441 mBuf(bytes, 0),
446 return (T*)&mBuf[0];
451 memcpy(mTarget, &mBuf[0], mBuf.size());
457 std::vector<char> mBuf;
    [all...]
  /external/apache-http/android/src/android/net/http/
Connection.java 99 private byte[] mBuf;
568 if (mBuf == null) mBuf = new byte[8192];
569 return mBuf;
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 622 char[] mBuf;
628 mBuf = buf;
641 while (mPos < mBuf.length && isspace(mBuf[mPos])) {
642 if (mBuf[mPos] == '\n') {
652 if (mPos+1 < mBuf.length) {
653 if (mBuf[mPos] == '/' && mBuf[mPos+1] == '/') {
655 while (mPos < mBuf.length && !isnewline(mBuf[mPos]))
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Asset.java 43 fileAsset.mBuf = fsFile.getBytes();
608 boolean isAllocated() { return mBuf != null; }
638 byte[] mBuf; // for read
651 // : mStart(0), mLength(0), mOffset(0), mFp(null), mFileName(null), mMap(null), mBuf(null)
731 mBuf = dataMap.getDataPtr();
753 if (mBuf == null)
772 } else if (mBuf != null) {
775 // memcpy(buf, (String)mBuf + mOffset, count);
776 System.arraycopy(mBuf, toIntExact(mOffset), buf, bufOffset, count);
845 // if (mBuf != null)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
if_msk.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
294 mBuf = NULL;
430 while ((mBuf = malloc(mBufSiz)) == NULL) {
436 mBuf[0] = 0;
483 if (mBuf) {
484 free (mBuf);
1152 Flags = mBuf[Pos++];
1157 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1158 k = mBuf[Pos++] << UINT8_BIT;
1159 k += mBuf[Pos++];
    [all...]
TianoCompress.c 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
305 mBuf = NULL;
439 mBuf = malloc (mBufSiz);
440 while (mBuf == NULL) {
446 mBuf = malloc (mBufSiz);
449 mBuf[0] = 0;
498 if (mBuf != NULL) {
499 free (mBuf);
1262 Flags = mBuf[Pos++];
1268 EncodeC (mBuf[Pos++] + (1U << UINT8_BIT));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
304 mBuf = NULL;
433 while ((mBuf = malloc(mBufSiz)) == NULL) {
439 mBuf[0] = 0;
486 if (mBuf) {
487 free (mBuf);
1155 Flags = mBuf[Pos++];
1160 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1161 k = mBuf[Pos++] << UINT8_BIT;
1162 k += mBuf[Pos++];
    [all...]
TianoCompress.c 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
325 mBuf = NULL;
452 mBuf = malloc (mBufSiz);
453 while (mBuf == NULL) {
459 mBuf = malloc (mBufSiz);
462 mBuf[0] = 0;
511 if (mBuf != NULL) {
512 free (mBuf);
1275 Flags = mBuf[Pos++];
1281 EncodeC (mBuf[Pos++] + (1U << UINT8_BIT));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 85 STATIC UINT8 *mBuf;
200 mBuf = AllocateZeroPool (mBufSiz);
201 while (mBuf == NULL) {
207 mBuf = AllocateZeroPool (mBufSiz);
210 mBuf[0] = 0;
231 SHELL_FREE_NON_NULL (mBuf);
1136 Flags = mBuf[Pos++];
1141 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1142 LoopVar3 = mBuf[Pos++] << UINT8_BIT;
1143 LoopVar3 += mBuf[Pos++];
    [all...]
  /external/vboot_reference/utility/
eficompress.c 262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
314 mBuf = NULL;
443 while ((mBuf = malloc(mBufSiz)) == NULL) {
449 mBuf[0] = 0;
496 if (mBuf) {
497 free (mBuf);
1165 Flags = mBuf[Pos++];
1170 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1171 k = mBuf[Pos++] << UINT8_BIT;
1172 k += mBuf[Pos++]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
124 mBuf = NULL;
264 mBuf = malloc (mBufSiz);
265 while (mBuf == NULL) {
271 mBuf = malloc (mBufSiz);
274 mBuf[0] = 0;
323 if (mBuf != NULL) {
324 free (mBuf);
1088 Flags = mBuf[Pos++];
1094 EncodeC (mBuf[Pos++] + (1U << UINT8_BIT));
    [all...]
  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 593 MediaBufferHelper *mBuf;
597 media_status_t err = _readNextPacket(&mBuf, /* calcVorbisTimestamp = */false);
603 if (mBuf != NULL) {
604 mBuf->release();
605 mBuf = NULL;
610 numSamples += getNumSamplesInPacket(mBuf);
611 mBuf->release();
612 mBuf = NULL;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 1139 milliseconds