HomeSort by relevance Sort by last modified time
    Searched full:gsm_option (Results 1 - 8 of 8) sorted by null

  /external/libgsm/src/
gsm_option.c 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_option.c,v 1.3 1996/07/02 09:59:05 jutta Exp $ */
14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val) function
long_term.c 39 * option to toast or the LTP_CUT option to gsm_option()), then the
  /external/libgsm/man/
gsm_option.3 7 .TH GSM_OPTION 3
9 gsm_option \(em customizing the GSM 06.10 implementation
13 int gsm_option(handle, option, valueP);
25 The gsm_option() function can be used to set and query various
29 The second argument to gsm_option specifies what parameter
62 gsm_option(handle, GSM_OPT_FAST, & value)
69 if it is not available, gsm_option will return -1 on an attempt
90 gsm_option(handle, GSM_OPT_LTP_CUT, & value)
119 gsm_option(handle, GSM_OPT_WAV49, & value)
147 gsm_option(handle, GSM_OPT_FRAME_CHAIN, & value
    [all...]
gsm.3 105 toast(1), gsm_print(3), gsm_explode(3), gsm_option(3)
  /external/libgsm/
Android.mk 28 src/gsm_option.c \
ChangeLog 29 src/gsm_option.c: three options related to WAV #49 packing
44 src/gsm_option.c: corresponding LPC_CUT option to GSM library
  /external/libgsm/inc/
gsm.h 61 extern int gsm_option GSM_P((gsm, int, int *));
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 50 gsm_option(mGsm, GSM_OPT_WAV49, &msopt);

Completed in 244 milliseconds