Searched defs:bufferLength (Results 1 - 25 of 31) sorted by relevance

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteBufferWriter.java131 private static boolean needToReallocate(int requestedSize, int bufferLength) { argument
133 return bufferLength < requestedSize
134 && bufferLength < requestedSize * BUFFER_REALLOCATION_THRESHOLD;
/external/aac/libSBRenc/src/
H A Dton_corr.h137 INT bufferLength; /*!< Length of the r and i buffers. */ member in struct:__anon703
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DTransport.java62 private int bufferLength = ServiceConnection.DEFAULT_BUFFER_SIZE; field in class:Transport
76 public Transport(String url, int timeout, int bufferLength) { argument
79 this.bufferLength = bufferLength;
101 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { argument
105 this.bufferLength = bufferLength;
124 ByteArrayOutputStream bos = new ByteArrayOutputStream(bufferLength);
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_recorder_impl.cc257 size_t bufferLength)
259 return _moduleFile->IncomingAudioData(audioBuffer, bufferLength);
256 WriteEncodedAudioData(const int8_t* audioBuffer, size_t bufferLength) argument
/external/lzma/CPP/Windows/
H A DSecurityUtils.h44 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength)
46 newState, bufferLength, previousState, returnLength)); }
43 AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState, DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) argument
/external/swiftshader/src/Main/
H A DSwiftConfig.hpp110 int bufferLength; member in class:sw::SwiftConfig
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp568 void TextureBufferOperations::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) argument
570 for (glw::GLuint i = 0; i < bufferLength; ++i)
1047 void TextureBufferOperationsViaFrambufferReadBack::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) argument
1049 for (glw::GLuint i = 0; i < bufferLength; ++i)
1426 void TextureBufferOperationsViaImageStore::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) argument
1428 for (glw::GLuint i = 0; i < bufferLength; ++i)
1548 void TextureBufferOperationsViaSSBOWrites::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) argument
1550 for (glw::GLuint i = 0; i < bufferLength; ++i)
/external/icu/icu4c/source/common/
H A Dloclikely.cpp39 * @param bufferLength The length of the output buffer
45 int32_t bufferLength,
66 else if (resLen >= bufferLength) {
92 * @param bufferLength The length of the output buffer. This is an input/ouput parameter.
99 int32_t* bufferLength) {
101 if (*bufferLength > 0) {
102 buffer[*bufferLength] = '_';
103 ++(*bufferLength);
107 &buffer[*bufferLength],
111 *bufferLength
43 findLikelySubtags(const char* localeID, char* buffer, int32_t bufferLength, UErrorCode* err) argument
95 appendTag( const char* tag, int32_t tagLength, char* buffer, int32_t* bufferLength) argument
[all...]
H A Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
216 if((bufferLength)>0) { \
218 --(bufferLength); \
240 char *buffer, uint16_t bufferLength) {
279 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
294 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
311 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
318 if(bufferLength>0) {
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { argument
455 WRITE_CHAR(buffer, bufferLength, lengt
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
773 writeFactorSuffix(const uint16_t *factors, uint16_t count, const char *s, uint32_t code, uint16_t indexes[8], const char *elementBases[8], const char *elements[8], char *buffer, uint16_t bufferLength) argument
852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
1450 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c265 TNC_UInt32 bufferLength,
279 TNC_UInt32 bufferLength,
261 TNC_TNCS_GetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer, TNC_UInt32 *pOutValueLength) argument
275 TNC_TNCS_SetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer) argument
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c265 TNC_UInt32 bufferLength,
279 TNC_UInt32 bufferLength,
261 TNC_TNCS_GetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer, TNC_UInt32 *pOutValueLength) argument
275 TNC_TNCS_SetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c265 TNC_UInt32 bufferLength,
279 TNC_UInt32 bufferLength,
261 TNC_TNCS_GetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer, TNC_UInt32 *pOutValueLength) argument
275 TNC_TNCS_SetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer) argument
/external/ImageMagick/MagickCore/
H A Daccelerate.c410 bufferLength, local
514 bufferLength=(cl_uint) (image->columns*image->rows*image->number_channels);
524 status|=SetOpenCLKernelArg(addNoiseKernel,i++,sizeof(cl_uint),(void *)&bufferLength);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1222 int32_t bufferLength = 0; local
1228 bufferLength = uprv_strlen(buffer);
1230 if (bufferLength > 0) {
1231 buffer[bufferLength-1] = 0;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3422 UINT32 bufferLength = 0; local
3423 hr = _ptrClientOut->GetBufferSize(&bufferLength);
3425 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "[REND] size of buffer : %u", bufferLength);
3452 int playout_delay = 10 * (bufferLength / _playBlockSize) +
3459 double endpointBufferSizeMS = 10.0 * ((double)bufferLength / (double)_devicePlayBlockSize);
3465 hr = _ptrRenderClient->GetBuffer(bufferLength, &pData);
3468 hr = _ptrRenderClient->ReleaseBuffer(bufferLength, AUDCLNT_BUFFERFLAGS_SILENT);
3471 _writtenSamples += bufferLength;
3530 uint32_t framesAvailable = bufferLength - padding;
3895 UINT32 bufferLength local
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc335 size_t bufferLength = len; local
337 if (!_transportPtr->SendRtp(bufferToSendPtr, bufferLength, options)) {
366 size_t bufferLength = len; local
368 int n = _transportPtr->SendRtcp(bufferToSendPtr, bufferLength);
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1096 milliseconds

12