Searched refs:GSM_OPT_WAV49 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libgsmdec.c | 68 gsm_option(s->state, GSM_OPT_WAV49, &one); in libgsm_decode_init() 124 gsm_option(s->state, GSM_OPT_WAV49, &one); in libgsm_flush()
|
D | libgsmenc.c | 79 gsm_option(avctx->priv_data, GSM_OPT_WAV49, &one); in libgsm_encode_init()
|
/third_party/libsnd/src/GSM610/ |
D | gsm.h | 30 #define GSM_OPT_WAV49 4 macro
|
D | gsm_option.c | 54 case GSM_OPT_WAV49: in gsm_option()
|
/third_party/libsnd/src/ |
D | gsm610.c | 112 gsm_option (pgsm610->gsm_data, GSM_OPT_WAV49, &true_flag) ; in gsm610_init() 397 gsm_option (pgsm610->gsm_data, GSM_OPT_WAV49, &true_flag) ; in gsm610_seek()
|