OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cod_amrState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h
41
Description: Added overflow flag as an element to the
cod_amrState
data
173
}
cod_amrState
;
194
Word16 cod_amr_init(
cod_amrState
**st, Flag dtx);
205
Word16 cod_amr_reset(
cod_amrState
*st);
216
void cod_amr_exit(
cod_amrState
**st);
231
Word16 cod_amr_first(
cod_amrState
*st, /* i/o : State struct */
259
Word16 cod_amr(
cod_amrState
*st, /* i/o : State struct */
sp_enc.h
112
cod_amrState
*cod_amr_state;
cod_amr.cpp
53
the
cod_amrState
structure.
157
state = pointer to a pointer to a structure of type
cod_amrState
192
int cod_amr_init (
cod_amrState
**state, Flag dtx)
194
cod_amrState
* s;
196
if (state == (
cod_amrState
**) NULL){
203
if ((s= (
cod_amrState
*) malloc(sizeof(
cod_amrState
))) == NULL){
265
Word16 cod_amr_init(
cod_amrState
**state, Flag dtx)
267
cod_amrState
* s;
269
if (state == (
cod_amrState
**) NULL
[
all
...]
Completed in 32 milliseconds