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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c224 int *reverted_channels; ///< stores a flag for each reverted channel member in struct:__anon1860
1356 int *reverted_channels = ctx->reverted_channels; local
1366 memset(reverted_channels, 0, sizeof(*reverted_channels) * avctx->channels);
1396 reverted_channels, offset, c))
1413 memset(reverted_channels, 0, avctx->channels * sizeof(*reverted_channels));
1582 av_freep(&ctx->reverted_channels);
1691 ctx->reverted_channels
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c223 int *reverted_channels; ///< stores a flag for each reverted channel member in struct:__anon3075
1384 int *reverted_channels = ctx->reverted_channels; local
1393 memset(reverted_channels, 0, sizeof(*reverted_channels) * avctx->channels);
1430 reverted_channels, offset, c);
1450 memset(reverted_channels, 0, avctx->channels * sizeof(*reverted_channels));
1624 av_freep(&ctx->reverted_channels);
1734 ctx->reverted_channels
[all...]

Completed in 148 milliseconds