HomeSort by relevance Sort by last modified time
    Searched full:propsize (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanager.cc 112 UInt32 propsize; local
114 &propsize, NULL);
121 size_t num_devices = propsize / sizeof(AudioDeviceID);
126 &propsize, device_ids.get());
140 &propsize, NULL);
142 unsigned num_channels = propsize / sizeof(AudioStreamID);
  /external/lzma/C/
XzDec.c 71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc)
79 if (propSize != 1)
85 if (propSize == 4)
107 else if (propSize != 0)
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc)
238 return (propSize == 0) ? SZ_OK : SZ_ERROR_UNSUPPORTED;
281 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc)
283 if (propSize != 1)
LzmaDec.h 224 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
Xz.h 154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
LzmaDec.c 970 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
982 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
XzEnc.c 206 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 224 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
LzmaDec.c 970 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
982 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 225 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
LzmaDec.c 971 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
983 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 492 IN UINT propSize,
497 propId, propSize, buffer));
GdiPlusHeaders.h 527 IN UINT propSize,
GdiPlusFlat.h     [all...]
  /external/lzma/
lzma.txt 362 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
370 propSize - size of propData buffer (5 bytes)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 110 Status GetPropertyItem(PROPID propId, UINT propSize,
gdiplusimpl.h 212 __inline__ Status Image::GetPropertyItem(PROPID propId, UINT propSize,
216 nativeImage, propId, propSize, buffer));
    [all...]
  /external/chromium_org/third_party/brotli/src/
ots-lzma.patch     [all...]

Completed in 363 milliseconds