OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPEEX_VERSION
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
speex_header.c
69
char
speex_version
[SPEEX_HEADER_VERSION_LENGTH];
92
strncpy(header->
speex_version
,
SPEEX_VERSION
, SPEEX_HEADER_VERSION_LENGTH-1);
93
header->
speex_version
[SPEEX_HEADER_VERSION_LENGTH-1]=0;
97
for (i=0;i<SPEEX_HEADER_VERSION_LENGTH-1 &&
SPEEX_VERSION
[i];i++)
98
header->
speex_version
[i]=
SPEEX_VERSION
[i];
100
header->
speex_version
[i]=0;
arch.h
38
#ifndef
SPEEX_VERSION
43
#define
SPEEX_VERSION
"speex-1.2beta3" /**< Speex version string. */
speex.c
235
*((const char**)ptr) =
SPEEX_VERSION
;
Completed in 459 milliseconds