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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plusdec.c48 typedef struct ATRAC3PContext { struct
66 } ATRAC3PContext; typedef in typeref:struct:ATRAC3PContext
70 av_free(((ATRAC3PContext *)(avctx->priv_data))->ch_units);
75 static av_cold int set_channel_params(ATRAC3PContext *ctx,
143 ATRAC3PContext *ctx = avctx->priv_data;
260 static void reconstruct_frame(ATRAC3PContext *ctx, Atrac3pChanUnitCtx *ch_unit,
328 ATRAC3PContext *ctx = avctx->priv_data;
392 .priv_data_size = sizeof(ATRAC3PContext),

Completed in 84 milliseconds