Searched refs:propSize (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/osx/ |
D | audio_provider.cc | 77 UInt32 propSize = sizeof(recordFormat); in InitAudioRecording() local 79 NULL, &propSize, &recordFormat), in InitAudioRecording()
|
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 373 … size_t const propSize = sizeof( cl_device_partition_property ); // Size of one property in bytes. in test_device_partition_type_support() local 379 if ( size % propSize != 0 ) { in test_device_partition_type_support() 380 …(%llu), it must me a multiply of partition property size (%llu)\n", llu( size ), llu( propSize ) ); in test_device_partition_type_support() 383 supportedProps.resize( size / propSize ); in test_device_partition_type_support() 385 …( parentDevice, CL_DEVICE_PARTITION_PROPERTIES, supportedProps.size() * propSize, & supportedProps… in test_device_partition_type_support()
|
/external/lzma/C/ |
D | LzmaDec.h | 229 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
|
D | XzDec.c | 96 static SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in BraState_SetProps() argument 103 if (propSize != 1) in BraState_SetProps() 109 if (propSize == 4) in BraState_SetProps() 131 else if (propSize != 0) in BraState_SetProps() 279 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in SbState_SetProps() argument 284 return (propSize == 0) ? SZ_OK : SZ_ERROR_UNSUPPORTED; in SbState_SetProps() 358 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in Lzma2State_SetProps() argument 360 if (propSize != 1) in Lzma2State_SetProps()
|
D | Xz.h | 167 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAllocPtr alloc);
|
D | LzmaDec.c | 1163 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode() argument 1174 RINOK(LzmaDec_AllocateProbs(&p, propData, propSize, alloc)); in LzmaDecode()
|
/external/lzma/DOC/ |
D | lzma.txt | 82 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, 90 propSize - size of propData buffer (5 bytes)
|