Lines Matching defs:reverted_channels
227 int *reverted_channels; ///< stores a flag for each reverted channel
1703 int *reverted_channels = ctx->reverted_channels;
1712 memset(reverted_channels, 0, sizeof(*reverted_channels) * channels);
1749 reverted_channels, offset, c);
1771 memset(reverted_channels, 0, channels * sizeof(*reverted_channels));
1963 av_freep(&ctx->reverted_channels);
2094 ctx->reverted_channels = av_malloc_array(num_buffers,
2095 sizeof(*ctx->reverted_channels));
2097 if (!ctx->chan_data_buffer || !ctx->chan_data || !ctx->reverted_channels) {
2107 ctx->reverted_channels = NULL;