Home
last modified time | relevance | path

Searched refs:G723_1_Context (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1.h159 typedef struct G723_1_Context { struct
164 } G723_1_Context; argument
Dg723_1dec.c117 G723_1_Context *s = avctx->priv_data; in g723_1_decode_init()
930 G723_1_Context *s = avctx->priv_data; in g723_1_decode_frame()
1096 #define OFFSET(x) offsetof(G723_1_Context, x)
1118 .priv_data_size = sizeof(G723_1_Context),
Dg723_1enc.c93 G723_1_Context *s = avctx->priv_data; in g723_1_encode_init()
1108 G723_1_Context *s = avctx->priv_data; in g723_1_encode_frame()
1252 .priv_data_size = sizeof(G723_1_Context),