HomeSort by relevance Sort by last modified time
    Searched refs:Speech_Decode_FrameState (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.cpp 55 Speech_Decode_FrameState to type void.
138 Speech_Decode_FrameState
185 int Speech_Decode_Frame_init (Speech_Decode_FrameState **state,
188 Speech_Decode_FrameState* s;
190 if (state == (Speech_Decode_FrameState **) NULL){
197 if ((s= (Speech_Decode_FrameState *)
198 malloc(sizeof(Speech_Decode_FrameState))) == NULL) {
248 Speech_Decode_FrameState* s;
260 if ((s = (Speech_Decode_FrameState *)
261 malloc(sizeof(Speech_Decode_FrameState))) == NULL
    [all...]
sp_dec.h 70 } Speech_Decode_FrameState;
101 Speech_Decode_FrameState *st, /* io: post filter states */
amrdecode.cpp 47 Description: The structure types Speech_Decode_FrameState are now
231 Speech_Decode_FrameState *decoder_state
232 = (Speech_Decode_FrameState *) state_data
405 /* Type cast state_data to Speech_Decode_FrameState rather than passing
409 Speech_Decode_FrameState *decoder_state
410 = (Speech_Decode_FrameState *) state_data;

Completed in 538 milliseconds