Home
last modified time | relevance | path

Searched refs:LibGSMDecodeContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibgsmdec.c46 typedef struct LibGSMDecodeContext { struct
48 } LibGSMDecodeContext; typedef
51 LibGSMDecodeContext *s = avctx->priv_data; in libgsm_decode_init()
78 LibGSMDecodeContext *s = avctx->priv_data; in libgsm_decode_close()
89 LibGSMDecodeContext *s = avctx->priv_data; in libgsm_decode_frame()
118 LibGSMDecodeContext *s = avctx->priv_data; in libgsm_flush()
135 .priv_data_size = sizeof(LibGSMDecodeContext),
150 .priv_data_size = sizeof(LibGSMDecodeContext),

Completed in 1 milliseconds