Home
last modified time | relevance | path

Searched refs:data_updated (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddtx_decoder_amr_wb.cpp157 st->data_updated = 0; in dtx_dec_amr_wb_reset()
325 if ((st->data_updated == 0) || (st->dtxGlobalState == SPEECH)) in dtx_dec_amr_wb()
451 st->data_updated = 1; in dtx_dec_amr_wb()
587 if ((st->data_updated == 0) && in rx_amr_wb_dtx_handler()
Ddtx.h153 int16 data_updated; /* marker to know if CNI data is ever renewed */ member
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddtx_dec.h135 Word16 data_updated; /* marker to know if CNI data is ever renewed */ member
Ddtx_dec.cpp328 st->data_updated = 0; in dtx_dec_reset()
1098 if ((st->data_updated == 0) || in dtx_dec()
1378 st->data_updated = 1; in dtx_dec()
1861 if ((st->data_updated == 0) && in rx_dtx_handler()