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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
p_ol_wgh.h 108 Word16 p_ol_wgh_init(pitchOLWghtState **st);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 35 Funtions: p_ol_wgh_init
105 FUNCTION NAME: p_ol_wgh_init
143 int p_ol_wgh_init (pitchOLWghtState **state)
148 // fprintf(stderr, "p_ol_wgh_init: invalid parameter\n");
155 // fprintf(stderr, "p_ol_wgh_init: can not malloc state structure\n");
189 Word16 p_ol_wgh_init(pitchOLWghtState **state) function
195 /* fprintf(stderr, "p_ol_wgh_init: invalid parameter\n"); */
203 /* fprintf(stderr, "p_ol_wgh_init: can not malloc state structure\n"); */
215 ; End Function: p_ol_wgh_init
cod_amr.cpp 222 p_ol_wgh_init(&s->pitchOLWghtSt) ||
303 p_ol_wgh_init(&s->pitchOLWghtSt) ||
    [all...]

Completed in 590 milliseconds