Home
last modified time | relevance | path

Searched refs:state_data (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/module/codecs/amrnb/enc/src/
Dsp_enc.cpp215 Word16 GSMInitEncode(void **state_data, in GSMInitEncode() argument
223 if (state_data == NULL) in GSMInitEncode()
228 *state_data = NULL; in GSMInitEncode()
251 *state_data = (void *)s; in GSMInitEncode()
341 Word16 Speech_Encode_Frame_reset(void *state_data) in Speech_Encode_Frame_reset() argument
345 (Speech_Encode_FrameState *) state_data; in Speech_Encode_Frame_reset()
347 if (state_data == NULL) in Speech_Encode_Frame_reset()
450 void GSMEncodeFrameExit(void **state_data) in GSMEncodeFrameExit() argument
454 (Speech_Encode_FrameState **) state_data; in GSMEncodeFrameExit()
716 void *state_data, /* i/o : post filter states */ in GSMEncodeFrame() argument
[all …]
Dsp_enc.h124 Word16 GSMInitEncode(void **state_data,
131 Word16 Speech_Encode_Frame_reset(void *state_data);
135 void GSMEncodeFrameExit(void **state_data);
142 void *state_data, /* i/o : encoder states */
/frameworks/av/media/module/codecs/amrnb/dec/src/
Dsp_dec.cpp245 Word16 GSMInitDecode(void **state_data, in GSMInitDecode() argument
251 if (state_data == NULL) in GSMInitDecode()
257 *state_data = NULL; in GSMInitDecode()
277 *state_data = (void *)s; in GSMInitDecode()
367 Word16 Speech_Decode_Frame_reset(void *state_data) in Speech_Decode_Frame_reset() argument
371 (Speech_Decode_FrameState *) state_data; in Speech_Decode_Frame_reset()
373 if (state_data == NULL) in Speech_Decode_Frame_reset()
478 void GSMDecodeFrameExit(void **state_data) in GSMDecodeFrameExit() argument
482 (Speech_Decode_FrameState **) state_data; in GSMDecodeFrameExit()
Dgsmamr_dec.h136 Word16 GSMInitDecode(void **state_data,
143 Word16 Speech_Decode_Frame_reset(void *state_data);
149 void GSMDecodeFrameExit(void **state_data);
Dsp_dec.h82 Word16 GSMInitDecode(void **state_data,
90 Word16 Speech_Decode_Frame_reset(void *state_data);
95 void GSMDecodeFrameExit(void **state_data);
Damrdecode.cpp389 void *state_data, in AMRDecode() argument
410 = (Speech_Decode_FrameState *) state_data; in AMRDecode()
Damrdecode.h153 void *state_data,