Home
last modified time | relevance | path

Searched refs:Speech_Decode_FrameState (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dsp_dec.cpp248 Speech_Decode_FrameState* s; in GSMInitDecode()
260 if ((s = (Speech_Decode_FrameState *) in GSMInitDecode()
261 malloc(sizeof(Speech_Decode_FrameState))) == NULL) in GSMInitDecode()
370 Speech_Decode_FrameState *state = in Speech_Decode_Frame_reset()
371 (Speech_Decode_FrameState *) state_data; in Speech_Decode_Frame_reset()
481 Speech_Decode_FrameState **state = in GSMDecodeFrameExit()
482 (Speech_Decode_FrameState **) state_data; in GSMDecodeFrameExit()
628 Speech_Decode_FrameState *st, /* io: post filter states */ in GSMFrameDecode()
Dsp_dec.h70 } Speech_Decode_FrameState; typedef
101 Speech_Decode_FrameState *st, /* io: post filter states */
Damrdecode.cpp409 Speech_Decode_FrameState *decoder_state in AMRDecode()
410 = (Speech_Decode_FrameState *) state_data; in AMRDecode()