HomeSort by relevance Sort by last modified time
    Searched full:bufferlength (Results 51 - 75 of 87) sorted by null

1 23 4

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 234 jsize bufferLength = env->GetArrayLength(obj);
235 if ((int)bufferLength < (int)bufferSize) {
237 bufferSize, bufferLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 247 unsigned __LONG32 BufferLength;
    [all...]
sqlucode.h 42 SQLRETURN SQL_API SQLSetDescFieldW(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLSMALLINT FieldIdentifier,SQLPOINTER Value,SQLINTEGER BufferLength);
d3dx9mesh.h 299 DWORD BufferLength;
    [all...]
winbase.h     [all...]
winioctl.h     [all...]
  /external/aac/libSBRenc/src/
ton_corr.h 118 INT bufferLength; /*!< Length of the r and i buffers. */
ton_corr.cpp 133 INT buffLen = hTonCorr->bufferLength; /* Numer of Slots */
728 hTonCorr->bufferLength = nCols;
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 110 static INT ModuloValue(INT input, INT bufferlength);
451 range of bufferlength. If <input> is smaller, one bufferlength is added,
452 if <input> is bigger one bufferlength is subtracted.
456 static INT ModuloValue(INT input, INT bufferlength)
458 if ( input > (bufferlength - 1) ) {
459 return (input - bufferlength);
462 return (input + bufferlength);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h 483 // raw_packet.BufferLength(); - the length of the raw packet
492 size_t BufferLength() const;
rtcp_packet.cc 321 CreateAndAddAppended(packet->MutableBuffer(), &length, packet->BufferLength(),
620 size_t RawPacket::BufferLength() const {
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 267 TNC_UInt32 bufferLength,
281 TNC_UInt32 bufferLength,
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 1078 IN ULONG BufferLength, \
    [all...]
ntifs.h     [all...]
wdm.h 857 IN ULONG BufferLength;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_errors.py 291 'must set the Information BufferLength to 0, '
  /external/webrtc/webrtc/voice_engine/
channel.cc 335 size_t bufferLength = len;
337 if (!_transportPtr->SendRtp(bufferToSendPtr, bufferLength, options)) {
366 size_t bufferLength = len;
368 int n = _transportPtr->SendRtcp(bufferToSendPtr, bufferLength);
    [all...]
  /sdk/find_lock/
find_lock.cpp 217 0, // BufferLength
  /external/google-breakpad/src/third_party/curl/
curl.h 145 long bufferlength; /* length of buffer field */ member in struct:curl_httppost
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 583 //sys WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) [failretval==-1] = ws2_32.WSAEnumProtocolsW
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go     [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h     [all...]

Completed in 1990 milliseconds

1 23 4