OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lspState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
lsp.h
110
}
lspState
;
127
Word16 lsp_init(
lspState
**st);
138
Word16 lsp_reset(
lspState
*st);
149
void lsp_exit(
lspState
**st);
167
void lsp(
lspState
*st, /* i/o : State struct */
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
lsp.cpp
101
FUNCTION NAME: lsp_init (
lspState
**st)
106
st = Pointer to type
lspState
109
st = Pointer to type
lspState
-- values are initialized.
163
Word16 lsp_init(
lspState
**st)
165
lspState
* s;
167
if (st == (
lspState
**) NULL)
176
if ((s = (
lspState
*) malloc(sizeof(
lspState
))) == NULL)
209
st = Pointer to type
lspState
212
st = Pointer to type
lspState
-- values are reset
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h
155
lspState
*lspSt;
Completed in 631 milliseconds