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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 581 uint32_t bufferEnd = cblk->userBase + cblk->frameCount;
583 if (framesReq > bufferEnd - u) {
584 framesReq = bufferEnd - u;
AudioTrack.cpp 1030 uint32_t bufferEnd = cblk->userBase + cblk->frameCount;
1032 if (framesReq > bufferEnd - u) {
1033 framesReq = bufferEnd - u;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 746 UChar* bufferEnd = buffer + length;
750 if (convertUTF8ToUTF16(&stringCurrent, stringStart + length, &buffer, bufferEnd) != conversionOK)
754 if (buffer == bufferEnd)
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 607 final int bufferEnd = totalBytesRetired + bufferSize;
608 if (bufferEnd > currentLimit) {
610 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 551 final int bufferEnd = totalBytesRetired + bufferSize;
552 if (bufferEnd > currentLimit) {
554 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 113 const unsigned* bufferEnd = pixel + bufferSize;
114 while (pixel < bufferEnd)
  /external/expat/lib/
xmlparse.c 613 #define bufferEnd (parser->m_bufferEnd)
834 bufferEnd = buffer;
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 443 milliseconds