Searched defs:inBuffer (Results 1 - 12 of 12) sorted by relevance

/external/sonic/
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/skia/src/pdf/
H A DSkDeflate.cpp41 unsigned char* inBuffer,
43 zStream->next_in = inBuffer;
38 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/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/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;
/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/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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 312 milliseconds