Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dsp_enc.cpp219 Speech_Encode_FrameState* s; in GSMInitEncode()
231 if ((s = (Speech_Encode_FrameState *) malloc(sizeof(Speech_Encode_FrameState))) == NULL) in GSMInitEncode()
245 Speech_Encode_FrameState** temp = &s; in GSMInitEncode()
344 Speech_Encode_FrameState *state = in Speech_Encode_Frame_reset()
345 (Speech_Encode_FrameState *) state_data; in Speech_Encode_Frame_reset()
453 Speech_Encode_FrameState **state = in GSMEncodeFrameExit()
454 (Speech_Encode_FrameState **) state_data; in GSMEncodeFrameExit()
568 Speech_Encode_FrameState *st, /* i/o : post filter states */ in Speech_Encode_Frame_First()
724 Speech_Encode_FrameState *st = in GSMEncodeFrame()
725 (Speech_Encode_FrameState *) state_data; in GSMEncodeFrame()
Damrencode.cpp220 Speech_Encode_FrameState **speech_encode_frame = in AMREncodeInit()
221 (Speech_Encode_FrameState **)(pEncStructure); in AMREncodeInit()
456 Speech_Encode_FrameState ** speech_encode_frame = in AMREncodeExit()
457 (Speech_Encode_FrameState **)(pEncStructure); in AMREncodeExit()
Dsp_enc.h114 } Speech_Encode_FrameState; typedef
138 Speech_Encode_FrameState *st, /* i/o : post filter states */