Home
last modified time | relevance | path

Searched refs:flac_stream_info (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflacdec.c53 struct FLACStreaminfo flac_stream_info; member
76 int need32 = s->flac_stream_info.bps > 16; in flac_set_bps()
85 s->sample_shift = 32 - s->flac_stream_info.bps; in flac_set_bps()
91 s->sample_shift = 16 - s->flac_stream_info.bps; in flac_set_bps()
112 ret = ff_flac_parse_streaminfo(avctx, &s->flac_stream_info, streaminfo); in flac_decode_init()
120 s->flac_stream_info.channels, s->flac_stream_info.bps); in flac_decode_init()
140 av_assert0(s->flac_stream_info.max_blocksize); in allocate_buffers()
142 buf_size = av_samples_get_buffer_size(NULL, s->flac_stream_info.channels, in allocate_buffers()
143 s->flac_stream_info.max_blocksize, in allocate_buffers()
154 s->flac_stream_info.channels, in allocate_buffers()
[all …]