Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/dec/src/
Dpvamrwbdecoder.h119 void pvDecoder_AmrWb_Init(void **spd_state, void *st, int16 ** ScratchMem);
126 void *spd_state, /* i/o : State structure */
Dpvamrwbdecoder.cpp152 void pvDecoder_AmrWb_Init(void **spd_state, void *pt_st, int16 **ScratchMem) in pvDecoder_AmrWb_Init() argument
165 *spd_state = (void *) st; in pvDecoder_AmrWb_Init()
286 void *spd_state, /* i/o : State structure */ in pvDecoder_AmrWb() argument
337 st = (Decoder_State *) spd_state; in pvDecoder_AmrWb()