Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopus.h162 typedef struct OpusContext { struct
175 } OpusContext; typedef
180 int ff_opus_parse_extradata(AVCodecContext *avctx, OpusContext *s);
H A Dopusdec.c418 OpusContext *c = avctx->priv_data; in opus_decode_packet()
571 OpusContext *c = ctx->priv_data; in opus_decode_flush()
592 OpusContext *c = avctx->priv_data; in opus_decode_close()
621 OpusContext *c = avctx->priv_data; in opus_decode_init()
693 #define OFFSET(x) offsetof(OpusContext, x)
713 .priv_data_size = sizeof(OpusContext),
H A Dopus_parser.c35 OpusContext ctx;
H A Dopus.c294 OpusContext *s) in ff_opus_parse_extradata()

Completed in 4 milliseconds