Searched defs:spd_state (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp51 void *spd_state, i/o : State structure
152 void pvDecoder_AmrWb_Init(void **spd_state, void *pt_st, int16 **ScratchMem) argument
165 *spd_state = (void *) st;
286 void *spd_state, /* i/o : State structure */
337 st = (Decoder_State *) spd_state;
281 pvDecoder_AmrWb( int16 mode, int16 prms[], int16 synth16k[], int16 * frame_length, void *spd_state, int16 frame_type, int16 ScratchMem[] ) argument

Completed in 800 milliseconds