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

  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
p_ol_wgh.h 102 } pitchOLWghtState;
108 Word16 p_ol_wgh_init(pitchOLWghtState **st);
115 Word16 p_ol_wgh_reset(pitchOLWghtState *st);
120 void p_ol_wgh_exit(pitchOLWghtState **st);
126 pitchOLWghtState *st, /* i/o : State struct */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
ol_ltp.h 105 pitchOLWghtState *st, /* i/o : State struct */
p_ol_wgh.cpp 110 state = pointer to a pointer of structure type pitchOLWghtState
143 int p_ol_wgh_init (pitchOLWghtState **state)
145 pitchOLWghtState* s;
147 if (state == (pitchOLWghtState **) NULL){
154 if ((s= (pitchOLWghtState *) malloc(sizeof(pitchOLWghtState))) == NULL){
189 Word16 p_ol_wgh_init(pitchOLWghtState **state)
191 pitchOLWghtState* s;
193 if (state == (pitchOLWghtState **) NULL)
201 if ((s = (pitchOLWghtState *) malloc(sizeof(pitchOLWghtState))) == NULL
    [all...]
ol_ltp.cpp 89 st = pointer to pitchOLWghtState structure
131 pitchOLWghtState *st, // i/o : State struct
202 pitchOLWghtState *st, /* i/o : State struct */
cod_amr.h 158 pitchOLWghtState *pitchOLWghtSt;

Completed in 25 milliseconds