HomeSort by relevance Sort by last modified time
    Searched defs:BufferSize (Results 26 - 50 of 50) sorted by null

12

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 920 ULONG BufferSize = 0;
921 result = _gtc->TcEnumerateInterfaces(ClientHandle, &BufferSize, NULL);
941 (PTC_IFC_DESCRIPTOR)malloc(BufferSize);
950 result = _gtc->TcEnumerateInterfaces(ClientHandle, &BufferSize,
974 (((int8_t*)pInterfaceBuffer) + BufferSize);
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 620 int BufferSize = PRDef->getValueAsInt("BufferSize");
644 << BufferSize << "}" << Sep << " // #" << i+1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 149 UCHAR BufferSize[2];
scsi.h     [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 258 unsigned __LONG32 BufferSize;
265 unsigned __LONG32 BufferSize;
rpcdcep.h 195 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcServerInqLocalConnAddress(RPC_BINDING_HANDLE Binding,void *Buffer,unsigned __LONG32 *BufferSize,unsigned __LONG32 *AddressFormat);
223 unsigned __LONG32 BufferSize;
wmistr.h 10 ULONG BufferSize;
142 ULONG BufferSize;
ndr64types.h 557 NDR64_UINT32 BufferSize;
567 NDR64_UINT32 BufferSize;
evntrace.h 375 ULONG BufferSize;
418 ULONG BufferSize;
461 ULONG BufferSize;
514 ULONG BufferSize;
608 typedef ULONG (WINAPI *WMIDPREQUEST)(WMIDPREQUESTCODE RequestCode,PVOID RequestContext,ULONG *BufferSize,PVOID Buffer);
622 ULONG BufferSize;
645 ULONG BufferSize;
rpcndr.h     [all...]
http.h 545 ULONG BufferSize;
551 ULONG BufferSize;
winioctl.h 804 DWORD BufferSize;
    [all...]
ksmedia.h     [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 312 int BufferSize;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
348 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
364 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 31 Int bufferSize; /*total bitstream buffer size in bytes */
225 Int BufferSize[2]; /* Buffer Size for Base and Enhance Layers */
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 89 IMG_UINT32 BufferSize;
129 IMG_INT32 BufferSize; /* Size of Buffer */
149 IMG_UINT32 RCScaleFactor; /* A constant used in rate control = (GopSize/(BufferSize-InitialLevel))*256 */
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 118 IMG_UINT32 BufferSize;
160 IMG_INT32 BufferSize; /* Size of Buffer */
183 * (GopSize/(BufferSize-InitialLevel))*256 */
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 875 milliseconds

12