Searched refs:midbuf (Results 1 – 6 of 6) sorted by relevance
121 free_temp(&s->midbuf); in clear_context()356 s->midbuf= s->in; in swr_init()360 s->midbuf.ch_count= s->used_ch_count; in swr_init()365 s->midbuf.ch_count= s->out.ch_count; in swr_init()371 set_audiodata_fmt(&s->midbuf, s->int_sample_fmt); in swr_init()584 AudioData *postin, *midbuf, *preout; in swr_convert_internal() local600 av_assert0(s->midbuf.ch_count == s->used_ch_count); in swr_convert_internal()601 if((ret=swri_realloc_audio(&s->midbuf, out_count))<0) in swr_convert_internal()604 av_assert0(s->midbuf.ch_count == s->out.ch_count); in swr_convert_internal()605 if((ret=swri_realloc_audio(&s->midbuf, in_count))<0) in swr_convert_internal()[all …]
407 if (s->midbuf.fmt == AV_SAMPLE_FMT_S16P){ in swri_rematrix_init()435 }else if(s->midbuf.fmt == AV_SAMPLE_FMT_FLTP){ in swri_rematrix_init()447 }else if(s->midbuf.fmt == AV_SAMPLE_FMT_DBLP){ in swri_rematrix_init()459 }else if(s->midbuf.fmt == AV_SAMPLE_FMT_S32P){ in swri_rematrix_init()
150 AudioData midbuf; ///< intermediate audio data (postin/preout) member
44 if (s->midbuf.fmt == AV_SAMPLE_FMT_S16P){ in D()71 } else if(s->midbuf.fmt == AV_SAMPLE_FMT_FLTP){ in D()
54 int *midbuf; member84 s->midbuf = s->ampbuf + 0x8000; in decode_init()104 s->block[pos] = s->midbuf[(idx)]; \526 s->midbuf[i] = x; in decode_block()531 s->midbuf[-i] = x; in decode_block()
2502 const struct BUFFER *midbuf; in overlapshow() local2526 midbuf = read_buffer(ctx, blk + i); in overlapshow()2527 if (midbuf) { in overlapshow()2529 &midbuf->block in overlapshow()2542 midbuf = read_buffer(ctx, blk + skip + 1); in overlapshow()2543 if (midbuf) in overlapshow()2545 &midbuf->block.data[blkheadsz], in overlapshow()