OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:speex_string
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
speex_header.c
68
char
speex_string
[8];
91
strncpy(header->
speex_string
, "Speex ", 8);
96
header->
speex_string
[i]=h[i];
/external/speex/include/speex/
speex_header.h
60
char
speex_string
[SPEEX_HEADER_STRING_LENGTH]; /**< Identifies a Speex bit-stream, always set to "Speex " */
member in struct:SpeexHeader
Completed in 66 milliseconds