Home
last modified time | relevance | path

Searched refs:cod_amr_state (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dsp_enc.cpp239 s->cod_amr_state = NULL; in GSMInitEncode()
243 cod_amr_init(&s->cod_amr_state, s->dtx)) in GSMInitEncode()
355 cod_amr_reset(state->cod_amr_state); in Speech_Encode_Frame_reset()
460 cod_amr_exit(&(*state)->cod_amr_state); in GSMEncodeFrameExit()
586 cod_amr_first(st->cod_amr_state, new_speech); in Speech_Encode_Frame_First()
748 cod_amr(st->cod_amr_state, mode, new_speech, prm, usedMode, syn); in GSMEncodeFrame()
Dsp_enc.h112 cod_amrState *cod_amr_state; member