Searched refs:chan_data_buffer (Results 1 – 1 of 1) sorted by relevance
226 ALSChannelData *chan_data_buffer; ///< contains channel data for all channels member1707 if (ctx->chan_data[c] < ctx->chan_data_buffer) { in read_frame_data()1962 av_freep(&ctx->chan_data_buffer); in decode_end()2091 ctx->chan_data_buffer = av_calloc(num_buffers * num_buffers, in decode_init()2092 sizeof(*ctx->chan_data_buffer)); in decode_init()2097 if (!ctx->chan_data_buffer || !ctx->chan_data || !ctx->reverted_channels) { in decode_init()2103 ctx->chan_data[c] = ctx->chan_data_buffer + c * num_buffers; in decode_init()2106 ctx->chan_data_buffer = NULL; in decode_init()