Lines Matching defs:ch_layout
53 const AVChannelLayout *ch_layout, int sample_rate)
59 av_channel_layout_describe(ch_layout, name_buff, NAME_BUFF_SIZE);
70 av_channel_layout_copy(&ctx->ch_layout, ch_layout);
83 const AVChannelLayout *ch_layout)
95 av_channel_layout_copy(&ctx->ch_layout, ch_layout);
132 result = av_channel_layout_copy(&in_frame->ch_layout, &enc_ctx->ch_layout);
164 enc_ctx->ch_layout.nb_channels, enc_ctx->frame_size);
165 in_frame_bytes = in_frame->nb_samples * in_frame->ch_layout.nb_channels * sizeof(uint16_t);
212 if (av_channel_layout_compare(&in_frame->ch_layout, &out_frame->ch_layout)) {
221 out_frame_bytes = out_frame->nb_samples * out_frame->ch_layout.nb_channels * sizeof(uint16_t);