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

/external/svox/pico/lib/
H A Dpicoos.h121 typedef struct picoos_common * picoos_Common; typedef in typeref:struct:picoos_common
130 picoos_Common picoos_newCommon(picoos_MemoryManager mm);
132 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this);
273 picoos_uint8 picoos_OpenBinary(picoos_Common g, picoos_File * f, picoos_char name[]);
289 picoos_uint8 picoos_CreateBinary(picoos_Common g, picoos_File * f, picoos_char name[]);
300 picoos_uint8 picoos_CloseBinary(picoos_Common g, picoos_File * f);
347 picoos_bool picoos_FileExists(picoos_Common g, picoos_char name[] /*, picoos_char ckey[] */);
413 extern picoos_bool picoos_sdfOpenIn (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], picoos_uint32 * sf, picoos_encoding_t * enc, picoos_uint32 * nrSamples);
419 extern picoos_bool picoos_sdfCloseIn (picoos_Common g, picoos_SDFile * sdFile);
424 extern picoos_bool picoos_sdfOpenOut (picoos_Common
[all...]

Completed in 98 milliseconds