Lines Matching defs:out
215 int out = 0, ret;
229 out = buf_size - 8;
232 out = buf_size - 6 - avctx->ch_layout.nb_channels;
235 out = buf_size - 2 * avctx->ch_layout.nb_channels;
239 out = buf_size * 2;
241 out = buf_size;
246 out = buf_size;
249 if (out <= 0) {
253 if (out % avctx->ch_layout.nb_channels) {
258 frame->nb_samples = (out + avctx->ch_layout.nb_channels - 1) / avctx->ch_layout.nb_channels;
262 samples_end = output_samples + out;
341 *samples_end_u8 = output_samples_u8 + out;