OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtx_decState
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.h
137
}
dtx_decState
;
149
Word16 dtx_dec_reset(
dtx_decState
*st);
157
dtx_decState
*st, /* i/o : State struct */
170
void dtx_dec_activity_update(
dtx_decState
*st,
180
enum DTXStateType rx_dtx_handler(
dtx_decState
*st, /* i/o : State struct */
dec_amr.h
156
dtx_decState
dtxDecoderState;
dtx_dec.cpp
136
st = pointer to a structure of type
dtx_decState
169
int dtx_dec_reset (
dtx_decState
*st)
173
if (st == (
dtx_decState
*) NULL){
247
Word16 dtx_dec_reset(
dtx_decState
*st)
251
if (st == (
dtx_decState
*) NULL)
342
st = pointer to a structure of type
dtx_decState
352
st points to an updated structure of type
dtx_decState
388
dtx_decState
*st, // i/o : State struct
841
dtx_decState
*st, /* i/o : State struct */
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h
158
}
dtx_decState
;
190
int16 dtx_dec_amr_wb_reset(
dtx_decState
* st, const int16 isf_init[]);
193
dtx_decState
* st, /* i/o : State struct */
201
dtx_decState
* st,
207
dtx_decState
* st, /* i/o : State struct */
e_pv_amrwbdec.h
119
dtx_decState
dtx_decSt;
dtx_decoder_amr_wb.cpp
117
int16 dtx_dec_amr_wb_reset(
dtx_decState
* st, const int16 isf_init[])
122
if (st == (
dtx_decState
*) NULL)
197
dtx_decState
* st, /* i/o : State struct */
462
dtx_decState
* st,
535
dtx_decState
* st, /* i/o : State struct */
Completed in 515 milliseconds