Searched refs:inBuffer (Results 1 - 19 of 19) sorted by relevance

/external/aac/libMpegTPEnc/include/
H A DmpegFileWrite.h121 * \param inBuffer Buffer to write.
126 UCHAR *inBuffer,
/external/aac/libMpegTPDec/include/
H A DmpegFileRead.h153 * \param inBuffer Pointer to input buffer.
159 UCHAR *inBuffer[],
/external/sonic/
H A DMain.java34 byte inBuffer[] = new byte[bufferSize];
45 numRead = audioStream.read(inBuffer, 0, bufferSize);
49 sonic.writeBytesToStream(inBuffer, numRead);
H A Dmain.c30 short inBuffer[BUFFER_SIZE], outBuffer[BUFFER_SIZE]; local
40 samplesRead = readFromWaveFile(inFile, inBuffer, BUFFER_SIZE/numChannels);
44 sonicWriteShortToStream(stream, inBuffer, samplesRead);
H A DSonic.java307 byte inBuffer[],
316 sample = (short)((inBuffer[xByte] & 0xff) | (inBuffer[xByte + 1] << 8));
938 byte inBuffer[],
941 addBytesToInputBuffer(inBuffer, numBytes);
306 addBytesToInputBuffer( byte inBuffer[], int numBytes) argument
937 writeBytesToStream( byte inBuffer[], int numBytes) argument
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp349 Byte *inBuffer = 0; local
352 inBuffer = (Byte *)MyAlloc((size_t)inSize);
353 if (inBuffer == 0)
357 if (ReadStream_FAIL(inStream, inBuffer, inSize) != S_OK)
374 int res = Lzma86_Encode(outBuffer, &outSize, inBuffer, inSize,
385 if (Lzma86_GetUnpackSize(inBuffer, inSize, &outSize64) != 0)
396 int res = Lzma86_Decode(outBuffer, &outSize, inBuffer, &inSize);
405 MyFree(inBuffer);
/external/skia/src/pdf/
H A DSkDeflate.cpp37 unsigned char* inBuffer,
39 zStream->next_in = inBuffer;
34 do_deflate(int flush, z_stream* zStream, SkWStream* out, unsigned char* inBuffer, size_t inBufferSize) argument
/external/lzma/CPP/Windows/
H A DFileIO.h72 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, argument
75 return BOOLToBool(::DeviceIoControl(_handle, controlCode, inBuffer, inSize,
/external/libcups/cups/
H A Dtls-sspi.c1330 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ local
1480 inBuffer.cBuffers = 2;
1481 inBuffer.pBuffers = inBuffers;
1482 inBuffer.ulVersion = SECBUFFER_VERSION;
1501 scRet = InitializeSecurityContext(&sspi->creds, &sspi->context, NULL, dwSSPIFlags, 0, SECURITY_NATIVE_DREP, &inBuffer, 0, NULL, &outBuffer, &dwSSPIOutFlags, &tsExpiry);
2075 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ local
2184 inBuffer.cBuffers = 2;
2185 inBuffer.pBuffers = inBuffers;
2186 inBuffer.ulVersion = SECBUFFER_VERSION;
2197 scRet = AcceptSecurityContext(&sspi->creds, (fInitContext?NULL:&sspi->context), &inBuffer, dwSSPIFlag
[all...]
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c99 mDNSlocal OSStatus GetWindowsVersionString( char *inBuffer, size_t inBufferSize );
139 mDNSlocal OSStatus TCHARtoUTF8( const TCHAR *inString, char *inBuffer, size_t inBufferSize );
140 mDNSlocal OSStatus WindowsLatin1toUTF8( const char *inString, char *inBuffer, size_t inBufferSize );
1162 mDNSexport long mDNSPlatformReadTCP( TCPSocket *sock, void *inBuffer, unsigned long inBufferSize, mDNSBool * closed ) argument
1186 memcpy( inBuffer, sock->bptr, bytesToCopy );
4231 mDNSlocal OSStatus GetWindowsVersionString( char *inBuffer, size_t inBufferSize ) argument
4318 if( inBuffer && ( inBufferSize > 0 ) )
4321 strncpy( inBuffer, versionString, inBufferSize );
4322 inBuffer[ inBufferSize ] = '\0';
4446 TCHARtoUTF8( const TCHAR *inString, char *inBuffer, size_ argument
4469 WindowsLatin1toUTF8( const char *inString, char *inBuffer, size_t inBufferSize ) argument
[all...]
/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c1356 int inBuffer; local
1375 inBuffer = 0;
1377 err = WSAIoctl( gInterfaceListChangedSocket, SIO_ADDRESS_LIST_CHANGE, &inBuffer, 0, &outBuffer, 0, &outSize, NULL, NULL );
1632 int inBuffer; local
1659 inBuffer = 0;
1661 err = WSAIoctl( sock, SIO_ADDRESS_LIST_CHANGE, &inBuffer, 0, &outBuffer, 0, &outSize, NULL, NULL );
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1614 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize ) argument
1969 if( inBuffer && ( inBufferSize > 0 ) )
2003 if( inBuffer && ( inBufferSize > 0 ) )
2005 dst = inBuffer;
2012 s = inBuffer;
H A DDebugServices.h1515 @param inBuffer Optional buffer to copy the string to for non-static strings. May be null.
1528 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize );
/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/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 470 milliseconds