Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daptxdec.c109 static int aptx_decode_samples(AptXContext *ctx, in aptx_decode_samples()
138 AptXContext *s = avctx->priv_data; in aptx_decode_frame()
178 .priv_data_size = sizeof(AptXContext),
195 .priv_data_size = sizeof(AptXContext),
Daptxenc.c186 static void aptx_encode_samples(AptXContext *ctx, in aptx_encode_samples()
210 AptXContext *s = avctx->priv_data; in aptx_encode_frame()
237 AptXContext *s = avctx->priv_data; in aptx_close()
248 .priv_data_size = sizeof(AptXContext),
267 .priv_data_size = sizeof(AptXContext),
Daptx.h100 } AptXContext; typedef
Daptx.c509 AptXContext *s = avctx->priv_data; in ff_aptx_init()