Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daptxdec.c114 static int aptx_decode_samples(AptXContext *ctx, in aptx_decode_samples()
143 AptXContext *s = avctx->priv_data; in aptx_decode_frame()
182 .priv_data_size = sizeof(AptXContext),
202 .priv_data_size = sizeof(AptXContext),
H A Daptxenc.c191 static void aptx_encode_samples(AptXContext *ctx, in aptx_encode_samples()
215 AptXContext *s = avctx->priv_data; in aptx_encode_frame()
242 AptXContext *s = avctx->priv_data; in aptx_close()
254 .priv_data_size = sizeof(AptXContext),
276 .priv_data_size = sizeof(AptXContext),
H A Daptx.h99 } AptXContext; typedef
H A Daptx.c510 AptXContext *s = avctx->priv_data; in ff_aptx_init()

Completed in 4 milliseconds