Home
last modified time | relevance | path

Searched refs:propSize (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/osx/
Daudio_provider.cc77 UInt32 propSize = sizeof(recordFormat); in InitAudioRecording() local
79 NULL, &propSize, &recordFormat), in InitAudioRecording()
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp373 … 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/
DLzmaDec.h229 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
DXzDec.c96 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()
DXz.h167 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAllocPtr alloc);
DLzmaDec.c1163 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode() argument
1174 RINOK(LzmaDec_AllocateProbs(&p, propData, propSize, alloc)); in LzmaDecode()
/external/lzma/DOC/
Dlzma.txt82 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
90 propSize - size of propData buffer (5 bytes)
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...