Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DReverbInputBuffer.cpp45 size_t bufferLength = m_buffer.size(); in write() local
62 size_t bufferLength = m_buffer.size(); in directReadFrom() local
DReverbAccumulationBuffer.cpp50 size_t bufferLength = m_buffer.size(); in readAndClear() local
83 size_t bufferLength = m_buffer.size(); in accumulate() local
DAudioDelayDSPKernel.cpp57 size_t bufferLength = bufferLengthForDelay(maxDelayTime, sampleRate); in AudioDelayDSPKernel() local
92 size_t bufferLength = m_buffer.size(); in process() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DTransport.java62 private int bufferLength = ServiceConnection.DEFAULT_BUFFER_SIZE; field in Transport
76 public Transport(String url, int timeout, int bufferLength) { in Transport()
101 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport()
/external/chromium_org/content/shell/tools/plugin/Tests/
DPluginScriptableObjectOverridesAllProperties.cpp65 int bufferLength = strlen(propertyString) + strlen(message) + 1; in getProperty() local
DSlowNPPNew.cpp64 int bufferLength = strlen(propertyString) + strlen(message) + 1; in getProperty() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPageTreeNode.cpp121 …age* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const Sim… in fill()
155 unsigned bufferLength; in initializePage() local
/external/chromium_org/third_party/WebKit/Source/platform/text/
DLocaleICU.cpp80 int32_t bufferLength = unum_getSymbol(m_numberFormat, symbol, 0, 0, &status); in decimalSymbol() local
95 int32_t bufferLength = unum_getTextAttribute(m_numberFormat, tag, 0, 0, &status); in decimalTextAttribute() local
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DConvolverNode.cpp133 size_t bufferLength = buffer->length(); in setBuffer() local
DAudioBufferSourceNode.cpp202 size_t bufferLength = buffer()->length(); in renderFromBuffer() local
/external/chromium_org/third_party/icu/source/common/
Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1447 char *buffer, int32_t bufferLength, in u_charName()
Dloclikely.cpp40 int32_t bufferLength, in findLikelySubtags()
94 int32_t* bufferLength) { in appendTag()
/external/icu/icu4c/source/common/
Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1451 char *buffer, int32_t bufferLength, in u_charName()
Dloclikely.cpp40 int32_t bufferLength, in findLikelySubtags()
94 int32_t* bufferLength) { in appendTag()
/external/chromium_org/third_party/WebKit/Source/wtf/
DStringExtras.h96 inline char* strnstr(const char* buffer, const char* target, size_t bufferLength) in strnstr()
/external/chromium_org/third_party/webrtc/modules/utility/source/
Dfile_recorder_impl.cc312 uint16_t bufferLength, in WriteEncodedAudioData() argument
684 uint16_t bufferLength, in WriteEncodedAudioData()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8NPUtils.cpp115 int bufferLength = str->Utf8Length() + 1; in getStringIdentifier() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataCoreText.cpp75 static bool shouldUseCoreText(UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in shouldUseCoreText()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp35 static unsigned copyFromSharedBuffer(char* buffer, unsigned bufferLength, const SharedBuffer& share… in copyFromSharedBuffer()
/external/aac/libSBRenc/src/
Dton_corr.h118 INT bufferLength; /*!< Length of the r and i buffers. */ member
/external/smack/src/org/jivesoftware/smack/util/
DBase64.java1230 private int bufferLength; // Length of buffer (3 or 4) field in Base64.InputStream
1466 private int bufferLength; field in Base64.OutputStream
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp236 …age* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const Sim… in fillSVGGlyphPage()
/external/chromium_org/third_party/WebKit/Source/platform/
DSharedBuffer.cpp388 unsigned bufferLength = size(); in getAsSkData() local
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp34 OPJ_SIZE_T bufferLength = (OPJ_SIZE_T)(srcData->src_size - srcData->offset); in opj_read_from_memory() local
51 OPJ_SIZE_T bufferLength = (OPJ_SIZE_T)(srcData->src_size - srcData->offset); in opj_write_from_memory() local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.cpp199 size_t bufferLength = m_buffer.size(); in checkForBOM() local

12